Re: how to verify a button is disabled
Murat <murat.knecht-gM/[email protected]>
| Newsgroups | gmane.comp.web.canoo.webtest |
|---|---|
| Message-ID | <[email protected]> |
Hi Yao, would it be sufficient to test that the respective "disabled" attribute is there, using verifyXpath? All the best, Murat 2010/11/26 yaodong <[email protected]>: > Let's say I have one button is disabled initially and it will be enabled > when the user clicks one radio button. > > My first test step is to verify the button is disabled initially. > > Thanks, > > Yao >