Test cases for Radio button : There are different types of buttons used in the websites. When users have two or more options and choose exactly one option at that time, a radio button is used on the website.
In this article, Positive and negative test scenarios for radio button are covered.
Test Cases for Radio button
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that the radio button UI is as per the client’s specification or not |
2 | Testcase_02 | Verify that the size of the radio button is as expected or not |
3 | Testcase_03 | Verify that the color of the radio button is as expected or not |
4 | Testcase_04 | Verify that the style of the radio button is as expected or not |
5 | Testcase_05 | Verify that the radio button is a required field or not |
6 | Testcase_06 | Verify that if it required field then red “*” mark should be displayed |
7 | Testcase_07 | Verify that validation error message should be displayed for the radio button |
8 | Testcase_08 | Verify that the radio label text should be displayed properly or not |
9 | Testcase_09 | Verify that the radio button is selectable or not |
10 | Testcase_10 | Verify that the radio button is nonselectable or not |
11 | Testcase_11 | Verify that the user should be able to select only one option or not |
12 | Testcase_12 | Verify that the selectable radio button value is saved properly or not |
Negative Test Cases for Radio Button
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_1 | Verify that user is able to select multiple option or not |
Conclusion :
So as mentioned above, We have covered common test scenarios for radio button. If you are also looking for the example for test cases please visit the below link.