Uploaded on Jun 25, 2019
This software testing checklist tutorial is the best for all software beginners who wants to make their career in software development. Subscribe us or follow us to get more PDFs & documents like this.
Software Testing Checklist - Part 1
iFour Consultancy
Software Testing Guidelines
Checklist - A
https://www.ifourtechnolab.com/hire-asp-net-software-developer
UI/UX & Usability Checklist
Check alignment of all buttons, textboxes and other elements
Check all the buttons, textboxes and elements spelling as well as grammar.
Website/Product logo design and on click of logo redirect to Home page.
Image size should be proper and it is not stretched, blur, distorted and broken images.
In Image if no image uploaded then is should display placeholder thumbnail image.
For website, Every page should have page title and fav icon.
Checking the behavior of the different controls like- checkbox, dropdown list, radio buttons,
etc.
https://www.ifourtechnolab.com/hire-asp-net-software-developer
UI/UX & Usability Checklist
Check the navigation of all menu and menu items.
In whole project use same format for validation message, popup text, alert messages etc.
For Ex. Validation is like "Please enter first name."
For all other messages first letter should be capital. If use period sign then all messages
have that period sign.
Every hyperlink navigation should be proper.
Font type, color and size should be proper.
For required value any indication is display like red asterisk mark, textbox color red etc.
https://www.ifourtechnolab.com/hire-asp-net-software-developer
UI/UX & Usability Checklist
Check if any pre-populated value should be displayed as per requirement .
Disabled Textbox should be grayed out.
Is the tab order correct on all screens?
Should the screen be resizable / Responsive?
Is all user input captured in UPPER case or lower case consistently?
Does a failure of validation on every field cause a sensible user error message?
https://www.ifourtechnolab.com/hire-asp-net-software-developer
UI/UX & Usability Checklist
Are all the dropdowns on this screen sorted correctly? Alphabetic sorting is the
default unless otherwise specified.
Check web font rendering across major browsers
HTML, JavaScript, CSS validation
https://www.ifourtechnolab.com/hire-asp-net-software-developer
Functional Checklist
HTML, JavaScript, CSS validation
Are text fields storing information correctly?
Is forward/backward cashing working correctly?
Are requirements for timing out of session met?
Are the field data properly displayed?
Do internal searches return correct results?
Are errors being handled correctly in form fields?
https://www.ifourtechnolab.com/hire-asp-net-software-developer
Functional Checklist
Have any fields got multiple validation rules and if so are all rules being applied?
For all numeric fields check whether negative numbers can and should be able to be
entered.
For all numeric fields check the minimum and maximum values and also some mid-range
values allowable?
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?
Check the maximum field lengths to ensure that there are no truncated characters?
https://www.ifourtechnolab.com/hire-asp-net-software-developer
Performance Checklist
Load Test
Check Image optimization
Check and Implement caching when necessary
Minify/Compress static (JavaScript/CSS/HTML) files
Reduce HTTP Requests
Fix 404 Errors
Reduce Cookie size – 500 byte
301 Redirects
https://www.ifourtechnolab.com/hire-asp-net-software-developer
Comments