BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
49 / 81 · Module 14 — External Automated Testing of Mule Integrations · filtered: interview← prev⊞ allnext →

14.61What the Salesforce helper should hide

Tests shouldn't all contain OAuth/SOQL plumbing.

Instead:

const account =
  await salesforce.getAccountByExternalId(id);

Helper owns:

Salesforce authentication
query encoding
SOQL execution
response parsing

Tests remain about business behavior.