Sunday, December 5, 2010

Software Testing Rules

1. Test early and test often.

2. Integrate the application development and testing life cycles for better results.

3. Formalize a testing methodology, to test everything the to get uniform results.

4. Develop a comprehensive test plan; it forms the basis for the testing methodology.

5. Use both static and dynamic testing.

6. Define your expected results.

7. Understand the business reason behind the application to write a better application and better testing scripts.

8. Use multiple levels and types of testing (Retesting, Regression, System, Integration, Stress and Load.)

9. Review and inspect the work, it will lower costs.

10. Don't let your programmers check their own work; they will miss their own errors.

No comments:

Post a Comment