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 |
Why do you create parameter?
parameterization methods and correlation concepts
What is the difference between web_reg_find and web_find?
What is the purpose of an extended log?
WHAT IS SOAK TESTING IN LOAD RUNNER
Can you list the types of error messages you can find in loadrunner(either in VUgen or Controller). with an explanation and their solutions would help. Thankyou all
can we run the script using mozila or netscape, recorded using internet explorer ?
Correlation means capturing a dynamic value which is generated from the server. I got this point. I need one small conformation. 1. is correlation applicable to the objects which are generated dynamically. eg: consider there are 2 form. based on the options filled in the form 1, form 2 objects will generate.to handle these dynamic objects is correlation is required or not.
What are the documents your using ,and how your distibute the users
What are all the types of goals in goal-oriented scenario of load runner?
When a business transaction, is run in LR and QTP (the response time= same for both 2 sec , No of user = 1). Which tool would you opt for???
What are the advantages of load runner?