Understanding Software Quality Metrics and Measurement

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/99

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

100 Terms

1
New cards

Measurement

Process of quantifying attributes of software.

2
New cards

Metrics

Standardized measurements used for evaluating quality.

3
New cards

Maintainability Index

Score from 0 to 100 indicating code maintainability.

4
New cards

High Maintainability

Index value above 20, indicating good maintainability.

5
New cards

Moderate Maintainability

Index value between 10 and 19, indicating average maintainability.

6
New cards

Low Maintainability

Index value below 10, indicating poor maintainability.

7
New cards

Color Coded Ratings

Visual indicators to assess code maintainability quickly.

8
New cards

Halstead Volume

Metric estimating size and vocabulary of code.

9
New cards

Lines of Code (LOC)

Total number of lines in a source code file.

10
New cards

Normalization of LOC

Adjusting LOC count by excluding comments and empty lines.

11
New cards

Logical Lines of Code

Count of executable statements in the code.

12
New cards

Language Productivity Ratio

Comparison of line efficiency across programming languages.

13
New cards

Operators

Symbols that perform operations in programming languages.

14
New cards

Operands

Variables or values on which operations are performed.

15
New cards

Control Flow Graph (CFG)

Graphical representation of all paths through a program.

16
New cards

Test Case Coverage

Number of test cases needed to cover all paths.

17
New cards

Code Maintainability

Ease of making changes to existing code.

18
New cards

Maintainability Index Formula

MAX(0,(171 - 5.2log(HV) - 0.23CC - 16.2log(LOC))100/171)

19
New cards

20
New cards

Software Quality Metric

Function producing numerical value indicating software quality.

21
New cards

Scalability

Ability of software to handle increased load.

22
New cards

Security

Protection of software from unauthorized access.

23
New cards

Extensibility

Ease of adding new features to software.

24
New cards

Documentation

Written description of software functionality and usage.

25
New cards

Performance

Efficiency of software in executing tasks.

26
New cards

Consistency

Uniformity in software behavior and output.

27
New cards

Portability

Software's ability to run on different platforms.

28
New cards

Installability

Ease of installing software on systems.

29
New cards

Maintainability

Ease of maintaining and updating software.

30
New cards

Functionality

Software's ability to perform required tasks.

31
New cards

Availability

Software's readiness for use when needed.

32
New cards

Ease of Use

User-friendliness of software interface.

33
New cards

On-time Release

Delivery of software by scheduled deadline.

34
New cards

Development Speed

Rate at which software is developed.

35
New cards

The Streetlight Effect

Bias of searching for information where it's easiest.

36
New cards

Goal

Defines objectives for measurement and analysis.

37
New cards

Question

Quantifiable inquiries to assess progress toward goals.

38
New cards

Metric

Specific attributes and definitions for measurement data.

39
New cards

GQM Tree

Hierarchical representation of goals, questions, and metrics.

40
New cards

GQM Steps

Process: Determine goals, create questions, define metrics.

41
New cards

Operationalize

Capture information for the defined measure.

42
New cards

Validate Measure

Ensure metric accurately reflects intended measurement.

43
New cards

Object

What is being examined in the measurement.

44
New cards

Purpose

Reason for examining the object in question.

45
New cards

Focus

Attribute being analyzed in the measurement.

46
New cards

Viewpoint

Perspective from which the examination is conducted.

47
New cards

Environment

Context and scope of the measurement process.

48
New cards

49
New cards

Effectiveness of Finding Defects

Assessment of defect identification during testing.

50
New cards

Escape Characters

Special characters that affect test outcomes.

51
New cards

Impact of Additional Tests

Effect of new tests on existing test processes.

52
New cards

Stakeholders

Individuals involved in clarifying measurement goals.

53
New cards

Shared Understanding

Common comprehension among stakeholders about objectives.

54
New cards

Measurement Theory

Framework guiding the collection and analysis of data.

55
New cards

Statistical Design

Plan for analyzing measurement data statistically.

56
New cards

Collection Frequency

How often data is gathered for metrics.

57
New cards

Current Test Time

Total duration of unit tests executed.

58
New cards

Test Runs Per Week

Number of unit test executions weekly.

59
New cards

Time Per Passing Test

Average duration for each successful test.

60
New cards

61
New cards

Number of Tests Finding Defects

Count of tests that successfully detect issues.

62
New cards

GQM Framework

Goals, Questions, Metrics for project analysis.

63
New cards

Stakeholder Involvement

Engagement of relevant parties in data collection.

64
New cards

Operationalization

Defining measurement instruments for data collection.

65
New cards

Measurement Scales

Types of data affecting analysis methods.

66
New cards

Nominal Scale

Categorical data without order or magnitude.

67
New cards

Ordinal Scale

Ordered data without defined magnitude.

68
New cards

Interval Scale

Ordered data with magnitude but no zero.

69
New cards

Ratio Scale

Ordered data with magnitude and true zero.

70
New cards

Defect Severity Levels

Ranking system for categorizing defect severity.

71
New cards

Predictive Validity

Measurement's ability to forecast outcomes.

72
New cards

External Validity

Generalizability of findings to other contexts.

73
New cards

Fault Count

Number of errors identified in each module.

74
New cards

Error Prone Module

Module with the highest fault count.

75
New cards

76
New cards

Estimation Process

Method for predicting module development time.

77
New cards

CI/Build Process

Continuous Integration system for automated testing.

78
New cards

Causation

Requires theory, correlation, and predictive validation.

79
New cards

Confounding Variables

External factors affecting the relationship between variables.

80
New cards

Epidemiological Example

Coffee consumption and cancer affected by smoking.

81
New cards

Object-Oriented Metrics

Metrics assessing software quality in object-oriented programming.

82
New cards

Fault Proneness

Likelihood of software faults based on metrics.

83
New cards

Bad Statistics

Misunderstanding measurement theory leads to incorrect conclusions.

84
New cards

Bad Decisions

Incorrect use of data causing unintended consequences.

85
New cards

Bad Incentives

Ignoring human factors affecting measurement outcomes.

86
New cards

Incentivizing Productivity

Bonus systems based on specific performance metrics.

87
New cards

Stack Ranking

Ranking employees based on performance metrics.

88
New cards

Intrinsic Motivation

Internal drive to perform tasks without external rewards.

89
New cards

Cyclomatic Complexity

Metric for software complexity, often disputed.

90
New cards

Measurement Objectives

Clear goals guiding the measurement process.

91
New cards

Cultural Issues

Organizational factors influencing measurement effectiveness.

92
New cards

Safe Environment

Encouraging honest data collection and reporting.

93
New cards

Complementary Measures

A suite of metrics enhancing overall assessment.

94
New cards

Kaner's Questions

Guidelines for selecting effective software metrics.

95
New cards

Natural Scale

The inherent scale of an attribute being measured.

96
New cards

Measurement Error

Variability in readings from measurement instruments.

97
New cards

Construct Validity

Relationship between attribute and measurement instrument.

98
New cards

Monitoring vs Incentives

Distinction between tracking performance and rewarding it.

99
New cards

Defect Prediction

Forecasting software faults using historical data.

100
New cards

Benchmarking

Comparing performance metrics against standards or peers.