Element: Test Case
Symbol:
Function: The test element structures the test actions into logical units in the test script.
When you select a <test case> test element in the test script, the Test Case tab opens.
The test actions in the test script below a test case are run and evaluated successively during execution. From this, the evaluation of the test case counts as passed when every single test action could be executed successfully. Otherwise a test case counts as failed.
Tab: Test Case
Title | Title for identifying the test case Example: |
Generate new scope |
By default, test cases use the scope of their test script and pass this to their test actions. |
Input parameter which acts as an interface between the test script and the test actions Hint: The input parameter name and variable name may be identical. When the test case is executed, the values of the test script variables are passed to the input parameters of the test actions. Then they can be used in the configuration of the test actions. | |
Name | Name of the input parameter Used within the test actions of the test case (internal variable of the test case) This is also the declaration of the interface variables. Example: |
Variable |
|
Move Up | Moves the selected input parameter one line up |
Move Down | Moves the selected input parameter one line down |
Remove | Deletes all selected input parameters |
Output parameter which acts as an interface between the test script and the test actions Hint: The output parameter name and variable name may be identical. When the test action is executed, the values of the initial parameters of the test actions are passed to the test script variables. They can then be used, for example, in other test cases. | |
Name |
|
Variable | Name of the test script variable Gets a value from the test case Example: Hint: A value of the test case is passed to the variable (and specified in Name) by an output parameter, as an expression, or as a literal. |
Move Up | Moves the selected output parameter one line up |
Move Down | Moves the selected output parameter one line down |
Remove | Deletes all selected output parameters |