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
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
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
What do you mean by initialization of quota?
What is the difference between hits/second and requests/second?
What is transaction per second graph(pass)?
How do you identify which protocol to use for any application?
What is the advantage of using loadrunner?
Which loadrunner component does the recording of performance test scenario?
Why vugen is used in lr?
How you identify performance test use cases of any application?
What is vuser script?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
How do you load a load runner agent?
How are concurrent users differing from simultaneous users?