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

What is the threshold level for think time and how can be this changed?

0 Answers  


What is loadrunner agent?

0 Answers  


Where we can analyse the perfomance graph in Loadrunner? (Chandana)

4 Answers   IBM,


What is a function to capture dynamic values in the web?

3 Answers  


How to use the loadrunner in real time application.thank u

1 Answers  






How you set maximum number of vuser that a host can run?

0 Answers  


What is the performance testing approach ?

4 Answers   Accenture,


If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the steps for above ?

3 Answers   IBM,


What is the use of "swing time" in Load Runner?

1 Answers  


How should you call loadrunner scripts using testdirector

1 Answers   AZTEC,


how to handle the dynamic left and right boundaries are numeric

1 Answers   iGate,


How is each step validated in the script?

0 Answers  


Categories