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
When a scenario run exactly what happened?
Why vugen is used in lr?
When the rendezvous point is insert?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?
How can we perform functional testing under load?
How can correlation be performed?
How you load a loadrunner agent?
How are concurrent users differing from simultaneous users?
How to configure yahoo cookies in load runner?
What is report viewer?
How will you stop the execution of a script on error?
what are the risks you faced with loadrunner
What is the difference between web_reg_find and web_find?
What is scenario default?
What are all the important protocols that load runner supports?