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 |
How Load Runner records the script? I mean How it generate the script?
i have 10 users, 20 itereatios and duration 1 minute how can design this scenario.
Events are generated, but the script is not generating? Why?
How is automated correlation configured?
How can performance bottlenecks be identified?
How to get the intermediate results from Controller, for example, when a 10 hours execution is going on in Controller, before the execution is completed how we can get the results at some 5 hours. Is it possible? (Not through graphs)
Where you insert the rendezvous point?
How can we handle the vUsers with Secure certification.
How vugen create a vuser script?
IS THERE ANY INSTITUTE PROVIDING LIVE MONITORING & ANALASYS
What is a difference between pacing and think time?
hello all can anybody give the total analysis guidance in load runner.thanks & regards siva2574@gmail.com