software quality metrics
play

Software Quality Metrics What does software quality mean? and How - PowerPoint PPT Presentation

Software Quality Metrics What does software quality mean? and How is it measured? Factors in Software Quality Factor Criteria Metric Maintainability Simplicity Modularity Conciseness Nesting Level Modules that Percentage of exceed size


  1. Software Quality Metrics What does software quality mean? and How is it measured?

  2. Factors in Software Quality Factor Criteria Metric Maintainability Simplicity Modularity Conciseness Nesting Level Modules that Percentage of exceed size 100 modules > 200loc

  3. Elements of Software Science • Halstead’s Program length - Measure of design or modularity X:=+3; N 1 = 10 (# of operands) IF X>B THEN N 2 = 10 (# of operators) A:=B; n 1 = 4 (# of unique operands) B:=X; n 2 = 4 (# of unique operators) ELSE A:=X; N = N 1 + N 2 Threshold Value: 350

  4. Elements of Software Science • Halstead’s Difficulty - measure of how difficult the component was to create Program Volume(V) = Nlog 2 n Potential volume(V*) = (2+n 2 )log 2 (2+n 2 ) Program level(L) = V* V Effort = V 2 Threshold Value: 50 V*

  5. Complexity Metrics • Cyclomatic number - measures the difficulty and feasibility of testing – A measure of the number of testable paths in a module – Threshold value: 15 • Essential complexity - measures the structure of testable paths in a component – A graph should contain only the four basic simple structured constructs – Threshold value: 7

  6. Complexity Metrics • Design Complexity - Measures the control flow implemented by the design – measures the minimum number of integration tests – Threshold value: 10

  7. Software Quality • Do the metrics provide indicators of software quality? • Design versus Code metrics • Commercial products and generated code • Language dependencies • Source Lines of Code

  8. Follow on Topics • Object Oriented design metrics • Other quality frameworks • Design metrics • Software reusability

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend