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 |
Hi every one, i am working as a Test Engineer i was assigned to a web based project so i need some information regarding load testing what are all the topic i need to look into to work efficiently on the load testing of java application please help me out with all the details i need to look into i would be Thank full
How to insert think time While we record Vuser Script in LoadRunner?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
what is standalone mode running?
I Installed loadrunner in my machine(personal PC) successfully. But when i am recording the script is not recording for the actions what i am executing. Can anyone explain what might be the problem for not recording the script.
What are monitors?
we run a load test for one hour, while doing analysis every transaction was took 3 to 4 sec, but login functionality was took 10 sec, how will you analyse this ploblem
If in an application there are multiple login then where will this transaction go will it be go under init transaction.
What is a scenario?
Is it possible to play back screen using loadrunner?
How to debug Load Runner Script using Vugen?
WHAT IS SOAK TESTING IN LOAD RUNNER