Test suite results

result: failed
totalTime: 64
numTestTotal: 4
numTestPasses: 3
numTestFailures: 1
numCommandPasses: 3
numCommandFailures: 0
numCommandErrors: 1
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Remember Me
Login as Super Admin User
ViewWalkThrough
CreateUser
 
cases/CheckRememberMe.html
Remember Me - Login With Remember Me Step 1
setSpeed 1000
open index.php/zurmo/default/login
type id=LoginForm_username super
type id=LoginForm_password super
click id=LoginForm_rememberMe
clickAndWait id=Login
waitForText //ul[@id='user-header-menu']/li/a/span super
clickAndWait link=Sign out
waitForTextPresent Username
 
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/ViewWalkThrough.html
ViewWalkThrough
setSpeed 1000
clickAndWait link=My Profile
waitForPageToLoad
clickAndWait link=Users
verifyTextPresent Advanced
type UsersSearchForm_anyMixedAttributes Sally Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sally Smith
verifyTextPresent Sally Smith
clickAndWait link=Sally Smith
clickAndWait link=Edit
 
cases/CreateUser.html
CreateUser
setSpeed 1000
store javascript{Math.floor(Math.random()*11000)} randomSuffix
clickAndWait link=My Profile
waitForPageToLoad
clickAndWait link=Users
clickAndWait //div[@id='MenuView']/ul/li[5]/ul/li[1]/a/span[2]
select UserPasswordForm_title_value label=Mr.
type UserPasswordForm_firstName Janny${randomSuffix}
type UserPasswordForm_lastName Jingo${randomSuffix}
type UserPasswordForm_username janny${randomSuffix}
type UserPasswordForm_newPassword abc123
type UserPasswordForm_newPassword_repeat abc123
type UserPasswordForm_jobTitle Jingo Factory
type UserPasswordForm_officePhone 123456789
type UserPasswordForm_mobilePhone 123455555
type UserPasswordForm_department Mail
type UserPasswordForm_primaryEmail_emailAddress janny@jingo.com
type UserPasswordForm_primaryAddress_street1 123 Jingo Street
type UserPasswordForm_primaryAddress_state IL
type UserPasswordForm_primaryAddress_city Chicago
type UserPasswordForm_primaryAddress_postalCode 60614
type UserPasswordForm_primaryAddress_country USA
clickAndWait save
assertText link=Edit Edit
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[1]/td[1] Actual value 'Jingo Factory' did not match 'Mr. Janny6959 Jingo6959'
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[3]/td[1] janny${randomSuffix}
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[7]/td[1] Mail
assertText link=janny@jingo.com janny@jingo.com
compareText //div[@id='UserDetailsView']/div/div/table/tbody/tr[10]/td[1] 123 Jingo Street
Chicago IL, 60614
USAmap
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[4]/td[1] 123456789
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[6]/td[1] 123455555
assertText //div[@id='UserDetailsView']/div/div/table/tbody/tr[8]/td[1] Jingo Factory
clickAndWait link=Sign out
waitForTextPresent Username
type LoginForm_username janny${randomSuffix}
type LoginForm_password abc123
click Login
waitForPageToLoad
waitForTextPresent janny${randomSuffix}
 
info: Starting test /selenium-server/tests/cases/CheckRememberMe.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/zurmo/default/login |  |
info: Executing: |type | id=LoginForm_username | super |
info: Executing: |type | id=LoginForm_password | super |
info: Executing: |click | id=LoginForm_rememberMe |  |
info: Executing: |clickAndWait | id=Login |  |
info: Executing: |waitForText | //ul[@id='user-header-menu']/li/a/span | super |
info: Executing: |clickAndWait | link=Sign out |  |
info: Executing: |waitForTextPresent | Username |  |
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/ViewWalkThrough.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |clickAndWait | link=My Profile |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |clickAndWait | link=Users |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sally Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sally Smith |  |
info: Executing: |verifyTextPresent | Sally Smith |  |
info: Executing: |clickAndWait | link=Sally Smith |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Starting test /selenium-server/tests/cases/CreateUser.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |store | javascript{Math.floor(Math.random()*11000)} | randomSuffix |
info: Executing: |clickAndWait | link=My Profile |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |clickAndWait | link=Users |  |
info: Executing: |clickAndWait | //div[@id='MenuView']/ul/li[5]/ul/li[1]/a/span[2] |  |
info: Executing: |select | UserPasswordForm_title_value | label=Mr. |
info: Executing: |type | UserPasswordForm_firstName | Janny${randomSuffix} |
info: Executing: |type | UserPasswordForm_lastName | Jingo${randomSuffix} |
info: Executing: |type | UserPasswordForm_username | janny${randomSuffix} |
info: Executing: |type | UserPasswordForm_newPassword | abc123 |
info: Executing: |type | UserPasswordForm_newPassword_repeat | abc123 |
info: Executing: |type | UserPasswordForm_jobTitle | Jingo Factory |
info: Executing: |type | UserPasswordForm_officePhone | 123456789 |
info: Executing: |type | UserPasswordForm_mobilePhone | 123455555 |
info: Executing: |type | UserPasswordForm_department | Mail |
info: Executing: |type | UserPasswordForm_primaryEmail_emailAddress | janny@jingo.com |
info: Executing: |type | UserPasswordForm_primaryAddress_street1 | 123 Jingo Street |
info: Executing: |type | UserPasswordForm_primaryAddress_state | IL |
info: Executing: |type | UserPasswordForm_primaryAddress_city | Chicago |
info: Executing: |type | UserPasswordForm_primaryAddress_postalCode | 60614 |
info: Executing: |type | UserPasswordForm_primaryAddress_country | USA |
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. Janny${randomSuffix} Jingo${randomSuffix} |
error: Actual value 'Jingo Factory' did not match 'Mr. Janny6959 Jingo6959'
warn: currentTest.recordFailure: Actual value 'Jingo Factory' did not match 'Mr. Janny6959 Jingo6959'