Test suite results

result: passed
totalTime: 479
numTestTotal: 6
numTestPasses: 6
numTestFailures: 0
numCommandPasses: 63
numCommandFailures: 0
numCommandErrors: 0
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Login as Super User
Create Account, Lead, Contact and Opportunity
Create Tasks CRUD For Accounts
Create Tasks CRUD For Contacts
Create Tasks CRUD For Leads
Create Tasks CRUD For Opportunities
 
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/CreateAccountLeadContactOpportunity.html
Create Account Lead Contact Opportunity
setSpeed 1000
storeGlobal javascript{Math.floor(Math.random()*11000)} randomSuffix
open index.php/accounts/default/create
waitForPageToLoad
waitForTextPresent Create Account
type Account_name my account ${randomSuffix}
clickAndWait save
waitForTextPresent my account ${randomSuffix}
open index.php/leads/default/create
waitForPageToLoad
waitForTextPresent Create Lead
type Contact_firstName Silly
type Contact_lastName Sally ${randomSuffix}
select Contact_state_id label=In Progress
select Contact_title_value label=Mrs.
clickAndWait save
waitForText //div[@id='LeadEditAndDetailsView']/div/h1 exact:Silly Sally ${randomSuffix}
assertText //div[@id='LeadEditAndDetailsView']/div/div/table/tbody/tr[1]/td[1] Mrs. Silly Sally ${randomSuffix}
open index.php/contacts/default/create
waitForPageToLoad
waitForTextPresent Create Contact
type Contact_firstName Jinny
type Contact_lastName Jane ${randomSuffix}
select Contact_title_value label=Mrs.
select Contact_state_id label=Customer
clickAndWait save
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Mrs. Jinny Jane ${randomSuffix}
open index.php/opportunities/default/create
waitForPageToLoad
waitForTextPresent Create Opportunity
type Opportunity_name Test Opportunity ${randomSuffix}
type Opportunity_amount_value 500.34
click Opportunity_closeDate
click //div[@id='ui-datepicker-div']/div/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
clickAndWait save
waitForTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
 
cases/CreateEditDeleteTasksForAccounts.html
Create Edit Delete Tasks For Accounts
setSpeed 1000
open index.php/accounts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForPageToLoad
waitForTextPresent my account ${randomSuffix}
clickAndWait //div[contains(@class, 'OpenTasksForAccountRelatedListView')]/div[1]/div/a
waitForTextPresent Create Task
type Task_name Task kick-off account ${randomSuffix}
click Task_dueDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
verifyValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
type Task_description This is a test Task
click Task_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Task_owner_name Sam Smith
click Task_explicitReadWriteModelPermissions_type_2
clickAndWait save
clickAndWait link=Task kick-off account ${randomSuffix}
waitForTextPresent Task kick-off account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Task
clickAndWait link=Edit
type Task_name Task kick-off new account ${randomSuffix}
click Task_completed
click Task_completedDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click Task_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Task kick-off new account ${randomSuffix}
assertNotEditable Task_completed
verifyValue Task_completed on
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this task?
waitForPageToLoad
open index.php/accounts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForPageToLoad
waitForTextPresent my account ${randomSuffix}
clickAndWait link=Task kick-off new account ${randomSuffix}
waitForTextPresent An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator.
 
cases/CreateEditDeleteTasksForContacts.html
Create Edit Delete Tasks For Contacts
setSpeed 1000
open index.php/contacts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type ContactsSearchForm_anyMixedAttributes Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
clickAndWait link=Jinny Jane ${randomSuffix}
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
clickAndWait //div[contains(@class, 'OpenTasksForContactRelatedListView')]/div[1]/div/a
waitForTextPresent Create Task
type Task_name Task kick-off contact ${randomSuffix}
click Task_dueDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
type Task_description This is a test Task
click Task_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Task_owner_name Sam Smith
click Task_explicitReadWriteModelPermissions_type_2
clickAndWait save
clickAndWait link=Task kick-off contact ${randomSuffix}
waitForTextPresent Task kick-off contact ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Task
clickAndWait link=Edit
type Task_name Task kick-off new contact ${randomSuffix}
click Task_completed
click Task_completedDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click Task_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Task kick-off new contact ${randomSuffix}
assertNotEditable Task_completed
verifyValue Task_completed on
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this task?
waitForPageToLoad
open index.php/contacts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type ContactsSearchForm_anyMixedAttributes Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
clickAndWait link=Jinny Jane ${randomSuffix}
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
clickAndWait link=Task kick-off new contact ${randomSuffix}
waitForTextPresent An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator.
 
