Skip to content

Commit 7fe3cb3

Browse files
authored
Merge pull request #2961 from sandeepyadav-lt/te-8731-defects-tester-widgets-testmucom
[TE-8731] Document Defects by Severity & Tester Assignment widgets
2 parents 2dcdd89 + f2f901b commit 7fe3cb3

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/analytics-modules-test-manager-widgets.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ keywords:
1212
- Milestone Trends
1313
- Execution Progress
1414
- Test Execution Burndown
15+
- Defects by Severity
16+
- Tester Assignment
1517

1618
url: https://www.testmuai.com/support/docs/analytics-modules-test-manager-widgets/
1719
site_name: TestMu AI
@@ -196,4 +198,34 @@ Clicking any point on the Actual line opens a drill-down modal titled **Test Exe
196198

197199
By comparing the actual burndown against the expected line and watching the footer metrics, you can quickly see whether execution is ahead, on track, or slipping — enabling early course correction, better capacity planning, and more reliable release predictions. The drill-down makes it easy to go from a high-level slip directly to the specific instances that are holding the run back.
198200

201+
## Defects by Severity
202+
203+
The Defects by Severity widget displays a bar chart of Jira defects linked to your test cases and test runs, grouped by their severity level.
204+
205+
### How it works?
206+
207+
* Each bar represents a severity level — **Critical**, **High**, **Medium**, and **Low** — with its value showing the count of linked Jira defects at that severity.
208+
* Defects are sourced from Jira issues linked to test cases or raised during test runs in Test Manager.
209+
* Click any bar to drill down into the underlying list of issues for that severity.
210+
* Apply filters from the three-dot menu to scope the widget to a specific test run, phase, or stage.
211+
212+
### Value Proposition
213+
214+
This widget helps you assess release risk at a glance by surfacing how many high-impact defects are outstanding. By focusing on Critical and High severity bars first, you can prioritize the issues most likely to block a release.
215+
216+
## Tester Assignment
217+
218+
The Tester Assignment widget displays a horizontal stacked bar chart with one bar per assigned tester, showing the workload and execution progress of each tester side by side.
219+
220+
### How it works?
221+
222+
* Each bar represents a tester, and its length reflects the total number of test run instances assigned to them.
223+
* Each bar is broken down into stacked segments by test instance status — **Not Started**, **Passed**, **Failed**, **Skipped**, as well as any **custom statuses** created for your manual test runs.
224+
* Click any segment to drill down into the underlying list of test run instances for that tester and status.
225+
* Apply filters from the three-dot menu to scope the widget to a specific test run, phase, or stage.
226+
227+
### Value Proposition
228+
229+
This widget lets you compare workload and execution progress across testers at a glance, making it easy to spot uneven assignment, identify testers who are behind, and rebalance effort to keep a release on track.
230+
199231

0 commit comments

Comments
 (0)