If we have 10 iterations and 20 user,
we have to execute 1 iteration by 2 users ...
what are the steps for above ?
Answer Posted / kalmk
We can add for loop and set the user name and password as a parameter and set the value should change each occurrence
For (init i=0 i<2; i++)
{
Login (User_name)
}
So in one iteration the login action will be executed twice using 2 users
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the loadrunner end transaction and its syntax?
What is extended log?
Which web protocol recording level generates the web_submit_form function?
What are the information contain by script windows for each script in the list?
How can we recording vuser scripts using vugen?
How is automated correlation configured?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
How many section database vuser script have?
How you edit the script?
What do vuser_init and vuser_end action contain?
What is the use lr_abort function?
What component of loadrunner is used to record a script?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What is the purpose of a loadrunner transaction?
What is parameterization & why is parameterization necessary in the script?