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 |
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
what is the language(Script) use in Loadrunner script?
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 ?
How is each step validated in the script?
What is the difference between classic schedule and real schedule in controller ?
What r the rules to apply to select correlated values in project?(Chandana)
What is the difference between performance testing and performance engineering?
What can I monitor with loadrunner?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
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
How do you estimating target load levels in loadrunner?
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.