In earlier chapters, you learned why we need API testing and the advantages of doing so. You also learned about web application architecture, the HTTP protocol, and various authentication techniques. This chapter will walk you through the aspects of API testing—the API testing paradigm.
At the end of this chapter, you should have a good knowledge about what things must be tested on a given API. You will also know some keywords that are commonly used in the industry.
A typical API requires the HTTP protocol and has a payload, ...