In this chapter, we introduced Postman, which is an excellent tool for testing APIs. We created a Postman account and installed it locally.
Then, we created collections and environments, in which we created requests that contain the settings of our APIs that are to be tested.
We also talked about automating these tests using the Newman command-line tool, with the export of Postman collections and environments.
Finally, in the last part of this chapter, we created and executed a CI/CD pipeline in Azure DevOps that automates the execution of API tests in a DevOps process.
In the next chapter, we will stay on the subject of testing, and we will look at the analysis of static code with a well-known tool called SonarQube.