...
On the Test Cases screen, the second column of grid indicates "OnError" settings. Refer to the following screenshotscreenshots, three options can be set for "OnError".
...
- ExitTCIteration
- If the test step fails, Qualitia skips the current iteration of the test case and execute next iteration. If there is only one TC iteration, then the test case execution stops.
- ExitTask
- If any step of this task fails, Qualitia skips all following steps and executes next task.
- Continue
- If any step of this task fails, Qualitia does not exit and Continues execution of next steps and tasks.
- If any step of this task fails, Qualitia does not exit and Continues execution of next steps and tasks.
OnError Settings for Suite Execution
...
- ExitSuite: In case of any failure at any TC level or task level step of a Test Case, the suite execution will be stopped.
- ExitTCIteration: In case of any failure, execution will be skipped for the current iteration of the test case and execution will be continued for next iteration. If there is only one test case iteration, then the test case execution will stop and next Test Case in suite will be executed.
- Continue: Continue execution of suite in case of any failures.
Combination of OnError setting on the Test Cases and Suite Screen
...