Set up Apache Jmeter – Step by step guide
Details: Install Java:Download and install the latest JDK or from Adoptium for an open-source version. Set Environment Variables (On Windows): […]
Details: Install Java:Download and install the latest JDK or from Adoptium for an open-source version. Set Environment Variables (On Windows): […]
I’m presenting an instance in which the validation of a specific feature resulted in the identification of another, significantly more
Test Case: Soft 404 error on the Nimber.pt website Read More »
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 »