Radio Button testing using FitNesse

Certified Senior Developer

I have a set of 3 questions , all of which needs to be answered in either "Yes" or "No" radio buttons.

So I give the following Script:

|click on radio option|Yes |
|click on radio option|No |
|click on radio option|Yes |
|click on button |Done |

The problem however is, only the first question takes input, i.e.

The Radio button "Yes" gets selected,

then the Radio Button "No" gets selected

and then the Radio button "Yes" gets selected

All for the same question (the first one),

It looks like the control does not go to the 2nd and 3rd Questions.

Please suggest.

Thank you

Kashish

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data