|
|
|||||||||
Testing Metrics |
|||||||||
|
|
|||||||||
|
While testing a product, test manager has to take a lot of decisions like when to stop testing or when is the application ready for production, how to track testing progress, how to measure the quality of a product at a certain point in the testing cycle?Testing metrics can help to take better and accurate decisions Lets start by defining
the term 'Metric' |
|||||||||
|
How to track testing
progress? % Completion = (Number of test cases executed)/(Total number of test cases) Not only the testing
progress but also the following metrics are helpful to measure the quality
of the product % Test cases Failed
= (Number of test cases Passed)/(Number of test cases executed) |
|||||||||
|
How many rounds or
cycles of testing should be done? Approach 2:Make
use of the following metrics If the coverage of code is good, Mean time between failure is quite large, defect density is very ow and not may high severity bugs still open, then 'may' be you should stop testing. 'Good', 'large', 'low' and 'high' are subjective terms and depends on the product being tested.Finally, the risk associated with moving the application into production, as well as the risk of not moving forward, must be taken into consideration. |
|||||||||
|
|
|||||||||