Interview Questions

Screen Validation Checklist - Usability Conditions

Check List for Software Testing


(Continued from previous question...)

Screen Validation Checklist - Usability Conditions

  1. Are all the dropdowns on this screen sorted correctly? Alphabetic sorting is the default unless otherwise specified.
  2. Is all date entry required in the correct format?
  3. Have all pushbuttons on the screen been given appropriate Shortcut keys?
  4. Do the Shortcut keys work correctly?
  5. Have the menu options which apply to your screen got fast keys associated and should they have?
  6. Does the Tab Order specified on the screen go in sequence from Top Left to bottom right? This is the default unless otherwise specified.
  7. Are all read-only fields avoided in the TAB sequence?
  8. Are all disabled fields avoided in the TAB sequence?
  9. Can the cursor be placed in the microhelp text box by clicking on the text box with the mouse?
  10. Can the cursor be placed in read-only fields by clicking in the field with the mouse?
  11. Is the cursor positioned in the first input field or control when the screen is opened?
  12. Is there a default button specified on the screen?
  13. Does the default button work correctly?
  14. When an error message occurs does the focus return to the field in error when the user cancels it?
  15. When the user Alt+Tab's to another application does this have any impact on the screen upon return to The application?
  16. Do all the fields edit boxes indicate the number of characters they will hold by there length? e.g. a 30 character field should be a lot longer

(Continued on next question...)

Other Interview Questions