Purpose of this GUI Testing Checklist is to make sure that GUI of all the applications at <XYZ Organization> are developed and tested according to the known and understood standard. This checklist can give some guidance to the development team as well as QE team. Development team should make sure that during the development they follow guidelines related to the compliance, aesthetics, navigation etc. Onus of testing GUI is on the QE team. Appropriate defect should be raised in the <DTS> system, indicating defect and other relevant information.
This GUI test checklist will ensure that all the GUI components are thoroughly tested. This checklist is categorized according to the following sub-sections –
- Windows compliance standards
- Validation checklist for tester
- Field specific test
- Short-cut keys and hot keys
Windows Compliance Standards
These compliance standards are followed by almost all the windows based application. Any variance from these standards can result into inconvenience to the user. This compliance must be followed for every application. These compliances can be categorized according to following criteria
- Compliance for each application
- Application should be started by double clicking on the icon.
- Loading message should have information about application name, version number, icon etc.
- Main window of application should have same caption as the icon in the program manager.
- Closing of the application should result in "Are you sure?" message.
- Behaviour for starting application more than once must be specified.
- Try to start application while it is loading
- On every application, if application is busy it should show hour glass or some other mechanism to notify user that it is processing.
- Normally F1 button is used for help. If your product has help integrated, it should come by pressing F1 button.
- Minimize and restoring functionality should work properly
- Application should be started by double clicking on the icon.
- Compliance for each window in the application
- Window caption for every application should have application name and window name. Specially, error messages.
- Title of the window and information should make sense to the user.
- If screen has control menu, use the entire control menu like move, close, resize etc.
- Text present should be checked for spelling and grammar.
- If tab navigation is present, TAB should move focus in forward direction and SHIFT+TAB in backward direction.
- Tab order should be left to right and top to bottom within a group box.
- If focus is present on any control, it should be presented by dotting lines around it.
- User should not be able to select greyed or disabled control. Try this using tab as well as mouse.
- Text should be left justified
- In general, all the operations should have corresponding key board shortcut key for this.
- All tab buttons should have distinct letter for it.
- Window caption for every application should have application name and window name. Specially, error messages.
To be continued…………
Comments