Can anybody tell me how do u define action and transaction in QTP?

Questions by renusri

Showing Answers 1 - 3 of 3 Answers

By using transactions we can find how much time taken for the script
execution.
If we are start the script we can add start transaction services .start
transactions
If end execution for the script you can add services.end transactions


Example


Services.StartTransaction "Click_RunQuery_Button"
Browser("X").Page("X").Frame("X").Link("Run Query").Click
Services.EndTransaction "Click_RunQuery_Button"

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions