Table of Contents |
---|
Purpose
...
shows a percentage of a source code covered by unit tests;
shows quality of application;
shows quality of testing;
shows how the project is ready for implementation of CI/CD;
shows if the projects meets the industry quality standards;
highlights the risk of bugs being detected at a later stage of development;
helps to understand how much of your source is tested;
shows the quality of test suite.
TOP-5 problems metric identifies
There is no No Test Plan and/ or Strategy
Too many defects are found during manual and / or automated testing
...