Table of Contents |
---|
KPI Name | Representation (Single Project) | Tools | Maturity level values | KPI Calculation | On Hover |
---|---|---|---|---|---|
Ticket open vs closed rate by typegives a comparison of new tickets getting raised vs number of tickets getting closed grouped by issue type during a defined period. | Line + Column graph
| Agile Project Management
| N/A | , the KPI is considered having a positive trend | Date Range- Count |
Ticket Open vs Closed rate by Prioritygives a comparison of new tickets getting raised vs number of tickets getting closed grouped by priority during a defined period. | Line + Column graph
| Agile Project Management
| N/A | If the No. of tickets closed are more than the No. of tickets opened in the latest time period, the KPI is considered having a positive trend | Date Range- Count |
Net Open Ticket Count By Prioritymeasures the overall open tickets during a defined period grouped by priority. It considers the gross open and closed count during a period and then plots the net counts | Line chart
| Agile Project Management
| N/A | Date Range- Count | |
Net Open Ticket Count By RCA (Ticket Count By RCA)measures the overall open tickets during a defined period grouped by RCA. It considers the gross open and closed count during a period and then plots the net count | Line chart
| Agile Project Management
| N/A | Date Range- Count | |
Net Open Ticket count by Status (Total Ticket Count)measures the overall open tickets during a defined period grouped by Status. It considers the gross open and closed count during a period and then plots the net count | Line chart
| Agile Project Management
| N/A | Date Range- Count | |
Open Tickets Ageing by Priority (Total Tickets Aging)groups all the open tickets based on their ageing and priority | Line chart
| Agile Project Management
| N/A | Open tickets by ageing | Date Range- Count |
Regression automation Coveragemeasures progress of automation of regression test cases | Line chart
| Agile Project Management
| M1 - <20% M2 - 20-40% M3 - 40-60% M4 - 60% - 80% , M5 - > 80% | No. of regression test cases automated/Total no. of regression test cases
| Date Range: <<Percentage Value>> Regression test cases automated: <<Value>> Total Regression test cases: <<Value>> |
Unit Test Coverageis a measurement of the amount of code that is run by unit tests - either lines, branches, or methods | Line Graph with single-select filter Y- Axis - Percentage
| Agile Project Management
| M1 - <20% M2 - 20-40% M3 - 40-60% M4 - 60% - 80% , M5 - > 80% | The calculation is done directly in Sonarqube
| Date Range: << Percentage Value>> |
Sonar Violationshighlight count of issues that exist every time a piece of code breaks a coding rule. The set of coding rules is defined through the associated Quality profile for each programming language in the project. | Stacked Column
| Agile Project Management
| No Maturity Trend | The calculation is done directly in Sonarqube. Issues are categorized in 3 types: Bug, Vulnerability and Code Smells All these issues are categorized into 5 type of severity: Blocker, Critical, Major, Minor, Info | Date Range: Blocker: <<Value>> Critical: <<Value>> Major: <<Value>> Minor: <<Value>> Info: <<Value>> |
Sonar Tech Debtexplains the estimated time required to fix all Maintainability Issues/ code smells | Line Graph
| Agile Project Management
| M1: >100 days M2: 50-100 days M3: 30-50 days, M4: 10-30 days, M5: <10 days | It is calculated as effort to fix all Code Smells. The effort is calculated in minutes and converted to days by assuming 1 Day=8 Hours
| Date Range:<<Days>> |
Test Execution and pass percentagemeasures the percentage of test cases that have been executed & the percentage that have passed. | Line Graph + Column chart
| Agile Project Management
| M1 - <20% M2 - 20-40% M3 - 40-60% M4 - 60% - 80% , M5 - > 80% | No. of executed test cases out of total test cases in the latest execution during a day/week/month No. of pass test cases out of executed test cases in the latest execution during a day/week/month
| Date Range- <<Percentage Value>> Test Cycle: Executed test cases: <<Value>> Pass test cases: <<Value>> |