What happens if we write good tests?

Channel your resources away from manual testing to delivering value.

2 min read

Introduction of automated testing has its costs. It takes time to learn testing, it takes time to write and maintain tests.

We need to be aware of those costs.

It might be tempting to skip on testing in the early stages of the project, but it might be a costly mistake.

Development without testing might be faster at the beginning, but as the project goes on, there should be a point when the initial investment of writing tests starts to pay off.

Good testing

We have built good tests when the additional cost of building and maintaining automated tests is offset by savings through reduced manual testing. It should be offset by savings on debugging, troubleshooting and the cost of fixing the defects that would have gone undetected until the early production usage of the software.

To have good tests we need to:

When we managed to build good tests we can channel our resources away from manual testing to delivering value.