kiwitcms / Kiwi

open source test management system with over 2 million downloads!
https://kiwitcms.org
GNU General Public License v2.0
987 stars 295 forks source link

Feature tracker: Report/query on bug statuses for TR/TP via bug tracker integration #1936

Open kiwitcms-bot opened 4 years ago

kiwitcms-bot commented 4 years ago

At the moment the existing bug tracker integration contains the .details() function which provides details on 1-by-1 basis. A new use case has been requested:

For a bigger product where there are many test cases and bugs reported the tester/manager should be able to see an aggregation of all the bugs reported and their current statuses. The current statuses/descriptions will be fetched via the bug tracker integration code. This will serve as information which test cases can be restarted (tested again) and which ones shouldn't be tested yet b/c the problems haven't been fixed.

Notes:

TODO: Break down into smaller chunks when we start working on this.

YouWhy commented 2 months ago

@atodorov

Either at the top of the test run page or somewhere else on it, how about adding a summary table of all the Defects associated with this test run? A table with the following columns:

image

Typically, for me and my team, # Test Cases Impacted = Failed + Blocked. We use this a lot to highlight to Developers which Defects to prioritize over others so that we can finish our testing on time.