How to track the execution time?

Answers were Sorted based on User's Feedback



How to track the execution time?..

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

How to track the execution time?..

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

Post New Answer

More QTP Interview Questions

Can you brief the hurdles you faced during Automation testing?

0 Answers  


what is batch run ?

4 Answers   HCL,


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

3 Answers  


any challange that faced in your project? (please give me some examples in your project?

1 Answers  


What are the different types of recording modes?

0 Answers  


What is quick test pro? What is a quick test professional?

0 Answers  


How does QTP identify an object?

0 Answers  


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

0 Answers  


how to select the work for complete automation and one more thing when u are going to choose automation

3 Answers   Fidelity,


Differences between QTP & Winrunner?

2 Answers   Crea,


How to do Batch run in qtp? provide the steps?

5 Answers  


How many add-ins comes by default with quicktest professional?

0 Answers  


Categories