Categories: Metrics

Can Software Quality Be Measured?

With customer stakeholders complaining about the the quality of software being delivered, the challenge in front of delivery/project manager was to find a way in which software quality can be measured.

Before going into how can the software quality be measured, one needs to understand why at all the software quality need to be measured?

The need to measure software quality has arisen due to following:

  • Customer:Customer stakeholders needed a ways and means to ensure that software delivered to them by partner vendors are of high quality.
  • Software Service Providers: Stakeholders such as software developers needed to be governed on regular basis to ensure consistent & predictable delivery of high quality software. This is where metrics for software quality would help.
  • Product Development: In absence of customer stakeholders who may get interested to assess code and coding practices, the chances of deviation from the fact of having robust software with great quality are very high. Thus, it makes much more sense for a product development unit to establish a set of software quality standards and have metrics to measure the quality from time-to-time.

Software Quality Key Characteristics

Following are key characteristics of software quality (ISO 25000) that can be measured:

  • Functionality
  • Reliability
  • Efficiency
  • Maintainability
  • Usability
  • Portability

Following diagram shows in detail, the sub characteristics of above mentioned characteristics of software quality:

Each of the sub characteristics can be measured using different techniques. In later blogs, we shall try and evaluate different techniques to measure the quality characteristics. I shall also define and describe the various different aspects of ISO 25000 series vis-a-vis software quality.

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Share
Published by
Ajitesh Kumar
Tags: Metrics

Recent Posts

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

1 week ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

2 weeks ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

2 weeks ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

3 weeks ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

3 months ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

4 months ago