Prepare for your Next Interview
This is a discussion on TO check if a checkbox is enabled/disabled. within the WinRunner forums, part of the Software Testing category; Hi..! Can anyone help me out with this? i need to find out if in a Web page a particular checkBox is in enabled/disabled status... Thanks..!...
|
|||
|
TO check if a checkbox is enabled/disabled.
Hi..!
Can anyone help me out with this? i need to find out if in a Web page a particular checkBox is in enabled/disabled status... ![]() Thanks..! |
| Sponsored Links |
|
|||
|
Re: TO check if a checkbox is enabled/disabled.
Hi,
I guess you could use the "Obj_get_info" method to check if the checkbox is enabled or not. In the GUI map ascertain the property that relates to checkbox being enabled or not. Pass this property to Obj_get_Info method along with the Checkbox logical name. Obj_Get_Info("ObjectName", "Property", "OutputValue") Extract the value stored in OutputValue and see whether checkbox is enabled / Disabled. Cheers...
__________________
Regards, V.Umesh Krishnan QA Consultant |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tab enabled property | Geek_Guest | QTP | 1 | 02-27-2008 04:37 AM |
| Retrieve text attached with checkbox | Geek_Guest | QTP | 1 | 11-09-2007 10:51 AM |
| Disabled Web Button | Geek_Guest | QTP | 1 | 10-12-2007 04:37 AM |
| change checkbox color... | psuresh1982 | Web Design | 0 | 07-09-2007 05:45 AM |
| dynamic checkbox and label... | psuresh1982 | JavaScript | 0 | 07-09-2007 04:28 AM |