Browser testing in Postman Agent Mode

UI tests and API tests usually live in separate worlds. The frontend team writes Playwright specs, the API team writes Postman Collections,…

Postman Playwright Integration: Testing UI and API Together

Testing modern applications means validating both what users see in the browser AND what’s happening behind the scenes with your APIs. But…

Validate APIs During Your Playwright Tests with Postman

At the time of writing this article, Playwright ships over 8 million npm downloads a week, has over 88,000 GitHub stars, and…

Testing APIs with Postman Agent Mode: A Practical Guide

If you’ve spent any amount of time writing API tests by hand, you know the drill: copy a response, write assertions for…

How ADVICEment uses Postman tests to poll and trigger multiple API requests

This is a guest post written by Igor Rodionov, founder of ADVICEment. In the dynamic realm of API development, there are instances…

How to implement a GraphQL mutation

GraphQL mutations are operations that modify or change data on the server. While GraphQL queries are used to retrieve data, mutations allow…

Optimize your API testing workflow with Postman’s skip request feature

In the fast-paced world of API development and testing, efficiency and flexibility are key. Developers need tools that facilitate the testing and…

Serverless architecture and the feasibility of serverless APIs

The idea of serverless architecture has garnered attention in the tech world due to its ability to simplify deployment, reduce costs, and…

Microcks joins the CNCF as a Sandbox project

We are pleased to announce that Microcks, an open source API mocking and testing tool and a member of Postman Open Technologies…

Testing APIs in Postman using advanced OAuth flows

This is a guest post written by Jonas Inggbom, director of sales engineering at Curity. These days, it’s not uncommon for testers…

API testing interview questions

So, you have a big job interview coming up, and you know they’re going to grill you on your API testing knowledge….