Other Features for Test case Design
Multiselection for Tests
Section titled “Multiselection for Tests”The ‘Multiselection’ feature on the Tests page allows users to perform bulk actions on multiple tests, entire test suites, or folders.
To enable Multiselection:
Section titled “To enable Multiselection:”- Click the ‘Multiselection’ button located at the top left corner of the Tests page.

- Select the desired tests, test suites, or folders.
- Once selected, the ‘Multiselection options’ toolbar will appear at the bottom of the page.

Available Multiselection Actions:
Section titled “Available Multiselection Actions:”- Run – Launches a test run containing the selected items.
- Labels – Add or remove labels or custom fields for the selected tests.
Learn more about labels → - Copy – Copy selected tests within the current project or to another project.
- Move – Move tests to another test suite or folder within the same project.
- Tags – Assign existing tags or create new ones for the selected tests.
More on using tags → - + Link – Open a pop-up to link a related defect to the selected tests.
- Priority – Set priority levels for the selected tests.
- More options (⋯) – Contains additional action ‘Download’ – Export selected tests to a spreadsheet.
- Delete – Permanently remove the selected tests.
URL/ID Quick Copy
Section titled “URL/ID Quick Copy”Depending on your needs, you can set up a convenient way to copy URL/IDs in Test Cases, Suites and Runs.
To start, you need to open a Test Case (Suite or Run):
- Click the copy icon to open the modal window.
- In the window that opens, you can copy the format you are interested in.
- Turn on the toggle next to a format if you need to use it frequently.
- Now, every time you click on the ID, the selected format will be copied to clipboard without any further actions.

Suites and Folders
Section titled “Suites and Folders”Unlike other test management systems, Testomat.io doesn’t allow suite to include other suites and tests. That’s why you can either create a suite (a collection of tests) or folder (collection of suites).

This was designed so tests structure could match the filesystem. For instance, if you use BDD project, feature file can contain scenarios, but can’t contain other feature files. The same for automated tests, a file can contain tests but can’t contain other files.
It’s assumed that in any moment a manual test can be automated, so it is important to keep the filesystem structure in a project.
An empty suite can be converted to folder or vice versa

Also you can set an emoji icon for the suite

If your test is deeply nested within suites and folders, you can use breadcrumbs with tooltips to navigate the project structure more effectively.

Export Suite as PDF
Section titled “Export Suite as PDF”You can now download any suite as a PDF file. This feature is designed to help teams share test results, documentation, or audit trails with stakeholders who may not have access to the platform itself.
Using this feature is simple:
- Go to the Tests page.
- Open the desired suite.
- Click ‘Extra menu’ button.
- Select ‘Export as PDF’ option from the dropdown menu.

The export captures the entire test suite, including all individual test cases, their IDs, types, steps, expected results and screenshots.

This makes it convenient to share test content outside of Testomat.io, whether for reviews, documentation, or reporting purposes.
Sharing Tests, Suites, and Folders
Section titled “Sharing Tests, Suites, and Folders”The Share feature is designed to keep test logic and structure consistent across multiple projects while allowing each project to operate independently.
Shared tests, suites, and folders always have one original source that defines their content and controls all updates. While structure and test logic are synchronized from the source project, each receiving project maintains its own execution context for test runs, including logs, statuses, and results.
Key points:
- Shared items are linked to the source project and appear as read-only in target projects
- Execution results, logs, and test runs are project-specific
- Updates to the source test (e.g., description changes) are applied to all linked projects, even if runs in target projects are still in progress
- Shared items can be unlinked to make them fully editable and independent in a target project
You can share the following entities between projects:
- Test
- Suite
- Folder
How Sharing Works
Section titled “How Sharing Works”When a test, suite, or folder is shared, specific data from the source project is propagated to all target projects, while other information remains local.
| Data | Shared Behavior |
|---|---|
| Title & Description | Shared; updates in the source are applied to all linked projects |
| Attachments | Shared; cannot be changed or new ones added in target projects |
| Labels & custom labels | Shared; additional labels can be added locally in target projects |
| Tags | Shared; updates in the source are applied to all linked projects |
| Priority | Shared; cannot be changed in target projects |
| Linked issues | Shared (if integration is enabled) |
| Assignee | Shared (if the user exists in the target project) |
| Test author | Shared (if the user exists in the target project) |
| Runs | Not Shared; each project tracks its own results |
| History | Not Shared; always project-specific |
| Requirements | Not Shared; always project-specific |
| Comments | Not Shared; always project-specific |
Permissions and Restrictions
Section titled “Permissions and Restrictions”- Shared items are read-only in target projects
- Editing is allowed only in the source project
- Editing becomes available only after unlinking the shared item
- AI actions are disabled for items
- Execution is allowed in all projects
- Execution results remain local to each project
How to Share a Single Item
Section titled “How to Share a Single Item”- Navigate to the Tests page
- Open a test, suite, or folder in the source project
- Click the More options button
- Select Share to other projects

- Open the Bulk selection project tab to share with multiple projects, or stay on Other project to share with a single project
- Choose target project(s)
- Click the Share button

- Icons and tooltips indicating shared projects appear
- The selected items will appear in the chosen projects as shared and read-only
- Suites and folders shared in bulk are placed in the Root by default
- Sharing tests allow only for a single project

How to Share in Bulk
Section titled “How to Share in Bulk”Bulk sharing is available when multi-select mode is enabled.
- Navigate to the Tests page
- Enable Multi-select mode
- Select multiple tests, suites, or folders
- Click Share button at the toolbar
- Choose a target project(s)
- Select the destination
- Click the Share button

All selected items will be shared at once and follow the same shared rules.
How Execution History Works for Shared Tests
Section titled “How Execution History Works for Shared Tests”Shared tests remain linked to the source project, but execution context is always project-specific.
- Running a shared test or suite in a target project creates a local run
- Logs, statuses, and results are tracked only in that project
This ensures teams can reuse test logic while keeping execution data isolated and meaningful for each project, while still reflecting updates to the source test where relevant.

Unlinking Shared Items
Section titled “Unlinking Shared Items”Unlinking breaks the connection to the source project, making the item fully editable in the target project.
- Open the shared test, suite, or folder in the target project
- Click the More options button
- Select Unlink share button

After unlinking:
- it is no longer updated from the source project
- the Single Source of Truth relationship is removed
- the item behaves as a local project entity and can be modified freely
- a log entry appears in the History, indicating that the item was unlinked from the shared source
Use unlinking only when a test or suite must diverge from its source version.
Best Practices
Section titled “Best Practices”- Treat the source project as a Single Source of Truth
- Use shared tests for stable, reusable flows (smoke, regression, core scenarios)
- Unlink shared items only when necessary