Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # locators.yaml
  2. locators:
  3. username: id=form-username
  4. password: id=form-password
  5.  
  6. *** Settings ***
  7. Variables locators.yaml
  8.  
  9. *** Test Cases ***
  10. Example
  11. ...
  12. input text ${locators.username} imontoya
  13. input text ${locators.password} YouKilledMyFather
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement