Skip to content

Test Suites

Test suites bundle related test cases for organization and reporting.

Suites are the feature-level container between modules and cases. They make reporting and selective execution more understandable than a flat list of scenarios.

  1. Go to Test Suites -> Create.
  2. Fill Name (min 3 chars).
  3. Add Description.
  4. Select one Module.
  5. Optionally attach Test Cases and Tags.
  6. Save.
  • Module: Authentication
  • Suite: Auth Smoke
  • Cases: Valid login shows welcome banner, Invalid login shows error
  • Logical grouping by feature or flow.
  • Better run selection and metrics aggregation.
  • Cleaner report slicing by business area.