Test Manager
Last updated
Was this helpful?
The Test Manager lets you save reusable test scenarios for your workflows and run them together — so you can confirm that a workflow still behaves correctly after you change it. It works for both Standard and Advanced workflows.
Open it from Workflow Dashboard → Test Manager List.

A test scenario captures a workflow, a sample input and the expected outcome. When you run it, the Test Manager replays the workflow against that input and compares the result to what you expected — turning the row green (pass) or red (fail).
Add Test Scenario — create a new scenario from a workflow and a sample document.
Run All Tests — run every scenario at once and see, at a glance, which workflows still pass.
View Details — open a scenario to inspect its result.

The details view shows the scenario name and status, the workflow name, the run time, and the actual and extracted data the run produced — so you can see exactly why a scenario passed or failed.
These are two different things:
Test Manager (this page) — saved, repeatable scenarios with expected outcomes, run together with Run All Tests. Use it for regression testing after changes.
Testing in the builder — the inline Validate and Test controls inside the Advanced Workflow builder, for quick checks while you are building. See Validation & Testing.
Last updated
Was this helpful?
Was this helpful?