| Test Suite |
| Login and Logout |
| Add post |
| deletePost |
| Login and Logout | ||
| storeEval | prompt("User"); | userx |
| storeEval | prompt("Password"); | passwordx |
| open | http://localhostyii/demos/blog/ | |
| clickAndWait | link=Login | |
| type | id=LoginForm_username | ${userx} |
| type | id=LoginForm_password | ${passwordx} |
| clickAndWait | //input[@value='Login'] | |
| clickAndWait | link=Logout (demo) | |
| Add post | ||
| open | http://localhostyii/demos/blog/ | |
| clickAndWait | link=Login | |
| type | id=LoginForm_username | demo |
| type | id=LoginForm_password | demo |
| clickAndWait | name=yt0 | |
| clickAndWait | link=Create New Post | |
| type | id=Post_title | Selenium Title |
| store | javascript{ new Date().toString() } | datex |
| type | id=Post_content | ${datex} |
| clickAndWait | name=yt0 | |
| waitForText | link=Selenium Title AABBCC | Selenium Title AABBCC |
| click | link=Logout (demo) | |
| deletePost | ||
| open | http://localhostyii/demos/blog/ | |
| clickAndWait | link=Login | |
| type | id=LoginForm_username | demo |
| type | id=LoginForm_password | demo |
| clickAndWait | name=yt0 | |
| clickAndWait | link=Manage Posts | |
| clickAndWait | css=img[alt="Delete"] | |
| assertConfirmation | Are you sure you want to delete this item? | |
| clickAndWait | link=Logout | |