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.
Answer Posted / 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 |
Post New Answer View All Answers
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
What is the loadrunner start-transaction and its syntax?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What is the purpose of a loadrunner transaction?
What is ms-windows?
What is the advantage of using loadrunner?
How can we recording vuser scripts using vugen?
What is a ramp up and how it can be set?
How you enhance the basic script?
Which loadrunner component does the recording of performance test scenario?
What is stand-alone mode?
What is the modular approach of scripting?
What is the use lr_abort function?
How load runner interacts with the application?
What is protocol function?