11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← prev⊞ allnext →
14.44Example
Testing update:
Arrange:
directly insert Salesforce Account C001
Act:
call Mule update endpoint
Assert:
Salesforce Account changed
Now if test fails you know:
update path failed
rather than:
maybe setup through create path failed
Good test isolation.