3.21.4. Interactive test analysis

If you are executing tests interactively, you can use the ITE to help you analyze any errors that occur.

3.21.4.1. Pause on Error

On the toolbar in the ITE, click the ”Pause on Test Execution Errors” button or press »F9« to cause the test to pause when it encounters an error.

Failed Test Steps that have a retry Event Handler will not be paused unless the final retry fails.

3.21.4.2. Continuing after an error

Once you have analyzed the error in the AUT or in the test specification, you have two options:

Continue with the Event Handler:

Press the ”Pause test execution” button on the toolbar (Section 3.21.3.3, “Pausing a Test Suite or Test Job”) to continue with the test. This will result in a Event Handler (either a default Event Handler or one of your own) being activated.

Continue without Event Handler:

Press the ”Continue without Event Handler” button or »F8« to continue with the test as if the failed Test Step had been successful. No Event Handler is activated. This option is useful if the Event Handler that would be activated would restart the AUT or exit the test, but you are either able to ignore the error for the moment or make changes in the AUT to ensure that the test will be able to continue.

Any changes you make to the test specification while the test is paused will not become valid until the next test execution start.



Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.