Micro Focus QTP (UFT) Forums
QTP is not recording the first step of opening Flight reservation app - 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: QTP is not recording the first step of opening Flight reservation app (/Thread-QTP-is-not-recording-the-first-step-of-opening-Flight-reservation-app)



QTP is not recording the first step of opening Flight reservation app - srinanduri - 08-06-2013

Hello,
I am new to QTP. I installed QTP 11(HP unified Functional testing(with QTP) English evaluation) On Win7 64 bit OS.
I recorded opening Flight reservation sample app. The first step which shows the path of the app[/i] is not recorded. so the play function is not working
Please help me to find solution.

Thanks,
Sri.


RE: QTP is not recording the first step of opening Flight reservation app - ravi.gajul - 08-06-2013

you can either open the application manually and start the run or include the below code in first line
Code:
systemutil.run <path of the flight app>



RE: QTP is not recording the first step of opening Flight reservation app - srinanduri - 08-06-2013

Thank you so much for your help. Adding Systemutil.run worked. I read somewhere this issue occurs because of 64 bit OS. Is it true? Is there a patch for it?