49 / 81 · Module 14 — External Automated Testing of Mule Integrations · filtered: interview← prev⊞ allnext →
14.13Test via the public contract
External tests should generally call:
actual Mule endpoint
not internal subflows.
Example:
POST https://qa-api.company.com/customers
because you want to validate:
routing
APIKit
security
configuration
DataWeave
Salesforce connector
error mapping
as deployed.