![]() |
Extract radio button value - 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: Extract radio button value (/Thread-Extract-radio-button-value) |
Extract radio button value - Cecil - 02-07-2008 Hi On my test script I need to extract a numeric value behind a radio button option, which is changed dynamically. How can I go about it? Thank you Cheers Kathy RE: Extract radio button value - SamQA - 02-07-2008 Hi Kathy Have u tried GetROProperty? Or if I mis understand ur question then pl describe it. RE: Extract radio button value - Cecil - 02-11-2008 Hi Sam Where can i locate the GetROProperty? I'm new with QTP and I have only been using the recording option on created the test script. Cheers Kathy RE: Extract radio button value - newqtp - 02-12-2008 Hi Cecil, Goto QTP->Help->QuickTestProfessionalHelp then type in index GetRoProperty. You use the GetROProperty method to retrieve the current value of a test object property from a run-time object in your AUT. |