Software Testing Practices, Test Methodologies and Test Competency Services


Welcome to the world of Software Testing & Best Test Practices.

All you wanted to know about Software Testing, Test Practices, Test Methodologies and building the Test Competency Services !!


Monday, October 22, 2012

10 Benefits of Unit Testing



Some Benefits of Unit Testing:
1. Unit Testing reduces the level of bugs in production code.
2. Unit Testing saves you development time.
3. Automated tests can be run as frequently as required.
4. Unit Testing makes it easier to change and refactor code.
5. Unit Testing can improve the design of code especially with Test-Driven Development.
6. Unit Tests are a form of documentation.
7. Unit Testing forces you to confront the problem head on.
8. Unit Testing inspires confidence!
9. Unit Tests are a measure of completion.
10. Unit Testing is FUN!

No comments: