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
What is environment variable in qtp and why to use it?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
How can I import environment from a file on disk?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
how did u use automating testing tools in ur job?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
how interviews will be on QTP?
what is error and fault in terms of software quality?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
how u will evaluate the tool for test automation?
In qtp, explain what is crypt object
How you know that a test case is a regression test case
What are the advantages of Object Repository?
What are the types of environment variables in qtp?