You are currently viewing Test Cases For Checkbox

Test Cases For Checkbox

4.7/5 - (3 votes)

Test Cases For Checkbox

In this post, we will discuss test cases for checkboxes. Checkboxes often on forms used to take input from the user against multiple options. User can select single or several choices by clicking on the checkboxes depending on the requirements. Professional sample test cases for checkbox are below.

  1. Verify that the checkbox present on the webpage on the correct position.
  2. Verify the width and height of the checkbox.
  3. Verify border radius for the checkbox rounded or corner edge.
  4. Verify the colour for the tick on clicking the checkbox.
  5. Verify the checkbox is selectable by clicking on the checkbox by mouse.
  6. Verify the checkbox is selectable by the keyboard.
  7. Verify the user can uncheck the checkbox by clicking on it.
  8. Verify if the user can select multiple checkboxes or not.
  9. Verify the label text present with the checkbox.
  10. Verify if the label text aligned with the checkbox or not.
  11. Verify on page load the very first checkbox selected by default and showing tick sign.
  12. Verify on click on the label text checkbox value checked or not.
  13. Verify the spelling for the label text aligned with the check box.
  14. Verify same label text not repeat with the checkboxes.
  15. Verify the order for the values or label text with the checkboxes.
  16. Verify user-selected check box values should save in database on the clicking on the Submit button or not.
  17. Verify check box can be uncheckable or not by clicking on the check box after selecting.
  18. Verify validation added if no checkbox checked and click on the Submit button and an alert or error message must appear.