Micro Focus QTP (UFT) Forums
Writing performance tests using QTP 9.2? - 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: Writing performance tests using QTP 9.2? (/Thread-Writing-performance-tests-using-QTP-9-2)



Writing performance tests using QTP 9.2? - pointguard888 - 02-21-2011

What if I want to put a threshold value on each step and interrupt/terminate my performance test with a failure status if that threshold has been exceeded ???

Can anyone elaborate on how to achieve this using QTP 9.2 ??


RE: Writing performance tests using QTP 9.2? - basanth27 - 02-23-2011

Your requirement is achieveable. But i am unsure if this will suffice or aid your object. The reason i say is because you use the word " performance" which qtp virtually supports. I wouldnt suggest you monitor performance with qtp.

Answer to ur qn would you for you to use the timer keyword or transaction(qtp help) and then calculalte the threshold and use exit test to stop the test or reporter event to report the results per your need.

Your requirement is achieveable. But i am unsure if this will suffice or aid your objective. The reason i say is because you use the word " performance" which qtp virtually supports. I wouldnt suggest you monitor performance with qtp.

Answer to ur qn would be for you to use the timer keyword or transaction(qtp help) and then calculalte the threshold and use exit test to stop the test or reporter event to report the results per your need.