Skip to main content

Creating test suites

A test suite is a collection of test cases grouped together. Use suites to organize related tests and run them together in one go.

How to create a test suiteHow to create a test suite

Use this path end to end to create a suite and prepare it for cases:

1
Go to Test Suites

Click Test Suites in the left sidebar. The Test Suites list shows all your existing suites with columns for Name, Last Run Result, Updated By, Updated Date, and Actions.

2
Click + Create Test Suite

Click the + Create Test Suite button in the top right corner. A new test suite opens immediately with the name Untitled Test Suite and a success message at the top saying "Test Suite has been created successfully".

3
Name the test suite

Click directly on Untitled Test Suite at the top to edit the name. Type a clear name and press Enter. Example: Login Tests, Checkout Flow, Smoke Tests.

4
Add a description (optional)

Click Add a description below the name to add a short note about what this suite covers.

5
Set suite details (optional)

On the right side panel you can set Prerequisite (link another test suite that must pass before this one runs) and Tag (add tags to organize and filter suites).

6
Add test cases

Click the + Add Test Cases button in the center of the page to add test cases to the suite. See Adding test cases to a suite for the full steps.

Test Suites list columnsTest Suites list columns

What each column means in the Test Suites list:

Name
The name of the test suite. Click to open it.
Last Run Result
The result of the last time this suite was run.
Updated By
The team member who last edited the suite.
Updated Date
The date and time the suite was last changed.
Actions
Delete the test suite.

Select one or more suites with the checkboxes, then click Export in the toolbar to download them as JSON. See Import & Export for full project export options.