Element reference
Test suite
Test suite
A test suite groups test cases inside a project. Suites form a tree: a suite may have a parent suite.
Relations
| Related element | How it connects |
|---|---|
| Project | Required owner |
| Parent suite | Optional parent_test_suite_id |
| Test case | Cases may point to this suite |
Fields
| Label | Technical name | Type | Required | Validation | Default |
|---|---|---|---|---|---|
| Name | test_suite_name | string | No | Max 250 characters | new suite if empty |
| Description | test_suite_description | HTML | No | Max 900 characters | - |
| Parent suite | parent_test_suite_id | id | No | Suite in the same project | - |
| Project | project_id | id | Yes | - | - |
Rules
- Create, rename, and nest suites in the project test-case view.
- Clone suite duplicates the suite and all cases inside it. Cloned cases point to the new suite.
Limits
- Cases without a suite appear at the root of the structure. That is valid, not an error.
Did this page help?