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 benefit of running a vuser script as a thread?
We use pacing to have interval between two iteration of script. Why?
what is the diff b/w loadrunner 8.1& loadrunner 9.5
How to debug Load Runner Script using Vugen?
What is script list?
What is the difference between manual and auto correlation? Why we need Manual correlation? what is the main Drawback in auto correlation?
What is Response Time?
which is best institute/trainer for load runner in bangalore
What is the use lr_abort function?
When will u do Lad Testing,Stress Testing, Spike Testing and scalability Testing?
How can you test the global servers with using loadrunner
what problems did you face ?