Parameter values not taken into account during test runs
I am experiencing some issues when running test with custom parameter values.
In particular, the custom parameter values are ignored in the test runs and the parameter value is set to the one utilised to record the scenario.
The procedure I utilised for the set up follows the tutorial that can be found at https://support.smartbear.com/viewarticle/78497/
The only difference is for the data source of the variables, for which I utilised the "LoadComplete variable" instead of the Excel one mentioned in the tutorial.
Following a step-by-step description of the procedure I utilized.
1) Select the scenario of which I want to set the parameters.
2) Click on the "Set Parameter Values..." button.
Note: After clicking on the "Set Parameter Values..." button, the browser utilised for running the test automatically opens. I am not sure if this is a desired behaviour of the application and, in case, why the browser is launched.
3) Select the variable for which I want to utilise different custom values (In my case ctl00%24MainContent%24Username)
4) After setting the new variable name I select the "LoadComplete Variable" option and afterwards the "List Variable" option.
5) To make sure that the value utilised for the recording is not used, I remove it and add two different values (namely "foo" and "bar")
6) Select the "Item index equals virtual user index" option and then "finish". The application returns to the overview of the variables.
7) I double-check that the parameter is correctly set in the request body and it seems OK.
8) I set the number of virtual users of the Scenario Test to two. Theoretically one of the virtual users should use the "foo"value and the other one the "bar" value in the above mentioned field.
9) I run the test of the Scenario and control the inputted parameter for both virtual users, the variable is still set to "test1"
Does anyone know how to solve this issue?