Problem recording simple script - 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: Problem recording simple script (/Thread-Problem-recording-simple-script) |
Problem recording simple script - shik_and - 12-14-2011 Hello, I am working on windows 7 , QTP 10.0, IE 9.0. 1. I am not able to record any web application, and I came to know that QTP 10.0 doesnt work with IE 9.0. So I need a solution for that. 2. I tried recording sample Flight app. Here is the recorded script: Code: Dialog("Login").WinEdit("Agent Name:").Set "shik" The very very first step of opening the Flight app is not being recorded. FYI: The path for flight app is "c:\Program Files (x86)\HP\Quick Test Professional\samples\flight\app\flight4a.exe" Can anyone please suggest the solution? Thanks in advance RE: Problem recording simple script - ravi.gajul - 12-15-2011 use the below line in the first step which will open the flight application during run time. Code: SystemUtil.Run "c:\Program Files (x86)\HP\Quick Test Professional\samples\flight\app\flight4a.exe" RE: Problem recording simple script - shik_and - 12-16-2011 Thanks for your response. I tried that but it gives an error: Invalid procedure call or argument Line 1: "SystemUtil.Run "c:\Program Files (x86)\HP\Quick Test Professional\samples\flight\app\flight4a.exe"". Then I installed patch QTP_00644. When I entered the license key, it gave an error that this key is already in use. So I cancelled it and tried running the application again. And its giving the same error. Please suggest something. Thanks Shikha RE: Problem recording simple script - shanme - 04-16-2012 hi shikha/ ravi , how to install this path qtp_00644 in my machine can u pls assist me Thanks, Ravi RE: Problem recording simple script - saikri - 04-16-2012 Can you please have a look on to this website . http://www.onetestingcenter.com/2011/03/qtp-10-supports-windows-7-and-ie8.html It gives the solution to your query QTP patch 644 is the correct one . Try installing it again |