Review Effectiveness  is a software metric to calculate the  number of defect uncovered during review ( SRS review  + Design review + Testing review )  versus total number of defect uncovered . The value of Review Effectiveness  is very important for the management as it help them to evaluate  the review process followed in the  Project Lifecycle .
Review 
----------------------     * 100 
Review + Testing 
Example : 
SRS review = 2  
Design review = 3 
Code review = 4  
Testing = 2 
2+2+4 
--------------   *    100 == 80 % 
(2+2+4)+2
                       
                    
0 Comment(s)