AddUserPasswordTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Users
store eval(selenium.isVisible('link=« Basic')) basic1Visible
gotoIf !${basic1Visible} Basic1NotVisible
clickAt link=« Basic
label Basic1NotVisible
type _125_keywords selenium
clickAtAndWait //input[@value='Search']
clickAtAndWait //td[2]/a User Name
clickAt passwordLink
waitForVisible _125_password1
type _125_password1 test
type _125_password2 test
clickAtAndWait //input[@value='Save']
assertText //div[@class='portlet-msg-success'] Your request processed successfully.