August 2018
Intermediate to advanced
296 pages
10h 7m
English
This chapter covers
We hope this book has broadened your insight and expanded your skill set for developing tests for a microservices architecture. The purpose of these tests is to enable changes to any service with the certainty that no regression has been introduced when you refactor, fix bugs, or add a new feature.
The questions now are when to execute the tests, where to execute them, and how the tests are related to the deployment of the production service. In this chapter, you’ll see how the traditional ...