Micro Focus QTP (UFT) Forums
How to view "Transaction Summary" - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to view "Transaction Summary" (/Thread-How-to-view-Transaction-Summary)



How to view "Transaction Summary" - Akhila - 09-02-2008

Hi,

Can any of you suggest how to calculate test run time for QTP script?

I inserted Strat & End trasaction function in my script to find out my test runtime.

As per QTP guide transaction summary will be saved as transactions.txt in the <QuickTest Professional>\Tests\<test name> folder but when I track that path I end up finding the only "TestPath.reg" folder.

How can I check that folder?

Thanks,
Akhila


RE: How to view "Transaction Summary" - kishoreinchennai - 09-03-2008

hi
1) The result Summary will always have start time and end time
2) if u need to capture through script capture the time at the beginning and at the end
and do a diff
3)The QTP Guide Information you are Quoting is used by Silent Test Runner ! which deals with Load runner

Regards
Kishore


RE: How to view "Transaction Summary" - Akhila - 09-04-2008

Yes you are right its used by Silent Test Runner ...sorry for the confusion...
Refering to your point-2, capture through script does it means using normal Date funciton? out of curiosity am just asking apart from Date function do we have any other methods to calculate the run time?

Thanks in advance,
Akhila


RE: How to view "Transaction Summary" - siri - 09-04-2008

we have the settings for start transaction and end tansaction .
u can use that
in the test results pannel ou can find the run time as it gives the detaisl of the start and end run time properties .
just checkwhether that might ber useful or not