Tag Archives: API Limits

Avoiding API Limits in Test Classes

Salesforce runs in a multitenant environment. So as to make sure that every user gets a fair access to all the salesforce resources and to avoid monopolization of shared resources, Salesforce applies API governor limits to it. While testing all the test classes or test suites in the salesforce org, there might be a possibility… Read More »