You are on page 1of 5

Testing Phase Analysis

Testing Phase Analysis


• Focus ….. Test cases development , test cases execution
• Objective …… improvement (strengths & weakness )
• How is it done? ……. Assessments, Measurements
• How is it interpreted?........ Graphs, Metrics, Decision Tables
• How is it documented?......DB, Reports
Testing Phase Analysis …….. Testing Metrics
• 1. Absolute Metrics
• total number of test cases developed
• total number of test cases executed
• total number of test cases passed
• total number of test cases failed
• total number of defects found
• total number of defects corrected
• total number of unplanned test cases
• total number of defects rejected
• etc.
• 2. Derivative Metrics
Testing Phase Analysis …….. Testing Metrics
• 2. Derivative Metrics
• A. Passed test cases % (no of passed/total no test cases)* 100
• B. Fixed Defects % (no of defects fixed/no of reported defect) * 100
• C. Average time for development team to repair defects ( total time taken to
repair defects/ no of defects)
• Test Design Efficiency (no of tests designed/total time)
• Bug Find Rate (no of defects/no of test hours)
Testing Phase Analysis …….. Testing Metrics
• 2. Derivative Metrics (types/areas)
• --- test tracking & efficiency
• --- test effort
• --- test effectiveness
• --- test coverage
• --- defect coverage

• U MUST KNOW
• What is the effectiveness of each of the above area of Derivative Metrics?

You might also like