Skip to content
API reference Go to app

Create Test Suites

2 min read

Create a test suite when you want to reuse the same group of test cases in testruns, executions, or release validation.


To create a test suite:

  1. Open a project.
  2. Select Test Suites.
  3. Click Create Test Suite.

If the project has no test suites yet, the empty page also shows Create Test Suite.

Create Test Suite WindowCreate Test Suite Window
Create a new test suite by filling in the test suite details form

Title
Required. Use a clear name that explains the purpose of the suite.

Description
Optional. Add a short summary for when the suite should be used.

The Create button is available only after the title is filled in.


Manual selection lets you choose exact test cases.

  1. Click Add / Update Manual Selection.
  2. Select the test cases.
  3. Confirm the selection.

Manually selected test cases stay in the suite until you remove them.

Manual Test Case SelectorManual Test Case Selector
Select exact test cases for a test suite

Filter-based selection includes test cases that match your rules.

  1. Click Add by Filter.
  2. Choose filter criteria.
  3. Apply the filter.

Filter-based selections update as matching test cases change in the repository.

Current filter areas include:

  • Priority
  • Severity
  • Test case type
  • Automation status
  • Requirements
  • Labels
  • Created date
  • Folder location
  • Dropdown custom fields
Create Test Suite FilterCreate Test Suite Filter
Select test cases for a test suite by using filters

The create view shows selected test cases on the right side.

Selections are grouped as:

  • Manual
  • Filter-Based Selection

The summary table shows each source, its count, and the Total Test Cases count. If the same test case appears in both manual and filter-based selections, Hawzu counts it once in the total.


Click Cancel to leave the create view. If you have changed the title, description, or manual selection, Hawzu protects against leaving before you confirm what to do with those changes.


Creating test suites depends on your project access. If you do not have permission to create test suites, the Create Test Suite action is not available.