BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← prev⊞ allnext →

14.6But deterministic IDs are useful for idempotency tests

For an idempotency scenario:

first call:
IDEMP-123

second call:
IDEMP-123

must intentionally use the same identifier.

So distinguish:

normal isolation
→ unique test ID

idempotency test
→ deliberate reuse