Setup your custom API source for Postman testing
Instead of searching for public API sources that you could test for practicing purposes, why wouldn’t you just create your […]
Setup your custom API source for Postman testing Read More »
Instead of searching for public API sources that you could test for practicing purposes, why wouldn’t you just create your […]
Setup your custom API source for Postman testing Read More »
Let’s imagine a situation where we have a GET request that serves to Get an order. Its requirement is to
We got the following array containing books as objects: Here is the initial Postman test script: In the console.log we
We have a simple Postman test task here that ensures the product is available by keeping the current-stock value above 0. Although,
While working on a Postman test script for a response, I encountered an issue where my test was consistently failing.
Recently, I worked on validating the consistency between the url and version fields in an API response. Here’s a simple
Postman test script for matching 2 key values inside of each item Read More »
I’ve recently run a Postman test suite on an API response related to our interest group data structure. This suite
Postman Test Results Analysis: Interest Group Data Validation for Amazon Ad System API Read More »
The response being evaluated is a JSON format sent back from a server, which outlines the setup for an advertising
POST Request Response This response and test check the data received from a POST request meant for showing banner ads
Postman testing of Banner Advertisement Response Data in POST Request Read More »
GET Request Response Test Script Let’s explain the test script Here’s an explanation of each part of the Postman test
This document explains how to test an advertising campaign API that gives info on interest groups, ad sizes, metadata, and
Testing Ad Campaign API Response Structure and Properties Using Postman Read More »
API Response Validation test I created to ensure that all critical URL, path, and configuration fields within the API response