49 / 81 · Module 14 — External Automated Testing of Mule Integrations · filtered: interview← prev⊞ allnext →
14.62But don't create a giant "god helper"
Bad:
salesforce.doEverything();
Useful helpers expose clear operations:
getAccountByExternalId()
countAccountsByExternalId()
createAccount()
deleteTestAccount()
getContactsForAccount()
Readable test intent matters.