You may have a testing scenario where you need to skip an Action or make it 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.
-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.
Related User Guides:
Create an Optional Verify Action for Click or Input Actions
Optional or Skipped Actions via Test Details
-
Open your Project and select your 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."
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 Action.
- The footer of the Action will display "Optional" or "Skip."