Cyber Space
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Postman

A collection of 2 posts
Postman

Check property of JSON response in Postman

In the Tests section of any request you can check if the JSON response contains or doesn’t contain a specific property like this: // Verify that header object is NOT returned pm.test("Verify that header:{...} object is NOT returned", function () {  pm.expect(pm.response.json()).to.not.have.property(
Mar 6, 2020
Postman

How to delete a collection of IDs in POSTMAN

Today I had to delete several objects that I created when testing an API. It was very easy to click the Send button and create a bunch of stuff but now I have to clean the DB. I am using Postman as testing tool and I chose to execute the
Sep 20, 2019 1 min read
Page 1 of 1
Cyber Space © 2023
Powered by Ghost