SlideShare a Scribd company logo
1 of 4
Metrics Used in Testing<br />The Product Quality Measures:<br />1. Customer satisfaction index<br />This index is surveyed before product delivery and after product delivery <br />(and on-going on a periodic basis, using standard questionnaires).The following are analyzed:<br />    * Number of system enhancement requests per year<br />    * Number of maintenance fix requests per year<br />    * User friendliness: call volume to customer service hotline<br />    * User friendliness: training time per new user<br />    * Number of product recalls or fix releases (software vendors)<br />    * Number of production re-runs (in-house information systems groups)<br />2. Delivered defect quantities<br />They are normalized per function point (or per LOC) at product delivery (first 3 months or first year of operation) or Ongoing (per year of operation) by level of severity, by category or cause, e.g.: requirements defect, design defect, code defect, documentation/on-line help defect, defect introduced by fixes, etc.<br />3. Responsiveness (turnaround time) to users<br />  * Turnaround time for defect fixes, by level of severity<br />  * Time for minor vs. major enhancements; actual vs. planned elapsed time<br />4. Product volatility<br /> * Ratio of maintenance fixes (to repair the system & bring it into compliance with specifications), vs. enhancement requests (requests by users to enhance or change functionality)<br />5. Defect ratios<br />   * Defects found after product delivery per function point.<br />    * Defects found after product delivery per LOC<br />    * Pre-delivery defects: annual post-delivery defects<br />    * Defects per function point of the system modifications<br />6. Defect removal efficiency<br />    * Number of post-release defects (found by clients in field operation), categorized by level of severity<br />    * Ratio of defects found internally prior to release (via inspections and testing), as a percentage of all defects<br />    * All defects include defects found internally plus externally (by customers) in the first year after product delivery<br />7. Complexity of delivered product<br />    * McCabe's cyclomatic complexity counts across the system<br />    * Halstead’s measure<br />    * Card's design complexity measures<br />    * Predicted defects and maintenance costs, based on complexity measures<br />8. Test coverage<br />    * Breadth of functional coverage<br />    * Percentage of paths, branches or conditions that were actually tested<br />    * Percentage by criticality level: perceived level of risk of paths<br />    * The ratio of the number of detected faults to the number of predicted faults.<br />9. Cost of defects<br />    * Business losses per defect that occurs during operation<br />    * Business interruption costs; costs of work-arounds<br />    * Lost sales and lost goodwill<br />    * Litigation costs resulting from defects<br />    * Annual maintenance cost (per function point)<br />    * Annual operating cost (per function point)<br />    * Measurable damage to your boss's career<br />10. Costs of quality activities<br />    * Costs of reviews, inspections and preventive measures<br />    * Costs of test planning and preparation<br />    * Costs of test execution, defect tracking, version and change control<br />    * Costs of diagnostics, debugging and fixing<br />    * Costs of tools and tool support<br />    * Costs of test case library maintenance<br />    * Costs of testing & QA education associated with the product<br />    * Costs of monitoring and oversight by the QA organization (if separate from the development and test organizations)<br />11. Re-work<br />    * Re-work effort (hours, as a percentage of the original coding hours)<br />    * Re-worked LOC (source lines of code, as a percentage of the total delivered LOC)<br />    * Re-worked software components (as a percentage of the total delivered components)<br />12. Reliability<br />    * Availability (percentage of time a system is available, versus the time the system is needed to be    available)<br />    * Mean time between failure (MTBF).<br />    * Man time to repair (MTTR)<br />    * Reliability ratio (MTBF / MTTR)<br />    * Number of product recalls or fix releases<br />    * Number of production re-runs as a ratio of production runs<br />Metrics for Evaluating Application System Testing:<br />Metric = Formula<br />Test Coverage = Number of units (KLOC/FP) tested / total size of the system. (LOC represents Lines of Code)<br />Number of tests per unit size = Number of test cases per KLOC/FP (LOC represents Lines of Code).<br />Acceptance criteria tested = Acceptance criteria tested / total acceptance criteria<br />Defects per size = Defects detected / system size<br />Test cost (in %) = Cost of testing / total cost *100<br />Cost to locate defect = Cost of testing / the number of defects located<br />Achieving Budget = Actual cost of testing / Budgeted cost of testing<br />Defects detected in testing = Defects detected in testing / total system defects<br />Defects detected in production = Defects detected in production/system size<br />Quality of Testing = No of defects found during Testing/(No of defects found during testing + No of acceptance defects found after delivery) *100<br />Effectiveness of testing to business = Loss due to problems / total resources processed by the system.<br />System complaints = Number of third party complaints / number of transactions processed<br />Scale of Ten = Assessment of testing by giving rating in scale of 1 to 10<br />Source Code Analysis = Number of source code statements changed / total number of tests.<br />Effort Productivity = Test Planning Productivity = No of Test cases designed / Actual Effort for Design and Documentation<br />Test Execution Productivity = No of Test cycles executed / Actual Effort for testing<br />
Metrics used in testing
Metrics used in testing
Metrics used in testing

