Test_PRL_02_02_001_SearchWithOutAnySearchingKeyWord
open /portal/public/classic/
echo -- Search without any searching keyword--
windowMaximize
click link=Sign in
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div/a
echo -- Go to User and Group Management--
waitForElementPresent link=Users and groups management
clickAndWait link=Users and groups management
echo -- Search function without any searching keyword--
waitForElementPresent //form[@id='UISearchForm']/div[2]/a
click //form[@id='UISearchForm']/div[2]/a
echo -- Return all registered existing users in list--
verifyTextPresent demo
verifyTextPresent john
verifyTextPresent mary
verifyTextPresent root
clickAndWait link=Sign out