Thread: QTP tips
View Single Post
  #7 (permalink)  
Old 11-12-2007, 11:55 PM
senthilkannan senthilkannan is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 324
senthilkannan is on a distinguished road
Default Re: QTP tips

Measuring Transactions

You can measure how long it takes to run a section of your test by defining transactions. A transaction represents the business process that you are interested in measuring. You define transactions within your test by enclosing the appropriate sections of the test with start and end transaction statements.
Reply With Quote