Test Plan Blueprint for Web App and Salesforce Integration: Using Cypress, Postman, and GitHub Actions
As someone who has worked on various testing scenarios, I’ve often found that testing the integration between different components of […]
As someone who has worked on various testing scenarios, I’ve often found that testing the integration between different components of […]
A few of my junior colleagues struggled to figure out where to start with Salesforce API testing. So, I put
Set up your own APEX API source & test it with Postman Read More »
Postman Request 0: Authorization I have already covered the Salesforce authorization method by using SOAP method in my articles on
Test Case: Check Salesforce Contact Updates with Postman Read More »
In my previous article on SOAP Salesforce Authorization with Postman (no OAuth), I explained how to set up a Salesforce testing
Automating Salesforce sessionId Retrieval in Postman for SOAP APIs Read More »
Here, I am presenting the documentation with a detailed use guide for the custom Express.js server created as a source
Documentation for setting up Express + Postman security test + GitHub Actions 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 »