How to find response time in loadrunner?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rendezvous graph?

668


How are concurrent users differing from simultaneous users?

587


How can you test the global servers with using loadrunner

2334


What are the types of checkpoints is available in loadrunner?

680


What in percentile graph?

652






How you enhance the basic script?

626


What do you mean by remote command launcher(rcl)?

676


What is the difference between web_reg_find and web_find?

848


What is the loadrunner end transaction and its syntax?

640


What is the advantage of running vuser as a process than a thread?

647


How you edit the script?

619


What is the latest version and language used in load runner?

623


when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com

1563


What is x-windows?

633


What is the significance of “vuser-init “?

794