cases/CreateEditDeleteTasksForLeads.html
Create Edit Delete Tasks For Leads
setSpeed 1000
open index.php/leads/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type LeadsSearchForm_anyMixedAttributes Sally ${randomSuffix}
keyUp LeadsSearchForm_anyMixedAttributes \10
waitForTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Silly Sally ${randomSuffix}
clickAndWait link=Silly Sally ${randomSuffix}
waitForPageToLoad
waitForTextPresent Silly Sally ${randomSuffix}
clickAndWait //div[contains(@class, 'OpenTasksForContactRelatedListView')]/div[1]/div/a
waitForTextPresent Create Task
type Task_name Task kick-off lead ${randomSuffix}
click Task_dueDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Silly Sally ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
type Task_description This is a test Task
click Task_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Task_owner_name Sam Smith
click Task_explicitReadWriteModelPermissions_type_2
clickAndWait save
clickAndWait link=Task kick-off lead ${randomSuffix}
waitForTextPresent Task kick-off lead ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Task
clickAndWait link=Edit
type Task_name Task kick-off new lead ${randomSuffix}
click Task_completed
click Task_completedDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click Task_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Task kick-off new lead ${randomSuffix}
assertNotEditable Task_completed
verifyValue Task_completed on
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this task?
waitForPageToLoad
open index.php/leads/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type LeadsSearchForm_anyMixedAttributes Silly Sally ${randomSuffix}
keyUp LeadsSearchForm_anyMixedAttributes \10
waitForTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Silly Sally ${randomSuffix}
clickAndWait link=Silly Sally ${randomSuffix}
waitForPageToLoad
waitForTextPresent Silly Sally ${randomSuffix}
clickAndWait link=Task kick-off new lead ${randomSuffix}
waitForTextPresent An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator.
 
