You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -196,4 +198,34 @@ Clicking any point on the Actual line opens a drill-down modal titled **Test Exe
196
198
197
199
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.
198
200
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.
0 commit comments