When to use it
- You want to test a Journey across many different input combinations (happy paths, edge cases, error conditions) in a single pass.
- You have a list of entities — users, accounts, transactions — and want to run the Journey against each one.
- You’re doing data validation and want to assert the same behavior for each item in a dataset.
- You need to produce per-row results in a report for auditing or QA sign-off.

