Skip to content

Test Cases

A test case is a single scenario composed of ordered template steps.

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.

  1. Go to Test Cases -> Create.
  2. Add title (min 3 chars) and description.
  3. Select one or more test suites.
  4. Optionally add tags.
  5. Build the flow in the diagram editor.
  6. Fill required parameters for each step.
  7. Save.

Here is a screenshot of a completed test case form.

Test case editor
  • Title: Valid login shows welcome banner
  • Suite: Auth Smoke
  • Steps: navigate, fill email, fill password, click submit, assert banner visible
  • Keep one business outcome per test case.
  • Use clear step labels and stable locator references.
  • Use template test cases for repeated patterns.