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.

You can create suites ahead of time from the Test Suites screen, or create/select a suite from the test case form while authoring a new case. The standalone screen is still useful when you want to prepare reusable organization before creating cases.

Use this path when preparing suites ahead of time:

  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.

During test case creation, use the suite control in the test case form to create a suite under an existing module or select a suite that already exists.

  • 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.