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

Need to know best institute where i can learn LR with live concepts... Please suggest if any one knows...

3 Answers  


I cannot find the record option if i select VB protocol in Load runner 8.0?Its asking me to install VB driver if i run the script?How should i install it?Please let me know.

1 Answers  


What is the difference between overlay graph and corelated graph?(Chandana)

1 Answers   TCS,


what is the diff b/w loadrunner 8.1& loadrunner 9.5

2 Answers  


If a load test has to run for 4 hours with 2,000 users, and the average iteration completes in 10 minutes, how many transactions will run per minute? can any give the calculation please.

2 Answers   Cap Gemini,






How do you report a bug when it is found in perfomance testing using Load Runner

2 Answers   Ness Technologies,


What is the benefit of running a vuser script as a thread?

0 Answers  


How to increase the performance of an application?real timers plz(Chandana)

4 Answers   DELL, HCL, TCS,


what r the client requirements? when u r running the script in Vugen?

4 Answers   Sapient,


What is a scenario?

3 Answers   Accenture,


HI, I have to do Load Test on web application which is having 2 logins. i.e the first login will take to the some links the first one should be one time login due to the limitations. once login need to select one of the link which will take to the main application. i have generated the script using Vuser_Init for first login when i am executing the scripts i am getting error , even i did correlation and did script in HTTP and web Click in either ways my script is not working can you please help me to get this.

2 Answers   CitiGroup, Satyam,


we have auto correlation, so why do we need to perform the manual correlation

2 Answers  


Categories