AddUser3Test
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=Mr.
type _125_screenName selenium03
type _125_emailAddress test03@selenium.com
type _125_firstName selen03
type _125_middleName lenn
type _125_lastName nium03
select _125_prefixId label=Ms.
select _125_birthdayMonth label=August
select _125_birthdayDay label=5
select _125_birthdayYear label=1991
select _125_male label=Female
clickAtAndWait //input[@value='Save']
assertValue _125_screenName selenium03
assertValue _125_emailAddress test03@selenium.com
assertValue _125_firstName selen03
assertValue _125_middleName lenn
assertValue _125_lastName nium03