Spring Boot Unit Testing Primer

Writing test is important for any application. There are various types of tests a developer can write. At the very least, developers should write unit tests for their code.

Unit tests are cheap to write, execute and can save you from clumsy errors.

This mini series is for Spring Boot developers who have written applications but for various reasons (or more precisely, excuses), haven’t written many unit tests.