| SampleTest1 | ||
| open | / | http://localhost:5000 |
| waitForPageToLoad | ||
| select | id=pageList | label=2 |
| verifyText | //div[@id='workQueue']/table/tr[1]/td[2] | some text value |
| click | //div[@id='Filter']/ul/li[@id='BTU']/dl/dd[3] | |
| verifyText | //div[@id='workQueue']/table/tr[1]/td[2] | some text value |
| select | id=pageList | 1 |
| click | //div[@id='Filter']/ul/li[@id='BTU']/dl/dd[3] | |
| select | id=sortList | Applicant Name |
| verifyText | //div[@id='workQueue']/table/tr[1]/td[2] | some text value |
| select | id=pageList | 5 |
| click | //div[@class='queues']/ul/li[3]/a | |
download site: http://seleniumhq.org/download/
documentation: http://seleniumhq.org/docs/index.html

No comments:
Post a Comment