Skip to content

Test Case Repository Overview

2 min read

The Repository is the central place for managing all test cases within a project.

It provides a structured folder hierarchy to organize test cases, along with tools to search, filter, and manage them efficiently.


The Repository is where all test cases for a project live.

It allows you to:

  • Organize test cases using folders
  • Create, view, and edit test cases
  • Search and filter test cases
  • Perform actions on one or more test cases

The Repository acts as the source of truth for test documentation in a project.


The Repository uses a hierarchical folder structure.

Repository (Root)
├── Folder 1
│   ├── Subfolder 1.1
│   │   └── Test Case 1.1.1
│   └── Test Case 1.1
├── Folder 2
│   └── Test Case 2.1
└── Test Case (Uncategorized)
  • Folders help group related test cases
  • Subfolders allow deeper organization
  • Uncategorized contains test cases not placed in any folder

To access the Repository:

  1. Open a project from the Projects page
  2. In the project side panel, click Repository
  3. The Repository view opens with:
    • Folder tree on the left
    • Test case list in the main area
    • Filters and actions at the top
RepositoryRepository
The Repository view opens with a folder tree on the left, a test case list in the main area, and filters and actions at the top

The folder tree allows you to:

  • Navigate folders and subfolders
  • Select a folder to view its test cases
  • Create, rename, or delete folders

Folders help keep the repository structured as the number of test cases grows.


The main panel displays test cases for the selected folder.

From here, you can:

  • View test case titles and key attributes
  • Select one or more test cases
  • Open a test case to view or edit details

The Repository provides tools to quickly locate test cases.

You can:

  • Search test cases by title or content
  • Filter by attributes such as priority, severity, or status
  • Combine multiple filters to narrow results

You can create test cases directly in the Repository.

Test cases can include:

  • Title and description
  • Preconditions
  • Steps and expected results
  • Priority, severity, and other attributes

Existing test cases can be updated at any time.

You can:

  • Modify test case content
  • Update metadata such as priority or status
  • Move test cases between folders

The Repository supports working with multiple test cases at once.

You can:

  • Select multiple test cases
  • Perform bulk actions such as delete or move
  • Quickly manage large sets of test cases

Bulk actions help reduce repetitive work when maintaining the repository.


You can import test cases into the Repository using Excel files.

Importing allows you to:

  • Create multiple test cases at once
  • Migrate test cases from other tools
  • Quickly bootstrap a new project

Access to Repository features depends on the user’s project role:

  • Project Manager
    Full access to the Repository, including creating, editing, moving, and deleting folders and test cases.

  • Project Coordinator
    Can create and edit test cases, organize them into folders, and perform bulk operations.

  • Project Member
    Can view test cases and use them during test execution.

  • Project Viewer
    Read-only access to the Repository.


When working with the Repository:

  • Organize test cases using meaningful folders
  • Keep test case titles clear and descriptive
  • Avoid very deep folder nesting
  • Review and clean up outdated test cases periodically
  • Use bulk actions for efficiency

  • Learn how to create and edit test cases
  • Explore folder organization strategies
  • Use test cases in Test Runs for execution