How to find response time in loadrunner?



How to find response time in loadrunner?..

Answer / pravash0000@gmail.com

To find out response time of transaction
double dur;
dur=lr_get_transaction_duration("homepage");
lr_stop_transaction("homepage");
lr_log_message("response time of the tranasction is %f",dur);
lr_end_transaction("homepage",LR_AUTO);

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Load Runner Interview Questions

When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?

0 Answers  


what is the language(Script) use in Loadrunner script?

6 Answers  


for suppose if you are selected for individual project, how will you manage the project like, how will you find critical scenario's in your project ?

1 Answers   HCL,


How is each step validated in the script?

0 Answers  


What is the difference between classic schedule and real schedule in controller ?

2 Answers   Cognizant, Wipro,


What r the rules to apply to select correlated values in project?(Chandana)

10 Answers   TCS,


What is the difference between performance testing and performance engineering?

0 Answers  


What can I monitor with loadrunner?

0 Answers  


Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?

0 Answers   EDS, Satyam,


Hello Friends, Can anyone please let me know about Performance testing health care EDI ( 270,271, 835 ect). I need as detailed answer as possible. I am going to use LoadRunner for load testing. I would really really really appreciate your help. Thanks, Piyush

0 Answers  


How do you estimating target load levels in loadrunner?

0 Answers   Allianz,


Application Description: My current Project is a .net application & has Active X components also implements AJAX technology for report generation. Flow : A report has to be generated as soon as the preferences have been selected. Issue With Web(http/html) protocol in LR 8.1.4 and LR 9.1: Replay snap shot doesn't show any screens except the login screen(junk data is displayed instead of Reports)..And the last snap shot has "session expired" messsage. Issue with Web(click and Script) Able to record and replay sometimes...but no consistentency. Couldn't execute the script in the controller due to this incosistency. Any suggestions would be really helpfull.E-mail me for any further clarifications/information.

2 Answers  


Categories