Skip to content

Instantly share code, notes, and snippets.

@udomsak
Created June 23, 2015 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udomsak/eb8c39f33ae9e6afdba0 to your computer and use it in GitHub Desktop.
Save udomsak/eb8c39f33ae9e6afdba0 to your computer and use it in GitHub Desktop.
*** Settings ***
Test Template Sanity4 Template
Resource resource.txt
*** Test Case *** url eUsername ePassword username password sButton cString
tt-check
http://{username}:{password}@{domain}
*** Settings ***
Library Selenium2Library
*** Variables ***
${username} <awesome-user>
${password} <awesome-passwd>
${domain} <fulldomain password>
*** Keywords ***
Sanity4 Template
[Arguments] ${url}
Open Browser ${url} chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment