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 LOAD RUNNER tester daily process in office (real time)? real timers explain this clearly?thanku in advance
What is manual correlation?
What is ur tem size & mention the role of ur's in ur team?(performance team)
How we can find Bottile neck in real time projects?
How do you identify which values need to be correlated in the script? Give an example.
Types of frameworks which is fallowd in Loadrunner ? real timers plz(Chandana)
What is the significance of “vuser-init “?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What is the function for capturing the streaming vedio (could be a flashplayer) in an web application using Load Runner..?
We add think time between two transaction to give interval between transactions. Why?
How should you call loadrunner scripts using testdirector
Can we use Loadrunner Functions in QTP SCript......?