Created
June 23, 2015 08:14
-
-
Save udomsak/eb8c39f33ae9e6afdba0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Settings *** | |
Test Template Sanity4 Template | |
Resource resource.txt | |
*** Test Case *** url eUsername ePassword username password sButton cString | |
tt-check | |
http://{username}:{password}@{domain} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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