Test Suites
Test suites bundle related test cases for organization and reporting.
Workflow context
Section titled “Workflow context”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.
Do this
Section titled “Do this”Use this path when preparing suites ahead of time:
- Go to
Test Suites -> Create. - Fill
Name(min 3 chars). - Add
Description. - Select one
Module. - Optionally attach
Test CasesandTags. - 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.
Minimal example
Section titled “Minimal example”- Module:
Authentication - Suite:
Auth Smoke - Cases:
Valid login shows welcome banner,Invalid login shows error
What good looks like
Section titled “What good looks like”- Logical grouping by feature or flow.
- Better run selection and metrics aggregation.
- Cleaner report slicing by business area.