Test Management

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.Everything is structured
Everything is structured
Test cases have status, priority, type, and ownership. Results are recorded per run, not overwritten. Every execution produces a complete, auditable record.
History is preserved
History is preserved
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.
It connects to the rest of Collabase
It connects to the rest of Collabase
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 Project
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.
Test Suite
Test Suite
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.
Test Case
Test Case
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.Test Run
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.Milestone
Milestone
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
Click Test Management in the sidebar
Test Management appears in the Space navigation alongside Docs, Automation, and Intranet.
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.

