Software Testing Social Network

Free Software Testing Tutorial and Quality Assurance Portal

Home Testing Check Lists

Testing Check Lists

It would be nice to have a checklist for each of the activity in testing such as test planning, test case writing etc. This will ensure the quality of the review process. In this section I tried to put some common checklists.

User Interface Test : A Check list

How to test user interface


Usability is the measure of a product's potential to accomplish the goals of the user. In information technology, the term is often used in relation to software applications and Web sites, but it can be used in relation to any product that is employed to accomplish a task (for example, a toaster, a car dashboard, or an alarm clock). In this user interface test article we will see how to test usability of software and web interfaces. This web interfaces testing checklist will help you to derive interface test cases easily.

1.1 GUI Testing (COLORS):

1.1.1 Make sure the hyperlink color is standard. Until specified explicitly it should be blue.
1.1.2 The text...

 

Checklist for Website Testing

Checklist for Website Testing

Worldwide web is browsed by customers with different knowledge levels, while testing websites (static/Dynamic) QA department should concentrate on various aspects to make effective presentation of website in www.

 
         

Check list for Conducting Unit

Check list for Conducting Unit  {mosgoogle left} Is the number of input parameters equal to number of arguments? Do parameter and argument attributes match? Do parameter and argument units system match? Is the number of arguments transmitted to called modules equal to number ofparameters? Are the attributes of arguments transmitted to called modules equal toattributes of parameters? Is the units system of arguments transmitted to called modules equal tounits system of parameters? Are the number of attributes and the order of arguments to built-infunctions correct? Are any references to parameters not associated with current point of entry? Have input only arguments altered? Are...