Common GUI Checklist
Common GUI Checklist
REVISION 1.0
DO CU ME NT RE VI S I O N HIS TO RY
Author details
Developer Name
Date
List of code objects checked e.g.
(jsp, java, js, css etc. files) com.elitecore.cyberoam.user.User.java
List of URLs (Screens) e.g.
http://192.168.1.244/corporate/webpages/usermgt/liveusers.jsp
6. Screen title should be proper and should explain the action of the screen.
Ensure that it is grammatically correct. Consult your senior, document
writer or MS Word in case of doubt.
7. Check for grammar and spelling for all messages and Error messages.
Consult your senior, Document writer or MS Word in case of doubt.
8. Value should not be displayed in scientific format in any message or label
or in text field.
E.g. 10,000,00 Rs. Must not be shown as 10.00E5
9. If value of field is null or blank in database then it should show blank on
screen. It must not show NULL on screen.
In short a null check should be done before showing on the screen
1 All Delete operations must ask for confirmation.
0. Default selected must be “No” in confirmation message
The error message should be in a manner that the user can take
corrective action depending on the information he has received.
1 Tables
2. Number columns should be right aligned
Text columns should be left aligned
1 The Sr. No should be right aligned, should have “.” (Dot) at the end E.g.:
3. 1., 2.
2 Proper audit log statements to be made. If the requirements are not clear
1. consult your senior.