To configure a Test Suite , you must first create one 3.11.1.
![]() |
If you are editing the Test Suite , the working language (which is specified via the globe button on the toolbar) must be set to a language supported by the chosen AUT for the Test Suite . Otherwise the Test Suite will be uneditable. |
![]() |
The step delay is the time Jubula leaves between each Test Step during test execution. The default is 0 milliseconds 3.16.6. |
![]() |
You don't have to choose an AUT for a Test Suite as soon as you have created it, but you will have to choose one before object mapping, for example. |
Event Handlers are Test Cases used to deal with errors during test execution. When an error occurs, the current Test Case is searched for an Event Handler for that error type. If none is found, the parent Test Case is searched, and so on. If no Event Handler for the test is found, then a default Event Handler (specified in the Test Suite properties)is activated.
As a general rule, you should avoid default Event Handlers being executed. See the sections on Event Handlers for information on the event types 3.18.2, reentry types 3.18.3 and creating your own Event Handlers .