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 »
Imagine that we have a task to set OAuth2 to our application in order to increase security. To make that
Openssl Windows download 64-bit You may find the right source to install here: https://slproweb.com/products/Win32OpenSSL.html Install OpenSSL: Add OpenSSL to PATH:
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.