More Related Content

What's hot

T19 performance testing effort - estimation or guesstimation revised
T19   performance testing effort - estimation or guesstimation revisedT19   performance testing effort - estimation or guesstimation revised
T19 performance testing effort - estimation or guesstimation revised
TEST Huddle
 
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
TEST Huddle
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2
Yogindernath Gupta
 

What's hot (20)

Test performance indicators
Test performance indicatorsTest performance indicators
Test performance indicators
 
Test planning
Test planningTest planning
Test planning
 
Testing Metrics
Testing MetricsTesting Metrics
Testing Metrics
 
Testing strategies
Testing strategiesTesting strategies
Testing strategies
 
Chap13
Chap13Chap13
Chap13
 
Testing
TestingTesting
Testing
 
Test Planning and Test Estimation Techniques
Test Planning and Test Estimation TechniquesTest Planning and Test Estimation Techniques
Test Planning and Test Estimation Techniques
 
Rob Baarda - Are Real Test Metrics Predictive for the Future?
Rob Baarda - Are Real Test Metrics Predictive for the Future?Rob Baarda - Are Real Test Metrics Predictive for the Future?
Rob Baarda - Are Real Test Metrics Predictive for the Future?
 
Risk based testing and random testing
Risk based testing and random testingRisk based testing and random testing
Risk based testing and random testing
 
Software Testing Metrics
Software Testing MetricsSoftware Testing Metrics
Software Testing Metrics
 
Edwin Van Loon - Exploitation Testing revised
Edwin Van Loon - Exploitation Testing revisedEdwin Van Loon - Exploitation Testing revised
Edwin Van Loon - Exploitation Testing revised
 
T19 performance testing effort - estimation or guesstimation revised
T19   performance testing effort - estimation or guesstimation revisedT19   performance testing effort - estimation or guesstimation revised
T19 performance testing effort - estimation or guesstimation revised
 
Measurement and Metrics for Test Managers
Measurement and Metrics for Test ManagersMeasurement and Metrics for Test Managers
Measurement and Metrics for Test Managers
 
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
'Automated Reliability Testing via Hardware Interfaces' by Bryan Bakker
 
Software Testing Process
Software Testing ProcessSoftware Testing Process
Software Testing Process
 
Approaches to Software Testing
Approaches to Software TestingApproaches to Software Testing
Approaches to Software Testing
 
Software metrics
Software metricsSoftware metrics
Software metrics
 
Test process
Test processTest process
Test process
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2
 
Software test management overview for managers
Software test management overview for managersSoftware test management overview for managers
Software test management overview for managers
 

Viewers also liked (20)

ADOBE CERTIFIED RIA ARCHITECT/FLEX DEVELOPER
ADOBE CERTIFIED RIA ARCHITECT/FLEX DEVELOPERADOBE CERTIFIED RIA ARCHITECT/FLEX DEVELOPER
ADOBE CERTIFIED RIA ARCHITECT/FLEX DEVELOPER
 
John Thoman resume V4
John Thoman resume V4John Thoman resume V4
John Thoman resume V4
 
Resume
ResumeResume
Resume
 
Noemi resume 1-2016
Noemi resume 1-2016Noemi resume 1-2016
Noemi resume 1-2016
 
Jeri L. Keck -New 100515
Jeri L. Keck -New 100515Jeri L. Keck -New 100515
Jeri L. Keck -New 100515
 
#abw.CV$ -1(Autosaved)
#abw.CV$ -1(Autosaved)#abw.CV$ -1(Autosaved)
#abw.CV$ -1(Autosaved)
 
Tina's resume (1)
Tina's resume (1)Tina's resume (1)
Tina's resume (1)
 
County of San Diego
County of San DiegoCounty of San Diego
County of San Diego
 
