Skip to main content

Test Management

Collabase Test Management Test Management is the quality operating system built into Collabase. It gives QA engineers and development teams a structured way to define what needs to be tested, execute tests in organised runs, and track results over time — without leaving the platform where all the other work happens.

Why use Test Management

Most teams test their software informally. Cases live in spreadsheets, run results in chat threads, and the link between “what was tested” and “what was shipped” is a question nobody can answer confidently. Test Management closes that gap.
Test cases have status, priority, type, and ownership. Results are recorded per run, not overwritten. Every execution produces a complete, auditable record.
Every run is a snapshot. You can look back at what passed and failed in a release from three months ago without any manual archiving.
Runs link to milestones. Failures can trigger Automations. Test cases link to the Docs pages that describe the features under test. Members are the same people already in the Space — no separate accounts or roles to manage.

Key concepts

Test Management is organised in a clear hierarchy.
Test Project
└── Test Suite
    └── Test Case
        └── Test Run
            └── Milestone
A Test Project is the top-level container for all testing work in a domain. Create one per product area or application. It holds all suites, cases, and runs.
A Test Suite is a named group of related test cases. Use suites to organise cases by feature, component, or risk area. Suites can be nested to reflect your product’s structure.
A Test Case describes a single thing to verify. Each case has a status (DRAFT, READY, DEPRECATED), a priority, and a type. Only cases in READY status are included in a test run.
A Test Run is an execution session. When you start a run, Collabase automatically enrolls all READY cases and sets each result to PENDING. Testers work through each case and record their result.
A Milestone groups test runs to a release, sprint, or any other delivery event. Milestones give you a per-release quality snapshot: how many cases passed, how many failed, and what the pass rate was.

How to access Test Management

1

Open your Space

Navigate to any Space from the left sidebar or the Spaces index.
2

Click Test Management in the sidebar

Test Management appears in the Space navigation alongside Docs, Automation, and Intranet.
3

Create your first Test Project

Click New Project, give it a name and an optional description, and you are ready to start adding suites and cases.

Connected apps

Automation

Trigger workflows on test results. Start runs automatically from a CI pipeline using the Create Test Run action. Send notifications when a critical test fails.

Docs

Link test cases and suites to the Docs pages that describe the features under test. Keep specifications and test coverage in sync.

Search

Test projects, cases, and runs are all searchable from the global search bar. Members only see content from Spaces they have access to.

Next steps

Test cases

Learn how to create a project, add suites, and write test cases with the right status and priority.

Test runs

Learn how to start a run, work through cases, and record results.

Milestones

Group runs to a release and get a per-milestone quality snapshot.