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.