QTP Opens a popup window but won't recognize the buttons in the window - 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 Opens a popup window but won't recognize the buttons in the window (/Thread-QTP-Opens-a-popup-window-but-won-t-recognize-the-buttons-in-the-window) |
QTP Opens a popup window but won't recognize the buttons in the window - Blaster0007 - 02-02-2011 I get this error: Cannot identify the object "Add a button" (of class WinObject). Verify that this object's properties match an object currently displayed in your application. Line (3): Code: "Window("NorthStar Desktop").Window("Window").WinObject("Add a button").Click 124,31". help you identify and update your steps and/or the objects in your repository. I have tried to run in Maintenance mode and to have the Object Repository Manager learn it with no success. Thanks. RE: QTP Opens a popup window but won't recognize the buttons in the window - ketan.barbade@gmail.com - 02-03-2011 Hi, Why are you going for low level recording? Instead go for normal recording and proceed.... RE: QTP Opens a popup window but won't recognize the buttons in the window - Blaster0007 - 02-03-2011 I am in normal recording mode. Low level and analog are grayed out thanks, RE: QTP Opens a popup window but won't recognize the buttons in the window - Blaster0007 - 02-09-2011 It almost looks as though my normal recording is recording like I am using low level recording. I looked at an older version of the test and I see it saved certain things as text etc whereas I am only getting objects and winobjects whether I use normal mode or low level mode. Could there be a problem with my install? RE: QTP Opens a popup window but won't recognize the buttons in the window - sree.85 - 07-20-2012 Code: "Window("NorthStar Desktop").Window("Window").WinObject("Add a button").Click 124,31". if QTP har recognized as winobject means QTP is not recognizing u r button (WinObject). if this is the error then go with virtual object creation for the winobject(Button) and your problem will be solved |