POSTMAN LEARNING SERIES

ASSERTIONS IN POSTMAN

How to add different assertions/tests in Postman?

Pricilla Bilavendran
6 min readAug 31, 2021

--

Hello People,

So far we learnt about the basics of API, how to build an API request, Examples of REST and SOAP API and how to do a JSON schema validation for your responses. Other than schema validation, we have to check some more attributes from the API response. So how do we do that? That’s where we need to create assertions, which are nothing but similar to the front end test cases.

--

--