To this point in the book, while building microservices, we’ve tested our code manually. In this chapter, though, we’ll shift up a gear and learn how to apply automated testing to our microservices.
So far, we’ve primarily done our testing by running our code and visually inspecting the output. Methods of manual testing are many and varied. I want you to know that manual testing is okay, to a point. You should start with manual testing and continue with it until you’re comfortable enough to use automated testing.