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's r client side authentications in loadreunner?
where we can see the graphs in Loadrunner when it is use ? (Chandana)
How load runner interacts with the application?
Hi Friends, I have 3 years of exp.in Manual Testing.My Company is going to provide training for Automation.Pls suggest me Which tool is better QTP/Load runner for future opportunity? Thanks in Advance.
difference between GET & POST methods in JAVA?
What the vuser script contain?
Where we can analyse the perfomance graph in Loadrunner? (Chandana)
if we have licence for 200 vuser and if we u want to get performance matrix to 300 vuser how will u perform
What are the major differences between Web Server and Application Server?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
what all the bottle necks can occur in real time, can any one tell me what all u have faced, thanks in advance
What is planning for the test?