Continue on fail option

Overview of 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.


Feedback