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: Script (/Thread-Script) |
Script - Augustine o - 01-30-2008 I ran my script and this error keep on popping up. Here is part of the script; Code: 'Minimize QTP for runtime Initially the window was set to minimized and maximized it later in the script to see the object, as soon as it hits the line where it says Window("Siebel Moore").Maximize. Below is the error message "Cannot identify the object of class window. Verify that this object properties match an object currently displayed in your application". I checked as directed by the error message, make sure it is the same but when I run the script it error out at the same line. Please I need your help and advise on this issue. Thanks RE: Script - Augustine o - 02-01-2008 I found what the problem was. Actually the problem was that I have extra space between the variable and dot maximize. The problem was gone as soon as I got rid of the space re-run the script and turned on the recording. Thanks |