Checklist for Screen Validation Testing of Web Applications
Screen Validation testing checklist is a very powerful fact-gathering tool deployed to ensure that our new web application behaves as expected from screen validation related considerations.
Sr. |
Check Point |
Yes/No |
Screen Validation Check Points related to Aesthetic Conditions |
||
1. |
Is the general screen background the correct color? | |
2. | Are the field prompts the correct color? | |
3. | Are the field backgrounds the correct color? | |
4. | In read-only mode, are the field prompts the correct color? | |
5. | In read-only mode, are the field backgrounds the correct color? | |
6. | Are all the screen prompts specified in the correct screen font? | |
7. | Is the text in all fields specified in the correct screen font? | |
8. | Are all the field prompts aligned perfectly on the screen? | |
9. | Are all the field edit boxes aligned perfectly on the screen? | |
10. | Are all group boxes aligned correctly on the screen? | |
11. | Should the screen be resizable? | |
12. | Should the screen be able to be minimized? | |
13. | Are all the field prompts spelt correctly? | |
14. | Are all character or alphanumeric fields left justified? This is the default unless otherwise specified. | |
15. | Are all numeric fields right justified? This is the default unless otherwise specified. | |
16. | Is all the micro-help text spelt correctly on this screen? | |
17. | Is all the error message text spelt correctly on this screen? | |
18. | Is all user input captured in UPPER case or lower case consistently? | |
19. | Where the database requires a value (other than null) then this should be defaulted into the fields. The user must either enter an alternative valid value or leave the default value intact. | |
20. | Assure that all windows have a consistent look and feel. | |
21. | Assure that all dialog boxes have a consistent look and feel. | |
Screen Validation Check Points related to Validation Conditions |
||
1. | Does a failure of validation on every field cause a sensible user error message? | |
2. | Is the user required to fix entries, which have failed validation tests? | |
3. | Have any fields got multiple validation rules and if so are all rules being applied? | |
4. | If the user enters an invalid value and clicks on the OK button (i.e. does not TAB off the field) is the invalid entry identified and highlighted correctly with an error message? | |
5. | Is validation consistently applied at screen level unless specifically required at field level? | |
6. | For all numeric fields check whether negative numbers can and should be able to be entered. | |
7. | For all numeric fields check the minimum and maximum values and also some mid-range values allowable? | |
8. | For all character/alphanumeric fields check the field to ensure that there is a character limit specified and that this limit is exactly correct for the specified database size? | |
9. | Do all mandatory fields require user input? | |
10. | If any of the database columns don’t allow null values then the corresponding screen fields must be mandatory. (If any field which initially was mandatory has become optional then check whether null values are allowed in this field.) | |
Screen Validation Check Points related to Navigation Conditions |
||
1. | Can the screen be accessed correctly from the menu? | |
2. | Can the screen be accessed correctly from the toolbar? | |
3. | Can the screen be accessed correctly by double clicking on a list control on the previous screen? | |
4. | Can all screens accessible via buttons on this screen be accessed correctly? | |
5. | Can all screens accessible by double clicking on a list control be accessed correctly? | |
6. | Is the screen modal. I.e. Is the user prevented from accessing other functions when this screen is active and is this correct? | |
7. | Can a number of instances of this screen be opened at the same time and is this correct? | |
Screen Validation Check Points related to 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 Can the cursor be placed in read-only fields by clicking in the field with the mouse? mouse? | |
10. | Is the cursor positioned in the first input field or control when the screen is opened? | |
11. | Is there a default button specified on the screen? | |
12. | Does the default button work correctly? | |
13. | When an error message occurs does the focus return to the field in error when the user cancels it? | |
14. | When the user Alt+Tab’s to another application does this have any impact on the screen upon return to The application? | |
15. | 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 | |
Screen Validation Check Points related to Data Integrity Conditions |
||
1. | Is the data saved when the window is closed by double clicking on the close box? | |
2. | Check the maximum field lengths to ensure that there are no truncated characters? | |
3. | Where the database requires a value (other than null) then this should be defaulted into fields. | |
4. | The user must either enter an alternative valid value or leave the default value intact. | |
5. | Check maximum and minimum field values for numeric fields? | |
6. | If numeric fields accept negative values can these be stored correctly on the database and does it make sense for the field to accept negative numbers? | |
7. | If a set of radio buttons represent a fixed set of values such as A, B and C then what happens if a blank value is retrieved from the database? (In some situations rows can be created on the database by other functions which are not screen based and thus the required initial values can be incorrect.) | |
8. | If a particular set of data is saved to the database check that each value gets saved fully to the database. I.e. Beware of truncation (of strings) and rounding of numeric values. | |
Screen Validation Check Points related to Modes (Editable Read-only) Conditions |
||
1. | Are the screen and field colors adjusted correctly for read-only mode? | |
2. | Should a read-only mode be provided for this screen? | |
3. | Are all fields and controls disabled in read-only mode? | |
4. | Can the screen be accessed from the previous screen / menu / toolbar in read-only mode? | |
5. | Can all screens available from this screen be accessed in read-only mode? | |
6. | Check that no validation is performed in read-only mode. |
Download Many More Checklists for QA Managers & Team Leads
Download Several Checklists for Testers & Developers
Download Several Testing Templates – Prepared By Experts
An expert on R&D, Online Training and Publishing. He is M.Tech. (Honours) and is a part of the STG team since inception.