Category: API Test Automation
16
Jun
Postman Generative AI Backend API Testing
by Slav Kurochkin
No Comments
In this tutorial, I’m exploring Postman Generative AI for Backend API Integration Testing
07
Mar
Using Postman proxy for data setup
by Slav Kurochkin
No Comments
Quick video on how to use Postman Proxy for website data setup 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...