Key concepts
Every project follows the same structure:Requirements
User stories, epics, and features that define what your software must do.
Test Cases
Step-by-step tests that verify your requirements are met.
Coverage Matrix
A traceability view showing which requirements have tests and which don’t.
Integrations
Connect GitHub, GitLab, or Azure DevOps to sync issues and test results.
- Create a project and optionally link an integration
- Add requirements — manually or by syncing from your issue tracker
- Create or import test cases and link them to requirements
- Use the coverage matrix to find gaps and track progress
Creating a project
Fill in the project details
Provide the following information:
| Field | Required | Description |
|---|---|---|
| Name | Yes | A descriptive name (e.g., My E-Commerce Project) |
| Key | Yes | A 2–10 character uppercase identifier (e.g., ECOM). Auto-generated from the name — you can edit it. The key is permanent once the project is created. |
| Description | No | Optional context to help teammates understand the scope |
The project key is used as a prefix for all requirements and test cases in this project (e.g.,
ECOM-REQ-1, TC-42). It cannot be changed after creation.Navigating a project
Once inside a project, the sidebar expands to show all project sections. The project overview page gives you at-a-glance metrics:- Health score — A 0–100 score derived from pass rate, coverage, and open defects
- Pass rate — Percentage of test runs that passed
- Coverage — Percentage of requirements that have at least one linked test case
- Test Cases — Total count, with a breakdown of how many are ready
- Requirements — Total count
- Test Runs — Total runs, with active runs highlighted
- Defects — Total count, with open defects highlighted
- Sprints — Sprint tracking (if configured)
Project list
The Projects list at/projects shows all your projects with summary health metrics. You can:
- Search by project name, key, or description
- Sort by last updated, name, health score, most defects, or most tests
- Filter between Active, All, and Archived projects
