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 are all the types of goals in goal-oriented scenario of load runner?
What type of function generate and insert by the vugen to the script when you record a script?
How can you test the global servers with using loadrunner
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
What is vuser script?
What would be your recommendation to improve performance measure?
What is transaction per second graph(pass)?
What are all the important protocols that load runner supports?
What are the different sections of the script? In what sequence do these sections run?
Which components have you used in loadrunner ?
What is the benefit of running a vuser script as a thread?
How you develop the database vuser script?
What is the loadrunner start-transaction and its syntax?
What are the three sections of a vuser script and what is the purpose of each one?
How are concurrent users differing from simultaneous users?