# Introduction In this challenge, we will be conducting unit testing on the student management module. Using the JUnit 5 testing framework, we will test the service business logic, and with the help of the Mockito testing framework, we will test the controller layer request processing.
Click the virtual machine below to start practicing