Micro Focus QTP (UFT) Forums
Checking the speed of result sets - 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: Checking the speed of result sets (/Thread-Checking-the-speed-of-result-sets)



Checking the speed of result sets - paulpigott - 10-26-2008

Can someone outline the steps when using Quick Test Pro v 9 to test the speed of going to a web page, entering some search criteria, selecting seach and getting back the results?

Thank you


RE: Checking the speed of result sets - Ankur - 10-26-2008

start = Time()

1.navigate to web page
2.search
3.select

end = Time()

end-start = Your answer

Is this what you want? or something else?


RE: Checking the speed of result sets - paulpigott - 10-27-2008

[quote=Ankur]
start = Time()

1.navigate to web page
2.search
3.select

end = Time()

end-start = Your answer

Is this what you want? or something else?
[Thank you for your reply. I am new to QTP and did not understand your reply. I have set up the web site address in QTP. Your reply looks like a programming function. Could you reply with a simple solution for the question or a step by step to execute your current solution]

Thank you