Print Page | Close Window

BASIC PRINCIPLES OF TESTING

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1237
Printed Date: 15Jul2025 at 8:28am


Topic: BASIC PRINCIPLES OF TESTING
Posted By: Asha_2004
Subject: BASIC PRINCIPLES OF TESTING
Date Posted: 03May2007 at 11:55pm
Following are eight basic principles of testing:
1. Define the expected output or result.
2. Don't test your own programs.
3. Inspect the results of each test completely.
4. Include test cases for invalid or unexpected conditions.
5. Test the program to see if it does what it is not supposed to do as well as what it is supposed to do.
6. Avoid disposable test cases unless the program itself is disposable.
7. Do not plan tests assuming that no errors will be found.
8. The probability of locating more errors in any one module is directly proportional to the number of errors already found in that module.



Print Page | Close Window