Element: Call
Symbol:
Function: The element calls another test script and as a result allows for the nesting of test scripts.
Tab: Call
Test script to call | A test script can be called with the following information:
|
![]() | Copies the absolute path of a script selected on the Test Scripts tab of the Test Manager view to the input field |
![]() | Opens the test script specified in Test script to call to be edited |
Version (leave blank for newest) | Version of the test script which is called Example: If the field is blank, then the newest version is used automatically. |
![]() | Removes the entry of the Version (leave blank for newest) field |
Input parameter which acts as an interface between the calling test script and the called test script Hint: The input parameter name and variable name may be identical. | |
Name | Name of the input parameter Used in the test script to be called (internal variable of the subscript) 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 that acts as an interface between the calling test script and the called subscript Hint: The output parameter name and variable name may be identical. | |
Name |
|
Variable | Name of the variable of the calling test script Gets a value from the subscript Hint: A value of the called script 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 |