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 |
i dnt kw loadrunner but i want kw.plz can any 1 help me
How to increase the performance of an application?real timers plz(Chandana)
What Component of LoadRunner would you use to play Back the script in multi user mode?
Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)
How to prepare test data to use in Load runner.
How can you set the number of vusers in loadrunner?
where do you save u r scripts in Load Runner?
How the graph works when increasing from minimum vuser to maximum vuser in loadrunner?
Which loadrunner component does the recording of performance test scenario?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What are the advantages of load runner?
i have 4 systems 1-windows,1-unix,1-linux,1-solaris. 100 vusers to 25 vusers each system. script was created in windows system. then i want to know how can i do this, do i need to install LR in all the systems ? please explain whole the scenario up to...Run step by step---plz give answer only realtime...?