04-09-2008, 10:55 PM
I'm trying to record a Windows Application using QTP. It works all fine till when another Window pops-up where we have to make some selection.
Any changes made on the pop-window are actually recorded, but when trying to run they Fail.
The reason it states is that:
Cannot find the "***" object's parent "New Activity" (class Window). Verify that parent properties match an object currently displayed in your application.
Can anyone please tell me what might be the problem and how can I rectify it??
I even tried to record "low-level", which would record the clicks, but even that doesn't seem to recognize the object. But I don't understand why should low-level recording also bother about object, because I thought all it takes is the X and Y co-ordinates but not the object properties (Somebody correct me if I'm wrong).
Any changes made on the pop-window are actually recorded, but when trying to run they Fail.
The reason it states is that:
Cannot find the "***" object's parent "New Activity" (class Window). Verify that parent properties match an object currently displayed in your application.
Can anyone please tell me what might be the problem and how can I rectify it??
I even tried to record "low-level", which would record the clicks, but even that doesn't seem to recognize the object. But I don't understand why should low-level recording also bother about object, because I thought all it takes is the X and Y co-ordinates but not the object properties (Somebody correct me if I'm wrong).