In the earlier chapters, you developed an understanding of API testing, web application architecture, token-based authentication, tools, frameworks, libraries, and the test pyramid. In the previous chapter, you learned what to test on a given API. In this chapter, you will learn about the components of a good test script and the guidelines for a good test script.
At the end of this chapter, you’ll know what a good test script should contain and the guidelines for writing a good and readable test script. These guidelines will ...