One of the most important steps in any software development methodology is writing automated unit tests that validate the correctness of our code. It is also important that we run these unit tests every time the developer releases new code, to provide test code coverage.
In this recipe, we will learn how to incorporate the process of building unit tests that we developed in the Developing Unit Tests for Azure Functions HTTP Triggers recipe in Chapter 6, Exploring Testing Tools for the Validation of Azure Functions.