11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← 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.