Suites, Sections & Subsections
Where They Fit in the Test Case Library
Project
└─ Test Suite
└─ Section
└─ Subsection
└─ Test CaseLast updated
Suites, Sections, and Subsections are used to organize test cases within a test project. They help structure large test libraries by grouping related test cases in a clear, hierarchical way.
The Test Case Library follows this hierarchy:
Project
└─ Test Suite
└─ Section
└─ Subsection
└─ Test CaseSuites belong directly to a Test Project
Sections belong to a Suite
Subsections belong to a Section
Test cases can be created at any level of the library tree, from the test project down to a subsection.
A Test Suite is the primary grouping mechanism under a test project. Test suites group test cases by feature, module, or functional area and act as the parent container for sections and test cases.
Suite names must be unique within the same project
Create test suite
Create/Edit Test Suite
Edit test suite
Create/Edit Test Suite
Delete test suite
Delete Test Suite
Permissions are managed in Roles and Permissions.
Steps
Right-click the Project where the suite should be created
Select Add Test Suite
Enter:
Name (required)
Click CREATE
The suite appears under the selected project in the Test Case Library.
Steps
Right-click the test suite
Select Edit
Update the name
Click SAVE
You can share a direct link to a test suite.
Steps
Right-click the test suite
Select Copy Link
Share the copied link using your preferred method
Steps
Right-click the test suite
Select Delete
Confirm by clicking YES
Deleting a suite permanently removes all its sections and test cases.
Sections help group related test cases inside a suite, improving readability and maintainability.
Section names must be unique within the same suite
Create test section
Create/Edit Test Section
Edit test section
Create/Edit Test Section
Delete test section
Delete Test Section
Permissions are managed in Roles and Permissions.
Steps
Right-click the Test Suite
Select Add Section
Enter:
Name (required)
Click CREATE
Steps
Right-click the section
Select Edit
Update the name
Click SAVE
You can share a direct link to a test section.
Steps
Right-click the test section
Select Copy Link
Share the copied link using your preferred method
Steps
Right-click the section
Select Delete
Confirm by clicking YES
Deleting a section permanently removes all its subsections and test cases.
A Subsection is a nested section used for deeper organization inside a section.
Subsection names must be unique within the same section
Create test subsection
Create/Edit Test Subsection
Edit test subsection
Create/Edit Test Subsection
Delete test subsection
Delete Test Subsection
Permissions are managed in Roles and Permissions.
Steps
Right-click the Section
Select Add Subsection
Enter:
Name (required)
Click CREATE
Steps
Right-click the subsection
Select Edit
Update the name
Click SAVE
You can share a direct link to a test subsection.
Steps
Right-click the test subsection
Select Copy Link
Share the copied link using your preferred method
Steps
Right-click the subsection
Select Delete
Confirm by clicking YES
Sections and subsections are optional. You can create test cases directly under a suite if additional grouping is not required.
Deleting a section does not affect existing test plans or their results.
Last updated

