Begin with either a new or existing test case.
-
Click the Test Script tab.
-
Ensure the Type is Step-by-Step.
-
Click the dropdown, then click Parameters.
The Parameters section appears.
-
Click Add Parameter and type the parameter’s name.
The Default Value field is optional. -
In the Steps section, type a brace, sometimes called a curly bracket, to display the list of parameters you’ve created.
-
Reference the desired parameter for the step by selecting it from the dropdown list.
Each step unfolds during the test execution, and the parameters are replaced with the values from the main test case.
Tip: | You can drag and drop parameters in the Parameters section (on the Test Script tab) to adjust the order in which they appear. |