Showing posts with label Inserting Transaction Points. Show all posts
Showing posts with label Inserting Transaction Points. Show all posts
Wednesday, December 15, 2010

Inserting Transaction Points

We can insert Transaction points for measuring Transaction time.

It is a performance concept but QTP supports measuring transaction time per user only.

Syntax:

Services.StartTransaction "name of the transaction"

-------

statements

---------

--------

services.EndTransaction "name of the transaction"

Note: We can insert multiple transactions points in a test.