MARWAN_FARRAG_ARCHITECT_SITE ENGINEER_CV_KSA
MARWAN_FARRAG_ARCHITECT_SITE ENGINEER_CV_KSAMARWAN_FARRAG_ARCHITECT_SITE ENGINEER_CV_KSA
MARWAN_FARRAG_ARCHITECT_SITE ENGINEER_CV_KSA
 
cv-portfolio 10-10-2015
cv-portfolio 10-10-2015cv-portfolio 10-10-2015
cv-portfolio 10-10-2015
 
Norm Penner
Norm PennerNorm Penner
Norm Penner
 
Marc Rostkowski_MAY_13.MDR.2015
Marc Rostkowski_MAY_13.MDR.2015Marc Rostkowski_MAY_13.MDR.2015
Marc Rostkowski_MAY_13.MDR.2015
 
Luke Spinner Tidball - Resume
Luke Spinner Tidball - ResumeLuke Spinner Tidball - Resume
Luke Spinner Tidball - Resume
 
Mark C Clayton
Mark C ClaytonMark C Clayton
Mark C Clayton
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and Configuration
 
Resume
ResumeResume
Resume
 
Etica kantiana
Etica kantianaEtica kantiana
Etica kantiana
 
Tombleson Hilary 2016 Resume
Tombleson Hilary 2016 ResumeTombleson Hilary 2016 Resume
Tombleson Hilary 2016 Resume
 
CV - Nader Nehme
CV - Nader NehmeCV - Nader Nehme
CV - Nader Nehme
 
Cisco web ex-cs-0511-final
Cisco web ex-cs-0511-finalCisco web ex-cs-0511-final
Cisco web ex-cs-0511-final
 

Similar to Metrics used in testing

Unit 6 final
Unit 6 finalUnit 6 final
Unit 6 final
sietkcse
 
Unit 8 final
Unit 8 finalUnit 8 final
Unit 8 final
sietkcse
 
Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1
Raghu Kiran
 

Similar to Metrics used in testing (20)

What is Test Matrix?
What is Test Matrix?What is Test Matrix?
What is Test Matrix?
 
9 test_levels-
 9 test_levels- 9 test_levels-
9 test_levels-
 
Unit 6 final
Unit 6 finalUnit 6 final
Unit 6 final
 
Testing
TestingTesting
Testing
 
ISTQBCH2.ppt
ISTQBCH2.pptISTQBCH2.ppt
ISTQBCH2.ppt
 
ISTQBCH2.ppt
ISTQBCH2.pptISTQBCH2.ppt
ISTQBCH2.ppt
 
unit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxunit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptx
 
Sw quality metrics
Sw quality metricsSw quality metrics
Sw quality metrics
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
 
Test Report Preparation
Test Report PreparationTest Report Preparation
Test Report Preparation
 
ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2
 
Software engineering quality assurance and testing
Software engineering quality assurance and testingSoftware engineering quality assurance and testing
Software engineering quality assurance and testing
 
Unit 8 final
Unit 8 finalUnit 8 final
Unit 8 final
 
10-Testing-system.pdf
10-Testing-system.pdf10-Testing-system.pdf
10-Testing-system.pdf
 
V Model in Software Testing
V Model in Software TestingV Model in Software Testing
V Model in Software Testing
 
Metrics based Management
Metrics based ManagementMetrics based Management
Metrics based Management
 
Automating The Process For Building Reliable Software
Automating The Process For Building Reliable SoftwareAutomating The Process For Building Reliable Software
Automating The Process For Building Reliable Software
 
Verification & Validation
Verification & ValidationVerification & Validation
Verification & Validation
 
Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1
 
Testing
TestingTesting
Testing
 

Recently uploaded

FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
Matteo Carbone
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Dipal Arora
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 

Recently uploaded (20)

How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 

