Skip to content

Other Features for Test case Design

The ‘Multiselection’ feature on the Tests page allows users to perform bulk actions on multiple tests, entire test suites, or folders.

  1. Click the ‘Multiselection’ button located at the top left corner of the Tests page.

Testomat.io - Multiselection button

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

Testomat.io - Multiselection options


  1. Run – Launches a test run containing the selected items.
  2. Labels – Add or remove labels or custom fields for the selected tests.
    Learn more about labels →
  3. Copy – Copy selected tests within the current project or to another project.
  4. Move – Move tests to another test suite or folder within the same project.
  5. Tags – Assign existing tags or create new ones for the selected tests.
    More on using tags →
  6. + Link – Open a pop-up to link a related defect to the selected tests.
  7. Priority – Set priority levels for the selected tests.
  8. More options (⋯) – Contains additional action ‘Download’ – Export selected tests to a spreadsheet.
  9. Delete – Permanently remove the selected tests.

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):

  1. Click the copy icon to open the modal window.
  2. In the window that opens, you can copy the format you are interested in.
  3. Turn on the toggle next to a format if you need to use it frequently.
  4. Now, every time you click on the ID, the selected format will be copied to clipboard without any further actions.

Testomat.io - URL/ID Copy

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).

Testomat.io - New suite

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

Testomat.io - Empty suite

Also you can set an emoji icon for the suite

Testomat.io - Pick emoji

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

Testomat.io - Breadcrumbs tooltip

Working with large projects often means navigating through a long test tree or running the same search queries over and over again. To make your workflow smoother, we’ve introduced the ‘Starred’ feature for test suites and folders.

Now you can:

  • Star any suite/folder you plan to work on — whether it’s for the current sprint, a specific release, or ongoing maintenance.
  • 📂 Create your own quick-access list of suites to eliminate repetitive navigation through the entire test tree.
  • 🔍 Mark favourites directly from search results — if you’re looking for a test or suite/folders by keyword or using filters you can instantly star it without leaving the search view.
  • Quickly return to starred suites/folders even after filters or selections are reset — simply use the ‘Starred’ filter to jump back.
  • 🛠 Work more efficiently by keeping frequently accessed suites/folders at your fingertips, especially in large or multi-team projects.

Whether you’re focusing on smoke tests, regression packs, or a specific customer scenario, the ‘Starred’ feature ensures you spend less time navigating and more time testing.

Testomat.io - Mark Folders & Suites as Favourites

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:

  1. Go to the Tests page.
  2. Open the desired suite.
  3. Click ‘Extra menu’ button.
  4. Select ‘Export as PDF’ option from the dropdown menu.

Testomat.io - Export Suite as PDF

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

Testomat.io - Export Suite as PDF

This makes it convenient to share test content outside of Testomat.io, whether for reviews, documentation, or reporting purposes.

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

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.

DataShared Behavior
Title & DescriptionShared; updates in the source are applied to all linked projects
AttachmentsShared; cannot be changed or new ones added in target projects
Labels & custom labelsShared; additional labels can be added locally in target projects
TagsShared; updates in the source are applied to all linked projects
PriorityShared; cannot be changed in target projects
Linked issuesShared (if integration is enabled)
AssigneeShared (if the user exists in the target project)
Test authorShared (if the user exists in the target project)
RunsNot Shared; each project tracks its own results
HistoryNot Shared; always project-specific
RequirementsNot Shared; always project-specific
CommentsNot Shared; always project-specific
  • 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
  1. Navigate to the Tests page
  2. Open a test, suite, or folder in the source project
  3. Click the More options button
  4. Select Share to other projects

Select Share to other projects

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

Share suite

  • 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

Overview

Bulk sharing is available when multi-select mode is enabled.

  1. Navigate to the Tests page
  2. Enable Multi-select mode
  3. Select multiple tests, suites, or folders
  4. Click Share button at the toolbar
  5. Choose a target project(s)
  6. Select the destination
  7. Click the Share button

Bulk Share

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.

Excute shared tests

Unlinking breaks the connection to the source project, making the item fully editable in the target project.

  1. Open the shared test, suite, or folder in the target project
  2. Click the More options button
  3. Select Unlink share button

Unlink share

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.

  • 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