Test Cases
A test case is a single scenario composed of ordered template steps.
Workflow context
Section titled “Workflow context”Test cases are where reusable assets become a specific business scenario. This is the point where modules, suites, locators, template steps, and tags come together.
Do this
Section titled “Do this”- Go to
Test Cases -> Create. - Add title (min 3 chars) and description.
- Select one or more test suites.
- Optionally add tags.
- Build the flow in the diagram editor.
- Fill required parameters for each step.
- Save.
Here is a screenshot of a completed test case form.
Minimal example
Section titled “Minimal example”- Title:
Valid login shows welcome banner - Suite:
Auth Smoke - Steps: navigate, fill email, fill password, click submit, assert banner visible
What good looks like
Section titled “What good looks like”- Keep one business outcome per test case.
- Use clear step labels and stable locator references.
- Use template test cases for repeated patterns.