Monday, July 11, 2011

Transaction point in QTP

Transaction point:
 It is a concept introduced in QTP which is used for calculating the time taken by an application to perform a specific task or the execution time of a block of statement.

QTP has provided the following transaction options.
  1. Start transaction
  2. End transaction

Syntax:
Services.start transaction ”transaction name”
“ statement 1”
“ statement 2
Services.end transaction ”transaction name”

2 comments: