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 |
How can you design a Userdefined Template In Loadrunner analysis?
what is the difference between Single user and multiple user protocol?
What function is used for Encryption and Decryption in your Script?
how to add 100 for dynamic(correlate value) value
How do you find out where correlation is required? Give few examples from your projects?
What is wasted time in vugen replay log?
Diff btn silk Performer& Loadrunner?
What are deliverables in performance test analysis ?
Script is working fine in Vgen.. but while running in Controller a error is throwing as "Action.c(59):Error-27995:Requested link(Text=My account") not found" I searched and it is pointing "web_link(...)" line. Plz help me regarding this.. if any.. Thanks
What is the difference between web_reg_find and web_find?
What is the rendezvous point?
Recognize the debugging tools available in vugen?