11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← 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.