cases/CreateEditDeleteTasksForOpportunity.html
Create Edit Delete Tasks For Opportunity
setSpeed 1000
open index.php/opportunities/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
clickAndWait link=Test Opportunity ${randomSuffix}
waitForPageToLoad
waitForTextPresent Test Opportunity ${randomSuffix}
clickAndWait //div[contains(@class, 'OpenTasksForOpportunityRelatedListView')]/div[1]/div/a
waitForTextPresent Create Task
type Task_name Task kick-off opportunity ${randomSuffix}
click Task_dueDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
verifyValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
type Task_description This is a test Task
click Task_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Task_owner_name Sam Smith
click Task_explicitReadWriteModelPermissions_type_2
clickAndWait save
clickAndWait link=Task kick-off opportunity ${randomSuffix}
waitForTextPresent Task kick-off opportunity ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Task
clickAndWait link=Edit
type Task_name Task kick-off new opportunity ${randomSuffix}
click Task_completed
click Task_completedDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click Task_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Task kick-off new opportunity ${randomSuffix}
assertNotEditable Task_completed
verifyValue Task_completed on
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this task?
waitForPageToLoad
open index.php/opportunities/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
verifyTextPresent Test Opportunity ${randomSuffix}
clickAndWait link=Test Opportunity ${randomSuffix}
waitForPageToLoad
waitForTextPresent Test Opportunity ${randomSuffix}
clickAndWait link=Task kick-off new opportunity ${randomSuffix}
waitForTextPresent An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator.
 
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/CreateAccountLeadContactOpportunity.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |storeGlobal | javascript{Math.floor(Math.random()*11000)} | randomSuffix |
info: Executing: |open | index.php/accounts/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Account |  |
info: Executing: |type | Account_name | my account ${randomSuffix} |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |open | index.php/leads/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Lead |  |
info: Executing: |type | Contact_firstName | Silly |
info: Executing: |type | Contact_lastName | Sally ${randomSuffix} |
info: Executing: |select | Contact_state_id | label=In Progress |
info: Executing: |select | Contact_title_value | label=Mrs. |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForText | //div[@id='LeadEditAndDetailsView']/div/h1 | exact:Silly Sally ${randomSuffix} |
info: Executing: |assertText | //div[@id='LeadEditAndDetailsView']/div/div/table/tbody/tr[1]/td[1] | Mrs. Silly Sally ${randomSuffix} |
info: Executing: |open | index.php/contacts/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Contact |  |
info: Executing: |type | Contact_firstName | Jinny |
info: Executing: |type | Contact_lastName | Jane ${randomSuffix} |
info: Executing: |select | Contact_title_value | label=Mrs. |
info: Executing: |select | Contact_state_id | label=Customer |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Mrs. Jinny Jane ${randomSuffix} |  |
info: Executing: |open | index.php/opportunities/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Opportunity |  |
info: Executing: |type | Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Opportunity_amount_value | 500.34 |
info: Executing: |click | Opportunity_closeDate |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteTasksForAccounts.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[contains(@class, 'OpenTasksForAccountRelatedListView')]/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Task |  |
info: Executing: |type | Task_name | Task kick-off account ${randomSuffix} |
info: Executing: |click | Task_dueDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |verifyValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Task_description | This is a test Task |
info: Executing: |click | Task_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Task_owner_name | Sam Smith |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |clickAndWait | link=Task kick-off account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | Task kick-off account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Task |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |type | Task_name | Task kick-off new account ${randomSuffix} |
info: Executing: |click | Task_completed |  |
info: Executing: |click | Task_completedDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Task kick-off new account ${randomSuffix} |  |
info: Executing: |assertNotEditable | Task_completed |  |
info: Executing: |verifyValue | Task_completed | on |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this task? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Task kick-off new account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator. |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteTasksForContacts.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/contacts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Jinny Jane ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[contains(@class, 'OpenTasksForContactRelatedListView')]/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Task |  |
info: Executing: |type | Task_name | Task kick-off contact ${randomSuffix} |
info: Executing: |click | Task_dueDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Task_description | This is a test Task |
info: Executing: |click | Task_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Task_owner_name | Sam Smith |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |clickAndWait | link=Task kick-off contact ${randomSuffix} |  |
info: Executing: |waitForTextPresent | Task kick-off contact ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Task |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |type | Task_name | Task kick-off new contact ${randomSuffix} |
info: Executing: |click | Task_completed |  |
info: Executing: |click | Task_completedDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Task kick-off new contact ${randomSuffix} |  |
info: Executing: |assertNotEditable | Task_completed |  |
info: Executing: |verifyValue | Task_completed | on |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this task? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |open | index.php/contacts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Jinny Jane ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Task kick-off new contact ${randomSuffix} |  |
info: Executing: |waitForTextPresent | An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator. |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteTasksForLeads.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/leads/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | LeadsSearchForm_anyMixedAttributes | Sally ${randomSuffix} |
info: Executing: |keyUp | LeadsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Silly Sally ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[contains(@class, 'OpenTasksForContactRelatedListView')]/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Task |  |
info: Executing: |type | Task_name | Task kick-off lead ${randomSuffix} |
info: Executing: |click | Task_dueDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Silly Sally ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Task_description | This is a test Task |
info: Executing: |click | Task_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Task_owner_name | Sam Smith |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |clickAndWait | link=Task kick-off lead ${randomSuffix} |  |
info: Executing: |waitForTextPresent | Task kick-off lead ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Task |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |type | Task_name | Task kick-off new lead ${randomSuffix} |
info: Executing: |click | Task_completed |  |
info: Executing: |click | Task_completedDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Task kick-off new lead ${randomSuffix} |  |
info: Executing: |assertNotEditable | Task_completed |  |
info: Executing: |verifyValue | Task_completed | on |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this task? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |open | index.php/leads/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | LeadsSearchForm_anyMixedAttributes | Silly Sally ${randomSuffix} |
info: Executing: |keyUp | LeadsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Silly Sally ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Task kick-off new lead ${randomSuffix} |  |
info: Executing: |waitForTextPresent | An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator. |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteTasksForOpportunity.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/opportunities/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Test Opportunity ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[contains(@class, 'OpenTasksForOpportunityRelatedListView')]/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Task |  |
info: Executing: |type | Task_name | Task kick-off opportunity ${randomSuffix} |
info: Executing: |click | Task_dueDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Task_description | This is a test Task |
info: Executing: |click | Task_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Task_owner_name | Sam Smith |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |clickAndWait | link=Task kick-off opportunity ${randomSuffix} |  |
info: Executing: |waitForTextPresent | Task kick-off opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Task |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |type | Task_name | Task kick-off new opportunity ${randomSuffix} |
info: Executing: |click | Task_completed |  |
info: Executing: |click | Task_completedDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | Task_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Task kick-off new opportunity ${randomSuffix} |  |
info: Executing: |assertNotEditable | Task_completed |  |
info: Executing: |verifyValue | Task_completed | on |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this task? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |open | index.php/opportunities/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Test Opportunity ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Task kick-off new opportunity ${randomSuffix} |  |
info: Executing: |waitForTextPresent | An error has occurred. Please click here to continue to the home page. If the error persists please contact your administrator. |  |