How To Do API Testing Using Python Requests
In the previous article, we have seen What API is, What and How API testing should be performed, and how we can test APIs using the Postman tool. We have also learnt the rest assured framework for API automation. In this post, we will explore the Python requests module and how we can perform API … Read more