04-12-2008, 06:44 PM
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:
Regards
QTPLearner
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