Creating Child Objects - 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: Creating Child Objects (/Thread-Creating-Child-Objects) |
Creating Child Objects - Hbomb624 - 06-24-2008 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 RE: Creating Child Objects - Ankur - 06-24-2008 Is this window a child /pop up from some other object?... if yes, please refer to similar articles on this issue. RE: Creating Child Objects - Hbomb624 - 06-24-2008 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 |