The Continue on Fail option

By default, all items in a test suite are executed when the suite is executed, regardless of whether previous items pass or fail. Depending on the nature of the tests it contains, however, the execution of a test suite can be terminated if one or more specific test items fail. This behavior is controlled with the Continue on Fail option, which can be set independently for each item in a suite.

For each item in the test suite, enable (select) or disable (clear) the Continue on Fail option according to how the suite is executed.

  • When enabled, the test suite continues its execution beyond the selected item, even if the selected item fails.
  • When disabled, the test suite fails and its execution is stopped if the selected item fails.