Optional and Skipped Actions Overview
You may have a testing scenario where you need to skip an action or make an action optional.
- Optional Action: The test will continue regardless of the pass or fail result of an Optional Action, this can be used for elements that may change frequently or in conjunction with Decision Actions for basic conditional (A/B) workflows
- Skip Action: This action will not be carried out at all during test execution, this can be useful if a test case flow is temporarily changed and you don't want to edit the entire test - skipping provides an easy option to carry out A/B workflows for comparison
Note: Both Optional and Skip options are only available on the Verify action. On most of the other actions, only have the Skip option.
Optional or Skipped Actions via Test Details
- Open a project and select a test to view the Test Details page
- Expand the action to view the Settings tab
-
Check the box for Optional or Skip action
- Click Save
-
The footer of the action will display Optional or Skip tags
Optional or Skipped Actions via Slider View
- Open the Slider View by clicking the View Results button at the top of the page or the View button to the right of any action
- Expand the action
- Select Optional or Skip checkbox for an action
- The footer of the action will display Optional or Skip tags