Sunday, January 26, 2020

Test Scenario For Check Box

Check if the checkbox is selectable or not.
Check if the checkbox selection enables the specific element as selected by mouse pointer or keyboard selection.
Check if the checkbox is selected and pressing submit redirects to the option as per the choice made.
Check if the checkbox selection is properly recorded in database or for browser redirection.
Uncheck one checckbox and select another and click on submit and verify if different choice is considered in redirection.
Check if the checkbox alignment on the form page is proper or not.
Check if the label for the checkbox is properly aligned.
Check if the multiple checkboxes can be selected or not.
Check if the checkboxes selected one at a time or multiple at a time are as per the requirement of the application.
Check if the corresponding data is selected by the database based on the selection.
Check if the validation controls enabled or triggered if no user action is done on the choices.
Verify if the selection control is inactive when the page is loaded.
Verify if the initial focus of the checkbox is on the first checkbox.
Verify if the checboxes are placed in a order.
Verify the physical location of the checkboxes (X.Y Coordinates, Height, Lenght, Width).

No comments:

Post a Comment