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

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 keeping execution results independent.

Key principles:

  • Shared items have a single source project controlling content and updates
  • Shared items are read-only in target projects; editing is only possible in the source project or after unlinking
  • Target projects maintain local execution context: runs, logs, statuses, results
  • Items can be re-shared to additional projects without creating duplicates
  • Only projects of the same type can share items (e.g., BDD → BDD, Classic → Classic)

You can share the following entities between projects:

  • Test
  • Suite
  • Folder

Control which users can share tests and suites:

  • On: All users can share tests and suites with other projects.
  • Off (default): Only Owners and Managers can share.

To change the default settings:

  1. Navigate to the Settings in the sidebar
  2. Select the Project
  3. Toggle On to allow access

Share settigns

These settings apply to both initially shared and re-shared items.

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; cannot be changed in target 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; cannot be changed in target projects
PriorityShared; cannot be changed in target projects
Linked issuesShared (if integration is enabled)
AssigneeShared (if the user exists in the target project); cannot be changed in target projects
Test authorShared (if the user exists in the target project)
RunsNot Shared; each project reports its own results
HistoryNot Shared; always project-specific
RequirementsNot Shared; always project-specific
CommentsNot Shared; always project-specific

When an item is first shared, all data marked as Shared in the table above is propagated to target projects. After sharing is established, only a limited set of fields continues to synchronize when changes are made in the source project.

  • New tests added to a shared suite in the source project automatically appear in all linked projects
  • Updates to Title, Description, and Tags are synchronized from the source project after sharing
  • Other shared fields are not synchronized after the initial share
  • 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 for shared 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.

Tests and suites that were already shared to a project can be shared again to other projects.

When an item is re-shared:

  • Original source remains the same (Single Source of Truth)
  • Editing is still allowed only in the original source project
  • For both initially shared and re-shared items, the same indicator shows the original source project

Learn more about the sharing process here.

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