AddUser2Test
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Users
waitForVisible link=Add
clickAtAndWait link=Add
waitForVisible _125_prefixId
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
pause 5000
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.