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 |
Can u call QTP scripts from Load Runner?
How Load Runner records the script? I mean How it generate the script?
Can we use Loadrunner Functions in QTP SCript......?
What is the use of lr_start_transition statement in loadrunner.
What can I monitor with loadrunner?
What is difference between manual scenario and goal oriented scenario?
What is the difference between transaction and transaction instance in loadrunner ?
Recognize the debugging tools available in vugen?
Events are generated, but the script is not generating? Why?
What are the different components of loadrunner?
what is the meening of performance cente and what is the need ?
What is the process for developing a vuser script?