Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. ExitTCIteration
    1. 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.
  2. ExitTask
    1. If any step of this task fails, Qualitia skips all following steps and executes next task.
      Image Added
  3. Continue
    1. If any step of this task fails, Qualitia does not exit and Continues the execution of the next steps and tasks.

OnError Settings for Suite Execution

...

  1. ExitSuite: In case of any failure at any TC level or task level step of a Test Case, the suite execution will be stopped.
  2. ExitTCIteration: In case of any failure, execution will be skipped for the current iteration of the test case and execution will be continued for the 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.
  3. Continue: Continue execution of suite in case of any failures.

Image Added

Image RemovedCombination of OnError setting on the Test Cases and Suite Screen

...