Test Suites are available for projects of the following types (read more about Projects and their types):
- Single Repository with Baseline Support
- Multiple Test Suites
Test Suites allow you to organize test cases by functional areas or application modules within a project. Each test suite can be further structured into sections and subsections, similar to how a single repository-type project is organized. This approach is ideal for teams that need stricter separation between different testing areas. However, it’s important to note that when using multiple test suites, you cannot include test cases from more than one test suite in the same test run.
Add test suite
To add a test suite, go to "Test Suites and Cases" and click "Add Test Suite." Enter a name, confirm the operation, and the test suite will be created, allowing you to organize test cases in a structure similar to a single-repository project.
To learn how to add test cases to a test suite, refer to the article Adding test cases.
Delete test suite
Deleting a test suite permanently removes its test cases, active test runs, and results. To preserve test runs and results, consider closing the respective test runs before deleting the test suite.