February 2018
Intermediate to advanced
406 pages
9h 55m
English
The aim of unit testing is to test each class or code component and ensure it is performing as expected. JUnit is the popular Java framework for unit testing.
Using the Mock object pattern and Test Stubs, it is possible to isolate the dependent components of the services being tested so that the testing focuses on the system under test, which is the service.
JUnit is the most popular tool to perform unit testing.
Read now
Unlock full access