rastech1
14 years agoOccasional Contributor
How to parametrise and run properly load test by scripting ?
Hi,
I think some point is missing in the help page "Load Testing Advanced Tutorial - Using Scripts"
for example
How will I handle 250 vuser , Just take them in a loop ? And Do I have to manualy insert all parameters for all vusers and write parameters for all different vuser ? as written below
request.BodyVariables.Item("UserName") = "vuser@hotmail.com"
request.BodyVariables.Item("Password") = "1111"
How will I parametrise it ?
Just used the variables taken via wizard from a database will work ? ıf so How will take it via script ?
I think some point is missing in the help page "Load Testing Advanced Tutorial - Using Scripts"
for example
How will I handle 250 vuser , Just take them in a loop ? And Do I have to manualy insert all parameters for all vusers and write parameters for all different vuser ? as written below
request.BodyVariables.Item("UserName") = "vuser@hotmail.com"
request.BodyVariables.Item("Password") = "1111"
How will I parametrise it ?
Just used the variables taken via wizard from a database will work ? ıf so How will take it via script ?