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

14.8Don't verify Salesforce through its UI unless necessary

Avoid:

Playwright browser
 ↓
log into Salesforce UI
 ↓
search Account
 ↓
inspect fields

if API/SOQL access exists.

UI verification is:

slower
more brittle
harder to parallelize
less direct

Prefer API-level verification.

Use UI only when the Salesforce UI behavior itself is under test.