In QTP you will find one option called start/end transaction.
Transactions in qtp are used to calculate the time required to perform the given operation
You can start the transaction using below syntax
Example on Transactions in QTP
Services.StartTransaction "transfer"
a = 2
b = a+2
'do some more opertions
Services.EndTransaction "transfer"
Once the transaction is complete, total time required to execute the transaction is logged in the QTP results automatically.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
Transactions in qtp are used to calculate the time required to perform the given operation
You can start the transaction using below syntax
Example on Transactions in QTP
Services.StartTransaction "transfer"
a = 2
b = a+2
'do some more opertions
Services.EndTransaction "transfer"
Once the transaction is complete, total time required to execute the transaction is logged in the QTP results automatically.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs