01-11-2012, 05:18 AM
Hi,
Could someone help me with this problem please?
I have two radio buttons in a group and I want to verify when one is checked the other is unchecked, since group radio buttons have the same name I was thinking of using teh id of the radio button but how do I use it. Or please tell me if there is any other way to do this. If I use Check(CheckPoint(" ") I get same return for both and that is 'Checked'
Also I want to verify a WebEdit box is disabled. Whe i use Check(CheckPoint("") ) I get
. Is there any other way to verify whether the box is disabled.
Thanks,
Sqadri
Could someone help me with this problem please?
I have two radio buttons in a group and I want to verify when one is checked the other is unchecked, since group radio buttons have the same name I was thinking of using teh id of the radio button but how do I use it. Or please tell me if there is any other way to do this. If I use Check(CheckPoint(" ") I get same return for both and that is 'Checked'
Also I want to verify a WebEdit box is disabled. Whe i use Check(CheckPoint("") ) I get
Code:
Browser("").Page("").WebElement("WebElement_2").Check CheckPoint("WebElement_3")
Thanks,
Sqadri