9:15 AM Sunday Room: 4203
To asses the quality of your product or a release, you need to look at various metrics. </br> </br>
- Total Defects in the system; creation vs closing rate </br>
- Code Coverage Statistics </br>
- Test case pass rate </br>
- State of the CI (Continuous Integration) build </br>
- Nightly deployment build status <br> </br>
These metrics are in different sources. </br>
Defect data from Jira (or similar defect management system).</br>
Build data from Jenkins (or similar CI system).</br> </br>
Think about having all the above metrics at one place; </br>
Automatically generate your release reports and determine the health of your current release.</br>
Build the intelligence to report the status based on various rules.</br>
(For eg..if the Code Coverage is < 85%, show the status as RED).</br>