MPunsky
12 years agoSmartBear Alumni (Retired)
[LoadUIWeb] Parameterizing Your Tests
In WebLoadUI you parameterize requests with data generated with WebLoadUI’s built-in generators.
To access the test data, you use variables. WebLoadUI includes specific types of variables that provide access to the generated data.
In order for WebLoadUI to use variable values in place of request parameters, you modify your user scenario in the Scenario editor and specify the variable that will replace the parameter value during test run.
The Parameterization procedure is rather easy and includes the following steps:
1. Prepare test data.
2. Create a variable that will provide access to the test data.
3. Open your user scenario for editing and replace a parameter value with the created variable.
Depending on the test data you are going to use, the 1st and the 2nd steps can be combined.
You can insert variables into user scenarios in the Scenario editor.
Full details are available in the help files and in online help.