You can set up a test case event procedure with test actions that are done in a specific sequence. These actions can be done before or after the test case is run. A test case event procedure has one action or a series of actions that are done on a test case event.
Name | Responsible | Description |
---|---|---|
Develop action class for test action |
Developer |
You can use a test action for any test case on a:
For a test action, a class is required. To develop this class, extend the DAWActionRunTestCase class, which is an extension of the DAWActionRun class.
Prerequisite: Develop the extension of the DAWActionRunTestCase class in the AOT before you start the steps. Note: The steps are to have the developed test action class uploaded as test action to the related library.
|
Update application libraries |
Tester |
In your application design, you can only use the libraries and library elements that are linked to the application. An application library defines which library elements can be used in the application design. Library elements are: actions, functions, and data sets. You link libraries to an application in several ways:
If a linked library is updated, for example a new action class is created, you must refresh the libraries to have the updates available for the application. To do so refer to: Manage libraries. |
Develop function class for test function |
Developer |
You can use a test function for a condition on a test case event procedure action. The test function fills the related value of the condition. For a test function, a class is required. To develop this class, extend the DAWFunctionRunTestCase class. Prerequisite: Develop the extension of the DAWFunctionRunTestCase class in the AOT before you start the steps. Note: The steps are to have the developed test function class uploaded as test function to the related library.
|
Update application libraries |
Tester |
In your application design, you can only use the libraries and library elements that are linked to the application. An application library defines which library elements can be used in the application design. Library elements are: actions, functions, and data sets. You link libraries to an application in several ways:
If a linked library is updated, for example a new action class is created, you must refresh the libraries to have the updates available for the application. To do so refer to: Manage libraries. |
Set up pre and post actions for test case |
Tester |
You can set up a test case event procedure with test actions that are done in a specific sequence. These actions can be done before or after the test case is run. A test case event procedure has one action or a series of actions that are done on one of these test case events:
Optionally, you can run an action under specific conditions. For conditions, you can use functions that are available for the application. |