Versions Compared

Key

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

...

  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 RemovedImage Added

Combination of OnError setting on the Test Cases and Suite Screen

...