How to track the execution time?
Answers were Sorted based on User's Feedback
Answer / sonal.pagare
StartTime = Timer
EndTime = Timer
TimeDiff = EndTime - StartTime
DataTable("TimeTaken",dtLocalSheet) = TimeDiff
Services.StartTransaction "Title"
Services.EndTransaction "Title"
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uday
You can view your test execution time in the Test Results
without writing any code.
In test results, you can see how much time it took to
execute the whole test(start time and end time).
You can also view how much time it took to execute each
action aswell.
If you want to programatically, see the time difference, use
the below code:
time1=time
'put all your code here
time2=time
msgbox(time2-time1)
Is This Answer Correct ? | 0 Yes | 0 No |
Can you brief the hurdles you faced during Automation testing?
what is batch run ?
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
any challange that faced in your project? (please give me some examples in your project?
What are the different types of recording modes?
What is quick test pro? What is a quick test professional?
How does QTP identify an object?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
how to select the work for complete automation and one more thing when u are going to choose automation
Differences between QTP & Winrunner?
How to do Batch run in qtp? provide the steps?
How many add-ins comes by default with quicktest professional?