The oversight section emphasizes the importance of regular reporting, tracking metrics, and conducting reviews throughout the testing process. This helps maintain quality control and provides valuable insights for continuous improvement.
Search For A Test
Prerequisite
Search through the application/project functional hierarchy
Navigate through the application/project feature set and reach the appropriate feature/sub-feature
Search through the keywords
Observe a search slide bar appear. Enter the keyword of the test you are looking for and press enter
Demonstration
Update An Existing Test Case
Prerequisite
An update to an existing test is needed in one of the following cases
Process to update a test case
Case 01: Change in the Requirement
Observe that you can see the existing test steps and verifications
Use the in-line editors to update the existing steps
To add additional steps/verifications click ADD and add the steps
Save the changes and mark the test for review
Change the status of the test to ‘Ready for Review’ and change ‘assigned to’ to your test lead
Case 02: Reuse existing test to cover additional requirements
To cover the additional requirement, we need to add additional steps and verifications
Link the new requirement to the test using How Do I? - Requirements | Link an Existing Test to a Given Requirement
Change the status of the test to ‘Ready for Review’ and change ‘assigned to’ to your test lead
Case 03: Update an E2E test case
Observe that you can see the existing test steps and verifications
Use the in-line editors to update the existing steps
To add additional steps/verifications click ADD and add the steps
Save the changes and mark the test for review
Change the status of the test to ‘Ready for Review’ and change ‘assigned to’ to your test lead
Create A New Test Case
Before you write a new test
Creating a new test for a given requirement
Prerequisite
You can see the ‘Create Associated Test Cases’ section on the right pane
Add the test names along with the description of tests and click create [you may create as many tests as you wish to]. Click Save
Observe that the tests are added to the linked test cases
Observe that the tests are reflected in the test design tab
Add the test steps to the test cases
Fill the test case properties as required
Create An End-to-End Test Case
Before you write a new end-to-end test
Creating a new end-to-end test case
Prerequisite
Right click on the folder and select New Test Case
Give an appropriate name to the test title - The test name shall reflect the user journey
Save the test case, change the status of the test to ‘Ready for Review’ and change ‘assigned to’ to your test lead
You have successfully created an E2E test case