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



If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can w..

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

If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can w..

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

Post New Answer

More Load Runner Interview Questions

How can you design a Userdefined Template In Loadrunner analysis?

2 Answers   Wipro,


what is the difference between Single user and multiple user protocol?

2 Answers  


What function is used for Encryption and Decryption in your Script?

2 Answers  


how to add 100 for dynamic(correlate value) value

0 Answers   iGate,


How do you find out where correlation is required? Give few examples from your projects?

4 Answers  






What is wasted time in vugen replay log?

0 Answers  


Diff btn silk Performer& Loadrunner?

1 Answers   EDS,


What are deliverables in performance test analysis ?

3 Answers  


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

2 Answers   TCS,


What is the difference between web_reg_find and web_find?

0 Answers  


What is the rendezvous point?

0 Answers  


Recognize the debugging tools available in vugen?

1 Answers   AppLabs, Infosys,


Categories