About testing
In theory, testing should be the very first thing you reach for. In practice, it's more engaging to start with a practical scenario and let the need for tests emerge from real problems. Why the gap?
Testing frameworks
Now that you know why testing matters, let's look at the tools you'll use. Doing testing requires two things working together:
First tests
Write unit tests, slice tests, and check the results with JaCoCo for your Spring Boot applications in Java, Kotlin, and Groovy.