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
What are the capabilities exactly you look for while selecting the performance testing tool?
How will you stop the execution of a script on error?
Which are online monitors and windows resource monitors
What is protocol function?
What is the difference between load, performance testing?
What are different types of vuser logs which can be used while scripting and execution?
How do you decide the number of load generator machine required to run a test?
What is transaction per second graph(pass)?
What is the difference between overlay graph and correlate graph?
What the vuser script contain?
Which web protocol recording level generates the web_submit_form function?
What are the information crating for each host?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What are the four selection methods when choosing data from a data file?
What is a ramp up and how it can be set?