Template Test Cases
Template test cases let you design scenario blueprints once and instantiate test cases from them.
Workflow context
Section titled “Workflow context”Use template test cases when the flow stays stable but the scenario data varies.
Do this
Section titled “Do this”- Go to
Template Test Cases -> Create. - Enter title and description.
- Build the flow in the visual editor.
- Save.
Generate from template
Section titled “Generate from template”- Go to
Test Cases -> Create From Template. - Pick a template test case.
- Provide scenario-specific values.
- Generate and save.
Minimal example
Section titled “Minimal example”- Template:
Standard login flow - Generated cases:
Valid login,Invalid password,Locked account
What good looks like
Section titled “What good looks like”- Repeated flows with only data variation.
- Team-wide standardization for common scenarios.