March 2020
Intermediate to advanced
392 pages
10h 10m
English
For the most part, unit tests are the same whether it is a monolithic application or a microservice application. Due to their defining nature, unit tests are not ideal as the only tool to test software; however, we should definitely use unit tests for individual functions that provide some isolated features. The difference is that unit tests look at an individual function only. This is certainly useful but it does not test the software as a whole. Examples of good unit tests include the following:
Read now
Unlock full access