Posts: 9
Threads: 3
Joined: Jun 2008
Reputation:
0
06-24-2008, 02:45 AM
I have a windows form that QTP only recognizes as an "external" object. There are check boxes and input boxes inside this object. I have two questions: 1) how can I get QTP to recognize these child objects, or 2) how can I create objects to be used as child objects so that qtp will recognize them?
If I could do this it would extremely enhance our productivity...
Thnx,
Howard
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
06-24-2008, 10:03 AM
Is this window a child /pop up from some other object?... if yes, please refer to similar articles on this issue.
Posts: 9
Threads: 3
Joined: Jun 2008
Reputation:
0
06-24-2008, 05:59 PM
Thank you, Ankur. No, this is an object that exists in a Window. what I need to do is access the child objects that are in an object that is in the window, i.e. Window("Name").WinObject("external").ChildObjects (which could be InputBoxes, ComboBoxes, etc...). I have read the posts on the pop-up window, and I will look into that solution as well, but I feel this is a bit different. Thnx for your help
H