Seven Testing Principles
By
Software Testing Tools
1.Testing show presence of defects
● No defects found =/ No defects present
2. Exhaustive testing is not possible
● All scenarios of software can’t be tested.
● Adopt smarter ways of testing
3. Easy testing
● Save time.
● Save money.
● Make customer happy.
4. Defect clustering
● Defects are present in cluster.
5. Pesticide paradox
● Test cases should be update periodically.
● Review of test cases is important activity.
6. Testing is context dependent
● Testing method/strategy is different for different
software’s
7. Absence of error is fallacy
● Test only stable software’s defect.
Thank you - _-

Seven testing principles