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

13.33Testing Scatter-Gather

Production:

Scatter-Gather
 ┌─────┼─────┐
 ↓     ↓     ↓
SF  Billing Loyalty

MUnit:

mock all three downstream boundaries

Test success:

SF      → Acme
Billing → 100
Loyalty → Gold

Verify aggregated response:

{
  "name": "Acme",
  "balance": 100,
  "loyaltyLevel": "Gold"
}