A test suite is a named collection of test cases grouped by a common purpose — a feature area, a sprint's scope, a regression set, or a release checklist. Suites let you run a focused subset of your test library without filtering every time.
A test case can belong to more than one suite. This means you can have a "Regression" suite containing all smoke tests and also a "Sprint 12" suite containing only the tests relevant to that sprint — the same test case appears in both without duplication.
| Action | How |
|---|---|
| Add test case | Open suite → click Add Test Case → search or create new |
| Move test case | Drag the test case row to a different suite, or use the ⋮ menu → Move to Suite |
| Copy test case | ⋮ menu → Copy to Suite — creates a linked copy in the target suite |
| Remove from suite | ⋮ menu → Remove — removes from suite but keeps the test case in the project |
| Rename suite | Click the suite name inline and edit, or open suite settings |
| Archive suite | Suite settings → Archive — hides from active views but preserves history |
You can start a test run scoped to a specific suite rather than running all test cases:
I can't find the Test Suites option
Test Suites appear in the Test Cases section of the project. Navigate to the project and click Test Cases in the left sidebar, then look for the Suites tab at the top.
A test case appears in multiple suites
That's expected — one test case can belong to multiple suites. The same test case being in both a regression suite and a feature suite is a valid organisation strategy. Changes to the test case (steps, expected results) are reflected in both.
Deleting a suite deleted my test cases
Deleting a suite removes the suite and its contents. If you only want to remove the grouping, use Archive instead of Delete, or move the test cases to another suite first.
I can't reorder suites
Suites can be reordered by dragging the suite header row in the sidebar. If drag-and-drop isn't working, try refreshing the page.