Explain the function of a transaction in a script?
Answers were Sorted based on User's Feedback
Answer / somesh singh
Transaction is a basic entity in the script for time
calculation.Transaction contains 1 or more than one user
action.Transactions are used to calculate the time taken
for a perticular user action.
Like logging in an application may be one transactions and
transaction containing log in user action will give how
much time taken to login.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pushpa
Without the transactions it is difficult to identify the
actions performed by the VUser.
Simply saying, transactions are required to group the
actions performed by the Vuser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madan
Transaction points are used to measure the particular user action response time those are start transaction(lr_start_transaction("transaction name")) and end transaction(lr_end_transaction("transaction name",LR_AUTO))
| Is This Answer Correct ? | 0 Yes | 0 No |
how to download pdf file in loadrunner
During run time where the hosts saves the files?
What is the defferent future in Load Runner 8.0 & 9.0?
What is think time? How do you change the threshold?
What are the loadrunner testing process?
What is memory leakage?
How many types of scripts generated in LoadRunner?What are they?
what is the difference between the HTML and URL based recording in load Runner?
How can we recording vuser scripts using vugen?
Do we consider firewall in performance testing? If so where and why and what we will do with firewall in testing?
How many section database vuser script have?
When Do u Do LoadTesting and When You do StressTesting? What settings you have to changes for loadtesting and stress testing?