Unit and Integration Testing Spring Boot and JUnit 5

ThankGod Ukachukwu
2 min readNov 27, 2019

This tutorial is intended for intermediate backend developers developing microservices using Spring Boot and JUnit 5 (Jupiter).

There are four major learning points: Spring Boot, Junit 5, Unit Testing and Integrated Testing. Test Driven Development (TDD) approach enables developers to write production grade tests during software development and the basic is Unit Testing, to verify that code written gives the functionality and output expected.

--

--