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 |
How can we debug a loadrunner script?
how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me
How to use the loadrunner in real time application.thank u
How many values can be generating in script we can Parameterize even it is in one scenario 1000Parameterization values are there it is correct to Parameterized?or not?
what is global checkpoint
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
Where Can i get the Best training on Loadrunner
If web server, database and Network are all fine where could be the problem?
What are the loadrunner testing process?
What is the need of checkpoints in lr?