- User can select single step or multiple steps to perform skip or unskip on development and Task views.
- Skipped steps are skipped during execution and are not shown on debugger view as well as on execution report.
- User can skip step(s) with right mouse click on a step and then click on 'Skip' menu from context menu.
- Also, user can press Ctrl + k to perform skip or unskip.
Skipped steps on Development view.
Skipped steps on Debugger view.
- Skip and Unskip is a toggle context menu. Ctrl+k is also a toggle shortcut key.
- After user selects step(s) to skip, validation will start immediately. If validation result is successful, it will skip the selected step(s) successfully. Otherwise appropriate error message/action will be shown/performed. [Please refer 'Skip Functionality' present below in the document]
- TestData is not shown for skipped step(s) on Development window.