In the previous few chapters, you learned about several concepts of API testing including coding best practices, a good test script, and what needs to be tested in the API. In this chapter, you will learn about components of the test automation framework and its design aspects.
By the end of this chapter, you will know what an API test framework should contain and you will be able to write a test framework from scratch.
Frameworks enable a software engineer to write code with fewer lines faster and with ease. They improve ...