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 suite
-
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.
-
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".
-
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.
-
Add a description (optional)
Click Add a description below the name to add a short note about what this suite covers.
-
Set suite details (optional)
On the right side panel you can set:
Prerequisite - Link another test suite that must pass before this one runs.
Tag - Add tags to organize and filter suites.
-
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 columns
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.