DEV Community

Discussion on: Very simple rule of thumb on when to write tests

Collapse
 
msedzins profile image
Mirek Sedzinski

Thank you for the comment. I completely agree.

There are plenty of different useful types of tests (uat, integration, security, performance etc.). Some of them are required by the customer. Also when you work as a team you have to have a common notion on what and how to test.

My rule of thumb is something i use at my work as a developer whenever i have opportunity to do so. Those are low-level tests that act as a first line of defence :)