Using Parameters And Parameter Values
Use of Parameters in Steps
Sync Steps
Before using parameters and parameter values in your project, refer to the below pages to understand:
Example:
Below are the parameters with values:
Color Code
Display
Bluetooth Versions and
Tracker Version
The combination of parameter values creates a data set. Hence, first we will create Parameters with their values, and then we will create Data Set using both.
Color Code | Display | Bluetooth Versions | Tracker Version |
|---|---|---|---|
1234 | OLED | Bluetooth v4.0 | Tracker Series 5 |
1237 | LED | Bluetooth v4.5 | Tracker Series 3 |
1236 | MOLED | Bluetooth v4.3 | Tracker Series 1 |
1234 | OLED | Bluetooth v4.1 | Tracker Series 2 |
Add Parameters
Parameters are added from Configuration > Project Configuration > Parameters.
Add Data Set
These added parameters are used in test steps as shown below.
Open the test case detail page.
Open the Steps tab. You can see the Parameters expandable section along with Step Details. To create a table of parameters, you need to add Columns and Rows. Columns will contain parameter names and rows will contain corresponding parameter values.
To add a column, click on Add Column.
Useful References
For understanding how to execute these parameters and use parameter values for execution, visit link Execution of Parameters and Parameter Values.