Micro Focus QTP (UFT) Forums

Full Version: Transaction in QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can some one explain what is Transaction in QTP?
Hi Prasad,

Transaction in used for performance analysis. Whereever you want to measure the time taken for any task in your application, start the transaction (StartTransaction) and when the task is done, end the transaction (EndTransaction).

The run results will show the time taken between start and end transaction.
Thanks for the explanation Manish Smile.