January 2017
Beginner to intermediate
344 pages
10h 58m
English
This chapter covers
Up to this point, you’ve written a few microservices and set up collaborations between some of them. The implementations are fine, but you haven’t written any tests for them. As you write more and more microservices, developing systems without good automated tests becomes unmanageable. In the first half of this chapter, I’ll discuss what you need to test for each individual microservice. Then we’ll dive into code, looking first at testing endpoints ...