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

14.57Parallel test execution

External API tests can run in parallel only if test data is isolated.

Otherwise:

test A updates C001
test B deletes C001

and chaos follows.

Use:

unique IDs
independent Accounts
independent Contacts

unless concurrency interaction itself is the scenario being tested.