Test suite results

result: failed
totalTime: 71
numTestTotal: 2
numTestPasses: 1
numTestFailures: 1
numCommandPasses: 11
numCommandFailures: 0
numCommandErrors: 1
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Login as Super User
CreateModifyRole
 
cases/LoginSuperUser.html
Login as Super User
setSpeed 1000
open index.php/zurmo/default/login
waitForPageToLoad
type LoginForm_username super
type LoginForm_password super
click Login
waitForPageToLoad
waitForText //div[@id='HeaderLinksView']/div/div[2]/ul/li/a/span super
 
cases/CreateModifyRole.html
CreateModifyRole
setSpeed 1000
store javascript{Math.floor(Math.random()*11000)} randomSuffix
store javascript{Math.floor(Math.random()*11000)} randomSuffix2
open index.php/configuration
waitForPageToLoad
assertTextPresent Roles
assertTextPresent Manage Roles
clickAndWait //div[@id='ConfigureModulesMenuView']/ul/li[6]/a/span
waitForPageToLoad
clickAndWait //div[@id='ActionBarForRolesTreeListView']/div/div/a
type Role_name testRole${randomSuffix}
clickAndWait save
waitForPageToLoad
assertTextPresent testRole${randomSuffix}
clickAndWait link=testRole${randomSuffix}
waitForPageToLoad
assertValue Role_name testRole${randomSuffix}
clickAndWait link=Cancel
waitForPageToLoad
assertTextPresent Roles Home
clickAndWait //div[@id='ActionBarForRolesTreeListView']/div/div/a
waitForPageToLoad
type Role_name testRole${randomSuffix2}
click Role_role_SelectLink
waitForTextPresent Select a Parent Role
click link=testRole${randomSuffix}
waitForValue Role_role_name testRole${randomSuffix}
clickAndWait save
waitForPageToLoad
assertTextPresent Roles Home
assertText link=testRole${randomSuffix2} testRole${randomSuffix2}
clickAndWait link=testRole${randomSuffix2}
waitForPageToLoad
assertValue Role_name testRole${randomSuffix2}
assertValue Role_role_name testRole${randomSuffix}
clickAndWait save
waitForPageToLoad
open index.php/configuration
waitForPageToLoad
assertTextPresent Users - Manage Users
clickAndWait //div[@id='ConfigureModulesMenuView']/ul/li[10]/a/span
clickAndWait //div[@id='SecuredActionBarForSearchAndListView']/div/div/a[1]
select UserPasswordForm_title_value label=Mr.
type UserPasswordForm_firstName Jhon
type UserPasswordForm_lastName Smith${randomSuffix}
type UserPasswordForm_username jhon smith${randomSuffix}
type UserPasswordForm_newPassword abc123
type UserPasswordForm_newPassword_repeat abc123
clickAndWait save
assertText link=Edit Edit
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[1]/td[1] Actual value '' did not match 'Mr. Jhon Smith5545'
open index.php/users/default
waitForPageToLoad
verifyTextPresent Advanced
type UsersSearchForm_anyMixedAttributes jhon smith${randomSuffix}
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Jhon Smith${randomSuffix}
assertText link=Jhon Smith${randomSuffix} Jhon Smith${randomSuffix}
clickAndWait link=Jhon Smith${randomSuffix}
waitForPageToLoad
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[2]/th Role
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[2]/td
clickAndWait link=Edit
waitForPageToLoad
click User_role_SelectLink
waitForTextPresent Select a Role
click link=testRole${randomSuffix2}
waitForValue User_role_name testRole${randomSuffix2}
clickAndWait save
waitForPageToLoad
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[2]/td/a testRole${randomSuffix2}
open index.php/zurmo/role
waitForPageToLoad
clickAndWait link=testRole${randomSuffix}
waitForPageToLoad
click link=Delete Role
assertConfirmation Are you sure you want to remove this role?
chooseOkOnNextConfirmationAndWait
waitForPageToLoad
assertTextPresent Roles Home
assertTextNotPresent link=testRole${randomSuffix}
clickAndWait link=testRole${randomSuffix2}
waitForPageToLoad
assertValue Role_role_name
click link=Delete Role
assertConfirmation Are you sure you want to remove this role?
chooseOkOnNextConfirmationAndWait
waitForPageToLoad
assertTextPresent Roles Home
assertTextNotPresent link=testRole${randomSuffix2}
open index.php/users/default
waitForPageToLoad
type UsersSearchForm_anyMixedAttributes Jhon Smith${randomSuffix}
waitForTextPresent Jhon Smith${randomSuffix}
assertText link=Jhon Smith${randomSuffix} Jhon Smith${randomSuffix}
clickAndWait link=Jhon Smith${randomSuffix}
waitForPageToLoad
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[2]/th Role
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[2]/td
 
