Run error - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Run error (/Thread-Run-error) |
Run error - QTPlearner - 04-12-2008 Hello, I am trying to run a test in QTP & it is failing due to one of the reasons below: Please advise Cannot find the "RPBrowserRecordUIButtonClass" object's parent "Window" (class Window). Verify that parent properties match an object currently displayed in your application. Below is the script for this: Code: Browser("Men's, Women's and Kids'").Window("Window").WinObject("RPBrowserRecordUIButtonClass").Click 5,9 Regards QTPLearner RE: Run error - niranjan - 04-15-2008 Check in Object Repository whether the object exists or not. |