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 filtering and sorting?
What is a correlation?
What is the benefit of running a vuser script as a thread?
How can we perform functional testing under load?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
What is pause command?
What is transaction per second graph(pass)?
What is the difference between performance testing and performance engineering?
What are all the types of goals in goal-oriented scenario of load runner?
What is the loadrunner end transaction and its syntax?
How can performance bottlenecks be identified?
How can we invoke a parellel process in load runner using C or perl language?
If we want to know the size of each component in system how?
What is the configuration of systems when using load runner?
Why vugen is used in lr?