I am using Cucumber with Capybara. I have a page with listing of questions for a candidate. I want to check if all the radio buttons are selected for every answer before a candidate hits a radio button. If a candidate hits next button before answering all the questions, an error message is shown.
Please help me how do I test this feature.