3.9/5 - (35 votes)
Test Cases For Radio Buttons
- Verify radio buttons present on the page as per design.
- Verify the size of the radio button should be same as per design.
- Verify style and colour for the radio buttons should be same as per requirements or not.
- Verify label text present on the page with the radio buttons.
- Verify the label text for the radio button added in the same sequence as per specification.
- Verify spellings for the label text with the radio buttons correct or not.
- Verify if the label text aligned with the radio buttons or not.
- Verify if the radio button selectable and unselectable or not on clicking all radio buttons.
- Verify on clicking on the label text, radio button value selected or not.
- Verify only one value from the radio buttons can be selected or not.
- Verify user can choose any option from radio buttons by pressing the tab key by the keyboard.
- Verify an error message shown or not in case if the user not selects any value and click on the submit button
- Verify selected radio button value saved in the database correctly or not.