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
How do you identify which protocol to use for any application?
During the load test, what is the optimum setting for logs?
What are the documents your using ,and how your distibute the users
how to add 100 for dynamic(correlate value) value
Which protocols are supported by loadrunner?
What is the difference between web_reg_find and web_find?
Does caching have a negative effect on your load testing results?
How many types of vuser are available?
What are the vuser components in loadrunner?
What are the information crating for each host?
difference between latency and transaction response time
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
What is manual correlation?
What is action section?
What is the latest version and language used in load runner?