If a Page is having 5 Links and there are 5 users and each
user is clicking on one link. How can we achieve it in
Loadrunner.
Answers were Sorted based on User's Feedback
Answer / kiran
We can do this by Randomization process.
Ex:
char *Link;
web_reg_save_param("linkx","LB=xxxx","RB=xxx","ORD=xxx",LAST);
Link=lr_paramarr_random("linkx");
lr_save_string(Link,"click");
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / mahe
we can record 5 different scripts and run in vugen and then each scenarios are assigned and attached in controller with 5 users each a scenario and we can run the scripts simultaneously.
| Is This Answer Correct ? | 0 Yes | 12 No |
Weblogic performance parameters, Oracle database performance parameters
Explain about 90th percentile?
What type of function generate and insert by the vugen to the script when you record a script?
Hi all, In Monitoring, if u want to know0 how much disk space the app has taken to deploy? Plz help me.
What is transaction performance graph?
Types of frameworks which is fallowd in Loadrunner ? real timers plz(Chandana)
Correlation without manually how u can do? i.e Automation correlation option where it is?
Where do u use Performance testing ?
How do you identify the performance bottlenecks?
how can we test clent server application and what is the preliminary requirement for load testing
what is scalability testing, and how will u perform in real time.
If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can we achieve it in Loadrunner.