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 |
What is the relation between Response Time and Throughput?
Difference b/n Loadrunner and Performance center?
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
what are the parameters in Load Runner?
what is the use of "swing time" in Load Runner?
How do you debug a LoadRunner script?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What do you mean by creating vuser script?
How do you measure the current VUsers in LoadRunner?
If in an application there are multiple login then where will this transaction go will it be go under init transaction.
How the graph works when increasing from minimum vuser to maximum vuser in loadrunner?
How did you find web server related issues?