Design test cases

Prev Next

Use a test case to test a process. For each test case, you can define and use:

  • Test variables
    You can use test variables as input during test execution. For each test variable, you can define the default value.

  • Pre and post actions
    You can do actions before or after a test case is run. To do so, set up a test case event procedure with test actions that are done in a specific sequence. A test case event procedure has one action or a series of actions that are done on a test case event.

  • Tests for steps
    For a test case step that concerns a button, you can set up specific tests. To do so, 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.

  • Test scenarios
    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.

Flow diagram