| AddUser2Test | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Control Panel | |
| clickAtAndWait | link=Control Panel | |
| waitForElementPresent | link=Users | |
| clickAtAndWait | link=Users | |
| clickAtAndWait | link=Add | |
| select | _125_prefixId | label=Mrs. |
| type | _125_screenName | selenium02 |
| type | _125_emailAddress | test02@selenium.com |
| type | _125_firstName | selen02 |
| type | _125_middleName | lenn |
| type | _125_lastName | nium02 |
| select | _125_suffixId | label=PhD. |
| select | _125_birthdayMonth | label=September |
| select | _125_birthdayDay | label=24 |
| select | _125_birthdayYear | label=1984 |
| select | _125_male | label=Female |
| clickAtAndWait | //input[@value='Save'] | |
| assertText | //section/div/div/div/div[1] | Your request processed successfully. |
| assertValue | _125_screenName | selenium02 |
| assertValue | _125_emailAddress | test02@selenium.com |
| assertValue | _125_firstName | selen02 |
| assertValue | _125_middleName | lenn |
| assertValue | _125_lastName | nium02 |