What is Transaction in QTP?
Tags:
Question ID: 105821
0
0
Marked as spam
Posted by (Questions: 4, Answers: 2)
Asked on January 16, 2015 9:27 am
138 views
Answers (1)
0
Private answer

A transaction represents the process in your application that you are interested in measuring.

By defining a transaction you can measure how long it takes to run a section of a test script.

You define transactions within your test by enclosing the appropriate sections of the test with start and end transaction statements. During the test run, the StartTransaction step signals the beginning of the time measurement.

The time measurement continues until the EndTransaction step is reached.
The test report displays the time it took to perform the transaction.

Below is an example test report

**Services.StartTransaction ''ReserveSeat''**

'Sets the Transaction timer on

**Services.EndTransaction ''ReserveSeat''**

'Ends the transaction timer

Marked as spam
Posted by (Questions: 11, Answers: 5)
Answered on January 16, 2015 10:40 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top