Center mind map
Collapse/Expand all nodes
Birdview
Toggle birdview
Testing checklist
Generic checklist
All mandatory fields should be validated and indicated by asterisk (*) symbol
Validation error messages should be displayed properly at correct position
General confirmation messages should be displayed using CSS style other than error messages style (e.g. using green color)
Tool tips text should be meaningful
Dropdown fields should have first entry as blank or text like ‘Select’
Update/Delete functionality for any record on page should ask for confirmation
Default page sorting should be provided
All error messages should be displayed in same CSS style (e.g. using red color)
All numeric values should be formatted properly
Input fields should be checked for max field value. Input values greater than specified max limit should not be accepted or stored in database
Check all input fields for special characters
Check page sorting functionality after add/edit/delete operations on any record
Check for timeout functionality. Timeout values should be configurable. Check application behavior after operation timeout
Field labels should be standard e.g. field accepting user’s first name should be labeled properly as ‘First Name’
Check cookies used in an application
Check text on all pages for spelling and grammatical errors
Check numeric input fields with character input values. Proper validation message should appear
Check for negative numbers if allowed for numeric fields
Check functionality of buttons available on all pages
User should not be able to submit page twice by pressing submit button in quick succession.
Divide by zero errors should be handled for any calculations
Input data with first position blank should be handled correctly
GUI
All fields on page (e.g. text box, radio options, dropdown lists) should be aligned properly
Enough space should be provided between field labels, columns, rows, error messages etc.
Scroll bar should be enabled only when necessary
Font size, style and color for headline, description text, labels, infield data, and grid info should be standard as specified in SRS
Disabled fields should be grayed out and user should not be able to set focus on these fields
Upon click of any input text field, mouse arrow pointer should get changed to cursor
User should not be able to type in drop down select lists
Information filled by users should remain intact when there is error message on page submit. User should be able to submit the form again by correcting the errors
Check if proper field labels are used in error messages
Dropdown field values should be displayed in defined sort order
Tab and Shift+Tab order should work properly
Check if dropdown list options are readable and not truncated due to field size limit
All buttons on page should be accessible by keyboard shortcuts and user should be able to perform all operations using keyboard
Check all pages for broken images and broken links
All pages should have title
User should be able to select only one radio option and any combination for check boxes.
Search Page
Check for Next, Previous, First and Last page pagination functionality
Duplicate records should not be displayed in result grid
Windows
Email Sending
Check if reply to email address is correct