info: Starting test /selenium-server/tests/cases/LoginSuperUser.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/zurmo/default/login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |type | LoginForm_username | super |
info: Executing: |type | LoginForm_password | super |
info: Executing: |click | Login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForText | //div[@id='HeaderLinksView']/div/div[2]/ul/li/a/span | super |
info: Starting test /selenium-server/tests/cases/CreateModifyRole.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |store | javascript{Math.floor(Math.random()*11000)} | randomSuffix |
info: Executing: |store | javascript{Math.floor(Math.random()*11000)} | randomSuffix2 |
info: Executing: |open | index.php/configuration |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertTextPresent | Roles |  |
info: Executing: |assertTextPresent | Manage Roles |  |
info: Executing: |clickAndWait | //div[@id='ConfigureModulesMenuView']/ul/li[6]/a/span |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |clickAndWait | //div[@id='ActionBarForRolesTreeListView']/div/div/a |  |
info: Executing: |type | Role_name | testRole${randomSuffix} |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertTextPresent | testRole${randomSuffix} |  |
info: Executing: |clickAndWait | link=testRole${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertValue | Role_name | testRole${randomSuffix} |
info: Executing: |clickAndWait | link=Cancel |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertTextPresent | Roles Home |  |
info: Executing: |clickAndWait | //div[@id='ActionBarForRolesTreeListView']/div/div/a |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |type | Role_name | testRole${randomSuffix2} |
info: Executing: |click | Role_role_SelectLink |  |
info: Executing: |waitForTextPresent | Select a Parent Role |  |
info: Executing: |click | link=testRole${randomSuffix} |  |
info: Executing: |waitForValue | Role_role_name | testRole${randomSuffix} |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertTextPresent | Roles Home |  |
info: Executing: |assertText | link=testRole${randomSuffix2} | testRole${randomSuffix2} |
info: Executing: |clickAndWait | link=testRole${randomSuffix2} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertValue | Role_name | testRole${randomSuffix2} |
info: Executing: |assertValue | Role_role_name | testRole${randomSuffix} |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |open | index.php/configuration |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |assertTextPresent | Users - Manage Users |  |
info: Executing: |clickAndWait | //div[@id='ConfigureModulesMenuView']/ul/li[10]/a/span |  |
info: Executing: |clickAndWait | //div[@id='SecuredActionBarForSearchAndListView']/div/div/a[1] |  |
info: Executing: |select | UserPasswordForm_title_value | label=Mr. |
info: Executing: |type | UserPasswordForm_firstName | Jhon |
info: Executing: |type | UserPasswordForm_lastName | Smith${randomSuffix} |
info: Executing: |type | UserPasswordForm_username | jhon smith${randomSuffix} |
info: Executing: |type | UserPasswordForm_newPassword | abc123 |
info: Executing: |type | UserPasswordForm_newPassword_repeat | abc123 |
info: Executing: |clickAndWait | save |  |
info: Executing: |assertText | link=Edit | Edit |
info: Executing: |assertText | //div[@id='UserDetailsView']/div/div/table/tbody/tr[1]/td[1] | Mr. Jhon Smith${randomSuffix} |
error: Actual value '' did not match 'Mr. Jhon Smith5545'
warn: currentTest.recordFailure: Actual value '' did not match 'Mr. Jhon Smith5545'