Ajoe Alex
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 15
Articles
Recent activity by Ajoe Alex-
Get manual run test case summary by users
Returns a user-wise summary of test case status updates for the specified manual test run. This helps identify which users updated which test cases during the run. #aq__content { width: 100%;...
-
List Job templates
This API retrieves list of all template jobs that have been created and associated with a specific project. #aq__content { width: 100%; display: flex; align-items: center; backgro...
-
Update Run Property
Updates the name of an existing run property identified by its PID. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbedApiD...
-
Create Run Property
Creates a new run property for the specified project. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbedApiDoc("aq__conten...
-
Encrypt String
Encrypts the provided input string and returns the encrypted value. #aq__content { width: 100%; display: flex; align-items: center; background-color: #f3f4f6; } aqEmbedApiD...
-
Delete App Environment
Delete an existing App Environment in the specified Project. #aq__content { width: 100%; /* height: 100vh; */ display: flex; /* justify-content: center; */ align-items: center...
-
Update App Environment
Updates the name or description of an existing app environment. #aq__content { width: 100%; /* height: 100vh; */ display: flex; /* justify-content: center; */ align-items: cen...
-
Create App Environment
Creates a new application environment under the specified Project. #aq__content { width: 100%; /* height: 100vh; */ display: flex; /* justify-content: center; */ align-items: ...
-
Automation Testing of Salesforce API (OAuth 2.0 - Client Credentials)
This article explains how to perform OAuth 2.0 authentication with Salesforce using the Client Credentials flow, which is the latest supported method for external client integrations.This configura...
-
Pre-Requisite Setup To Enable API Access In Salesforce(External Client App - OAuth)
This article provides detailed steps to configure Salesforce for API access using OAuth authentication, based on the latest Salesforce External Client Apps framework. It guides you through creating...