Micro Focus QTP (UFT) Forums
How to Capture Response Time using QTP when user deals with Web Site????? - 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 Capture Response Time using QTP when user deals with Web Site????? (/Thread-How-to-Capture-Response-Time-using-QTP-when-user-deals-with-Web-Site)



How to Capture Response Time using QTP when user deals with Web Site????? - mittalrmodi - 11-18-2008

Hello,

I am working with websites. One of website for which i am working for is developed in ROR (Ruby on Rails). There is a Chat functionality in it. Actually the response time for chat is very slow. so i need to develop a QTP script which can give me Response Time, when user hits on "SEND" button after entering text and text displayed in the CHAT box.

Please help me.


Thanks and Regards,
Ms. Mittal


RE: How to Capture Response Time using QTP when user deals with Web Site????? - Ankur - 11-18-2008

If you trying to do some kind of performance testing, QTP is not the tool for you.

To get time between any two points in your QTP script, use Time() function.


RE: How to Capture Response Time using QTP when user deals with Web Site????? - Reddy - 12-12-2008

Hello Ankur,

Can you please give more details of how to use the Time function to get the response time between the actions.

Thanks Reddy


RE: How to Capture Response Time using QTP when user deals with Web Site????? - Prasanth Chowdary - 12-16-2008

I think Start Transaction and End Transaction helps u to find response time in between actions