Editorial / Best Answer
kurtz182
CHECK BOXES
1) Physical location and arrangement on page
2) Labels associated with each check box
3) Check box grouping follows requirement and makes sense
4) Initial focus and tab order
5) Active or inactive state (grayed out) per business rules
6) Can check and uncheck boxes
7) Validation when controls are required for submission
8) Corresponding data is successfully captured in database
9) Controls follow state management rules when navigating between pages
DROP DOWN LIST BOX
1) Physical properties (location, height, width)
2) Corresponding label
3) Initial focus and tab order
4) Displays all items without truncations
5) Can select and submit only one item in the list at any given time
6) Validation when control is required for submission
7) Each item in list is selectable and can be submitted
8) Corresponding data is sucessfully captured in database
9) Control follows state management rules when navigating between pages
Test cases for check box
Give some sample test cases for drop down list box in a GUI.
Profile Answers by vidhyamythili Questions by vidhyamythili
Questions by vidhyamythili
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
CHECK BOXES
1) Physical location and arrangement on page
2) Labels associated with each check box
3) Check box grouping follows requirement and makes sense
4) Initial focus and tab order
5) Active or inactive state (grayed out) per business rules
6) Can check and uncheck boxes
7) Validation when controls are required for submission
8) Corresponding data is successfully captured in database
9) Controls follow state management rules when navigating between pages
DROP DOWN LIST BOX
1) Physical properties (location, height, width)
2) Corresponding label
3) Initial focus and tab order
4) Displays all items without truncations
5) Can select and submit only one item in the list at any given time
6) Validation when control is required for submission
7) Each item in list is selectable and can be submitted
8) Corresponding data is sucessfully captured in database
9) Control follows state management rules when navigating between pages
Related Answered Questions
Related Open Questions