Defect Management
TMS ONE includes a built-in defect tracking system with a Kanban board, dashboard analytics, and PDF report generation. Defects can be logged manually or directly from a failed test case during execution.Overview
The Defect Management page has two tabs:| Tab | Description |
|---|---|
| Dashboard | Visual summary of defect counts, status breakdown, priority, severity, and team workload |
| Defect Board | Kanban board showing all defects organised by status — drag cards to update status |
Dashboard
The Dashboard gives you a real-time snapshot of your defect landscape.Status counters
Six cards at the top show a count for each status:| Status | Meaning |
|---|---|
| New | Defect has been reported but not yet picked up |
| In-Progress | Actively being worked on |
| Fixed | Developer has applied a fix |
| Retest | Fix is ready — needs to be re-tested by QA |
| Closed | Verified and resolved |
| Rejected | Determined not to be a valid defect |
Charts
- Status Overview — Donut chart showing distribution of defects across all statuses
- Priority Breakdown — Bar chart showing defect count by priority (Low, Medium, High)
- Severity Breakdown — Bar chart showing defect count by severity (Major, Critical, High)
- Team Workload — Progress bars showing the percentage of defects assigned to each team member
Filtering by date
Use the Select Range dropdown to filter all dashboard data:- Last 7 days
- Last 30 days
- Last 90 days
- Last 6 months
- Custom date range
Defect Board
The Defect Board is a Kanban view with a column for each status. Defects appear as cards that can be moved between columns.Moving defects between statuses
Drag and drop any card to a different column to update its status. The change is saved automatically.Defect cards
Each card shows:- Title of the defect
- Severity badge — colour coded:
- Green = Minor
- Yellow = Major
- Red = Critical
- Priority badge — colour coded:
- Blue = Low
- Orange = Medium
- Red = High
- Defect ID (e.g. DEF-AHP-007)
- Assignee initials avatar
- Reopened badge (if the defect has been reopened)
Card actions
Click the ⋯ menu on any card to:- View — see full defect details, attachments, and linked test case
- Edit — update any field on the defect
- Delete — permanently remove the defect (requires confirmation)
Creating a defect
Click Create Defect on the Defect Board. You can also create a defect directly from a failed test case during manual execution — click the Create Defect button that appears when you mark a test case as Failed.Defect form fields
A clear, concise description of the defect. Minimum 2 characters.
The current state of the defect. Defaults to New on creation.
How severe the impact is:
- Critical — system is unusable or data is at risk
- Major — significant feature is broken
- Minor — minor issue with a workaround available
How urgently it needs to be fixed:
- High — must be fixed immediately
- Medium — fix in current sprint
- Low — fix when time allows
Where the defect was found. Example:
Staging, Production, localhostDetailed steps for the developer to reproduce the issue. Be as specific as possible.
Optional. Assign the defect to a team member.
Optional. Select the module this defect belongs to. Used to filter the test case list.
Optional. Link one or more published test cases to this defect. Select a module first to filter the available test cases.
Optional. Upload screenshots, recordings, or other evidence. Supports JPG, PNG, MP4, WEBM — max 5 files, 100MB each.
Defect lifecycle
A defect typically moves through the following workflow:Generating a defect report
Click Defect Report on the Defect Board to download a PDF report. The report includes:- Defect Overview — total logged, open, closed, reopened, and reopen rate
- Defects by Status — table with counts for each status
- Defects by Severity — table with severity breakdown
- Defects by Module — table showing defect counts per feature area
- Trend Chart — line graph showing open vs closed defects over time
- Top 5 Open Critical Defects — table with ID, title, assignee, status, and reported date
Filtering and searching
- Search — type in the search box on the Defect Board to filter cards by title
- Date Range — filter defects on both the Dashboard and Defect Board by a preset or custom date range
Permissions
| Action | Permission required |
|---|---|
| Create defect | Create Defect |
| View defect details | View Defect |
| Edit defect | Update Defect |
| Delete defect | Delete Defect |
What’s next?
Running Tests
Log defects directly from failed test cases during execution
Inviting Users
Add team members to assign defects to