Metrics used in testing

  • 1. Metrics Used in Testing<br />The Product Quality Measures:<br />1. Customer satisfaction index<br />This index is surveyed before product delivery and after product delivery <br />(and on-going on a periodic basis, using standard questionnaires).The following are analyzed:<br /> * Number of system enhancement requests per year<br /> * Number of maintenance fix requests per year<br /> * User friendliness: call volume to customer service hotline<br /> * User friendliness: training time per new user<br /> * Number of product recalls or fix releases (software vendors)<br /> * Number of production re-runs (in-house information systems groups)<br />2. Delivered defect quantities<br />They are normalized per function point (or per LOC) at product delivery (first 3 months or first year of operation) or Ongoing (per year of operation) by level of severity, by category or cause, e.g.: requirements defect, design defect, code defect, documentation/on-line help defect, defect introduced by fixes, etc.<br />3. Responsiveness (turnaround time) to users<br /> * Turnaround time for defect fixes, by level of severity<br /> * Time for minor vs. major enhancements; actual vs. planned elapsed time<br />4. Product volatility<br /> * Ratio of maintenance fixes (to repair the system & bring it into compliance with specifications), vs. enhancement requests (requests by users to enhance or change functionality)<br />5. Defect ratios<br /> * Defects found after product delivery per function point.<br /> * Defects found after product delivery per LOC<br /> * Pre-delivery defects: annual post-delivery defects<br /> * Defects per function point of the system modifications<br />6. Defect removal efficiency<br /> * Number of post-release defects (found by clients in field operation), categorized by level of severity<br /> * Ratio of defects found internally prior to release (via inspections and testing), as a percentage of all defects<br /> * All defects include defects found internally plus externally (by customers) in the first year after product delivery<br />7. Complexity of delivered product<br /> * McCabe's cyclomatic complexity counts across the system<br /> * Halstead’s measure<br /> * Card's design complexity measures<br /> * Predicted defects and maintenance costs, based on complexity measures<br />8. Test coverage<br /> * Breadth of functional coverage<br /> * Percentage of paths, branches or conditions that were actually tested<br /> * Percentage by criticality level: perceived level of risk of paths<br /> * The ratio of the number of detected faults to the number of predicted faults.<br />9. Cost of defects<br /> * Business losses per defect that occurs during operation<br /> * Business interruption costs; costs of work-arounds<br /> * Lost sales and lost goodwill<br /> * Litigation costs resulting from defects<br /> * Annual maintenance cost (per function point)<br /> * Annual operating cost (per function point)<br /> * Measurable damage to your boss's career<br />10. Costs of quality activities<br /> * Costs of reviews, inspections and preventive measures<br /> * Costs of test planning and preparation<br /> * Costs of test execution, defect tracking, version and change control<br /> * Costs of diagnostics, debugging and fixing<br /> * Costs of tools and tool support<br /> * Costs of test case library maintenance<br /> * Costs of testing & QA education associated with the product<br /> * Costs of monitoring and oversight by the QA organization (if separate from the development and test organizations)<br />11. Re-work<br /> * Re-work effort (hours, as a percentage of the original coding hours)<br /> * Re-worked LOC (source lines of code, as a percentage of the total delivered LOC)<br /> * Re-worked software components (as a percentage of the total delivered components)<br />12. Reliability<br /> * Availability (percentage of time a system is available, versus the time the system is needed to be available)<br /> * Mean time between failure (MTBF).<br /> * Man time to repair (MTTR)<br /> * Reliability ratio (MTBF / MTTR)<br /> * Number of product recalls or fix releases<br /> * Number of production re-runs as a ratio of production runs<br />Metrics for Evaluating Application System Testing:<br />Metric = Formula<br />Test Coverage = Number of units (KLOC/FP) tested / total size of the system. (LOC represents Lines of Code)<br />Number of tests per unit size = Number of test cases per KLOC/FP (LOC represents Lines of Code).<br />Acceptance criteria tested = Acceptance criteria tested / total acceptance criteria<br />Defects per size = Defects detected / system size<br />Test cost (in %) = Cost of testing / total cost *100<br />Cost to locate defect = Cost of testing / the number of defects located<br />Achieving Budget = Actual cost of testing / Budgeted cost of testing<br />Defects detected in testing = Defects detected in testing / total system defects<br />Defects detected in production = Defects detected in production/system size<br />Quality of Testing = No of defects found during Testing/(No of defects found during testing + No of acceptance defects found after delivery) *100<br />Effectiveness of testing to business = Loss due to problems / total resources processed by the system.<br />System complaints = Number of third party complaints / number of transactions processed<br />Scale of Ten = Assessment of testing by giving rating in scale of 1 to 10<br />Source Code Analysis = Number of source code statements changed / total number of tests.<br />Effort Productivity = Test Planning Productivity = No of Test cases designed / Actual Effort for Design and Documentation<br />Test Execution Productivity = No of Test cycles executed / Actual Effort for testing<br />