BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
10 / 18 · Module 13 — MUnit · filtered: cheatsheet← prev⊞ allnext →

13.30Testing subflows

Remember:

upsert-account-subflow

You can test it directly.

Test:

input Mule event
↓
invoke subflow
↓
verify result

This is analogous to testing a helper/service method independently from your HTTP controller.

Great for:

DataWeave mappings
Choice logic
local error handling