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 […]
Below is an example of an Apex test class that creates and retrieves test data using SOQL queries. No custom
Apex test: Create test data and retrieve it with SOQL query Read More »
We want a trigger that updates all related Contacts when an Account’s Name is changed. For example: If an Account’s
Apex Trigger: Update Contacts records following Account Name changes Read More »
Hey team, today I’d like to walk you through an Apex test class that performs integration testing for standard Salesforce
Apex test: Validating Relationships Between Account, Contact, and Opportunity Read More »
Here’s a basic idea for testing Accounts and Contacts using an Apex Test Class. Since the objects are currently empty,
Simple Apex Unit Test for Object Relationships (Account + Contacts) Read More »
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 »
SOAP-based username-password login connects directly with Salesforce. This is a more straightforward but less secure method than OAuth, as it
SOAP Salesforce Authorization with Postman (no OAuth) Read More »
Here, I am presenting to you an application that prints the data from your Salesforce object in JSON format in
GET Salesforce Object Record in VSC Terminal App Documentation Read More »
As a Salesforce administrator, one of the key tasks I sometimes need to perform is enabling or disabling API access
I decided to take a look at the website of a new company I found recently, called HireBus. The site