This chapter will help you gain insight into the tools used for testing API-based software applications and writing test automation scripts. In this chapter, you will also explore the useful frameworks and libraries used in test automation script development.
Before starting this chapter, you should read Appendix B and deploy the sample application that you will be using as a demo application for testing. Also, you should go through the API endpoints provided in the sample application that you will be using ...