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 |
What is the difference between Set_window() and _set_window ()?
How do you write user defined functions in LR? Give me few functions you wrote in your previous project?
What are the types of checkpoints is available in loadrunner?
You test the scalability testing by apllying load more than the designed number of users. If you dont know the designed number of users then how you do the scalability test?
How can u use the configuration management tool like Quality Center in ur project?For what purpose it is being used?
What is Injector in Loadrunner?
how memory will be used in the JVM.With think time .what is necessary of the think time in loadrunner
1.What will you do if the VuGen crashes while recording a script? 2.what will you do if Controller crashes while executing a scenario?
Correlation without manually how u can do? i.e Automation correlation option where it is?
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
What is parameterization?
When the rendezvous point is insert?