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:

  • Initializing - The test actions are done before the test case is run
  • After execution - The test actions are done after the test case has been run.
For an application event procedure, you can use:
  • The pre-defined test actions.
  • Self-defined test actions - For each of these actions, a self-developed class is required.
Use the Up and Down buttons to define the action sequence.
Optionally, you can run an action under specific conditions. For conditions, you can use functions that are available for the application.


Standard procedure

1. Click Mobility test manager - Designer.
2. Click the Test cases tab.
3. In the list, find and select the desired record.
4. Click Edit.
5. Click the Events tab.
6. For the desired event, click the + button.
7. On the Actions pane, in the list, select an action.
8. On the Event procedure dialog, on the Actions pane, click Add.
9. Select one or more actions.
10. Click OK.
11. On the Parameters tab, define the action settings. For each action, the parameter fields to be set are defined in the related class.
12. Optionally, you can run an action under specific conditions.
  Click the Conditions tab.
13. Click Add and fill in the fields.
 

Note: In the first Value field, you can use a test variable, application variable, or a function. In the second Value field, you can use a test variable, application variable, a function, or a fixed value.

14. Click Close.
15. Close the page.

Provide feedback