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:
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.
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".
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.
Click Add a description below the name to add a short note about what this suite covers.
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).
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:
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.