GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Common

 Print  |  
Question:  Quantitative Metrics

Answer: What are the Quantitative Metrics collected in testing projects?


August 08, 2009 03:47:43 #1
 goksn   Member Since: May 2009    Total Comments: 87 

RE: Quantitative Metrics
 
We can divide metrics in testing projects into two types

1. Metrics needed for test manager(some times-clients) for measuring the testing team's performance.

Here we can say

(i) Test Case Efficiency
(ii) Defect Unearthening ratio
(iii) Ratio of 'defects found by testers' Vs 'Defects found in production by non-testers'

etc

2. Metrics needed for development team/other senior management for getting the health of the product / project with respect to testing.

Here again we can divide into two major categories

2.1 Test case wise metrics
        (i) No.of test cases planned,executed,passed,failed,blocked etc across builds,modules, phases, dates etc.

2.2 Defect wise metrics
        (i) P1,P2,P3,S1,S2,S3 bugs against dates, builds, modules,phases etc.

I have not elaborated metrics in each and every category instead i just figured out the types.
     

 

Back To Question