Micro Focus QTP (UFT) Forums
to select a single check box at runtime. - 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: to select a single check box at runtime. (/Thread-to-select-a-single-check-box-at-runtime)



to select a single check box at runtime. - karthikhw - 03-25-2010

Hi,
i am having a window in that a number of check boxes will be there, based on requirement i will click on a individual check box and should be get installed, this is my requirement can anyone help me in this regard, if so i will be very thankful to them, if any please do let me know.
Thank you.
Regards,
karthik anchoori.


RE: to select a single check box at runtime. - manishbhalshankar - 03-25-2010

Create an object description for checkbox with common properties like type and get the childobjects of that type from your window. Once you have the collection of objects, use GetROProperty("propertyname") to get your desired checkbox. There is a similar topic available in this forum. Please search for it you will get the complete details.