Configuring test variables in the Run step of a test or suite
You can configure input and output variables in a Run step to pass values into and out of a test during test run.
You must have completed the following tasks:
- Ensured that you are assigned a Team Space Owner, Project Owner, or Member with a Tester role to create or edit a test resource.
- Read and understood the information in Edit branch overview and Create or select an Edit branch.
- Ensured that your project contains a Web UI test or suite.
- Ensured that the required variables have been created and are included in your Web UI test or suite.
- Ensured that your project contains a dataset.
When configuring input and output variables in a Run step, the following tooltips
help indicate the status of each variable:
- Using default variable: The variable uses a predefined default value from the called test.
- Value expected: No value or mapping has been provided, and the variable does not have a default value. A value must be provided at runtime.
- Value provided: A value has been successfully assigned, either through direct input, variable mapping, or hard coding.
- Using variable: The variable is mapped to an existing variable in the parent test.
- Value ignored: The variable is configured as an output, but its returned value is not used or mapped in the calling test.
- Value extracted: The variable is configured as an output, and its value will be captured from the called test
button displayed on the
under the variable.
to save the
modifications.