Use a test case to test a process. For each test case, you can define and use:
Name | Responsible | Description |
---|---|---|
Define test variables |
Tester |
For each test case, you can set up test variables to be used as input during test execution. For each test variable, you can define the default value.
You can use test variables:
|
Define 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 a test case event. Optionally, you can run an action under specific conditions. For conditions, you can use functions that are available for the application.
|
Define tests for test case steps |
Tester |
For a test case step that concerns a button, you can set up a control event procedure with actions that are done in a specific sequence. A control event procedure has one action or a series of actions that are done on the On button clicked control event. So, the procedure is started if the button is clicked. |
Set up test scenarios |
Tester |
You can add test scenarios to a test case to do several tests with a different data set. Depending on the data, you can run the test under different conditions. You can only use scenarios, if you also use test variables. |