Record, edit and play a Test Case (T00002)
Record a simple Test Case
In Salesforce
Login to your Salesforce Org
Click tR Chrome extension icon
Click "Start new recording" (the icon starts to blink)
Click: "Search"
Type: "Edge SLA"
Click the Opportunity that shows up
Click the blinking tR Chrome extension icon
Click "Stop recording"
Select Test Suite: My Test Suite 001
Enter Description: "T00002 - Check Edge SLA"
Check and edit "Recorded steps"
Should look sth like the snippet below :
(if not then you can copy-paste the snippet to the )
Add and Run the Test Case
Click "Add and Run".
Switch to testRigor.
Observe results in testRigor by navigating to the Test Case that just got created.
Add a couple of checks to the Test Case
Click: "Test Cases"
In "T00002 - Check Edge SLA"
Click: "Quick actions" > "Edit test case"
Append these lines:
Click "Save & Retest".
Observe results: "In progress" > "Finished / Passed".
especially the fields that were checked:
Change values of the Opportunity in Salesforce
In Salesforce: change field values to Opportunity "Edge SLA"
Navigate to Opportunity.
Edit fields.
Private: check
Lead Source: Web
Save.
Re-Run the Test Case in testRigor
Navigate to Test Case: "T00002 - Check Edge SLA".
Click: "Quick actions" > "Re-test".
Observe results
Observe failed steps / commands
Click: "More details"
Click: "Show errors info"
Modify Test Case so that it will Pass
It's better that this failing Test Case is not "left behind"
Failed Test Cases & Errors are shown in the left panel, this can be confusing.
Therefore, modify the Test Case by editing two lines:
Click: "Save & Retest"
Observe that the Test Run passess.
DONE!
You learned how to record, maintain and re-test a Test Case
Last updated