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

Performance testing Training

3 Answers   Wise Info,


How does caching affect performance testing results?

0 Answers  


What is ms-windows?

0 Answers  


what is latency and bandwidth

1 Answers   HP,


What are the changes you can make in run-time settings?

4 Answers  






What is the advantage of running the Vuser as thread?

3 Answers   Patni,


what r the major concepts in C are very much used in load run script?

1 Answers  


Explain the Configuration of your systems?

1 Answers  


Where Can i get the Best training on Loadrunner

4 Answers  


What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?

0 Answers  


how do u analyze result & what r analze results in load runner?

2 Answers  


why do u need a parameterize fields in ur virtual user script ?

5 Answers  


Categories