Category: API Test Automation
25
Nov
Python API testing beyond the GET request.
by Slav Kurochkin
No Comments
Recently I wrote a blog post on API testing in Python, but I only talked about GET requests there. In this tutorial we are going...
24
Sep
API testing with Python
by Slav Kurochkin
No Comments
There are many ways of doing API testing, the most popular tools is Postman (JavaScript) and RestAssured (Java), in this post we going to use...