AddUser2Test
open /web/guest/home/
open /web/guest/home/
waitForElementPresent link=Enterprise Admin Test Page
clickAtAndWait link=Enterprise Admin Test Page
clickAtAndWait link=Users
clickAtAndWait //input[@value='Add User']
select _79_prefixId label=Mr.
type _79_screenName selenium02
type _79_emailAddress test02@selenium.com
type _79_firstName selen02
type _79_middleName lenn
type _79_lastName nium02
select _79_prefixId label=Mr.
select _79_birthdayMonth label=May
select _79_birthdayDay label=31
select _79_birthdayYear label=1986
select _79_male label=Male
clickAtAndWait //input[@value='Save']
assertValue _79_screenName selenium02
assertValue _79_emailAddress test02@selenium.com
assertValue _79_firstName selen02
assertValue _79_middleName lenn
assertValue _79_lastName nium02