Test cases for checkbox : If users have two or more options and choose multiple options so at that time developers use the checkbox in the website.
In this article, we have covered UI and functional test cases. It is shown below.
UI Test cases For Checkbox
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that the design of the checkbox is as per expected or not |
2 | Testcase_02 | Verify that checkbox border type. is it rounded or corner edges |
3 | Testcase_03 | Verify that the text color of the check box options |
4 | Testcase_04 | Verify that color of the check box |
5 | Testcase_05 | Verify that height of the check box |
6 | Testcase_06 | Verify that width of the check box |
7 | Testcase_07 | Verify that the check box is properly aligned or not |
8 | Testcase_08 | Verify that the text label is properly aligned or not |
9 | Testcase_09 | Verify that color when user select check box option |
Functional Test cases For Checkbox
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that the user is able to select an option by clicking on the checkbox |
2 | Testcase_02 | Verify that the user is able to deselect the check box option or not |
3 | Testcase_03 | Verify that the user is able to select multiple checkbox options or not |
4 | Testcase_04 | Verify that the check box is displayed as the required field or not |
5 | Testcase_05 | Verify that if it required field then a validation error message should be displayed. |
6 | Testcase_06 | Verify that selected check box options are displayed as tick signs when loading the page |
7 | Testcase_07 | Verify that if the user saves the check box option then check box values should be saved in the database. |
Conclusion
So as mentioned above we tried to cover maximum check box test cases. If you want to explore different test cases examples then please visit the links below.
Thank you, readers..!!
1.Test Cases for Traffic Signal