Answer Posted / 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 |
Post New Answer View All Answers
wt is the use of multiple questions in QTP
Define Canvas view of UFT?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
When you open QTP, how many sheets you can see?
Can we record an application running on a remote machine using qtp?
how to test Web application using QTP software
how do u plan test automation?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
What are the advantages of Object Repository?
Explain how you can delete excel file in qtp?
What are the technologies supported by qtp?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How can you pass value one action to another action?
Analyzing the checpoint results?
What is different command used in command Prompt while using QTP?