Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

>
>
>
Software quality

Software quality

Mar 11 2013

Software quality reflects to what extent a software product conforms to certain requirements which are stated depending on a set of criteria determined by the specifics of the field where the software product is intended to be used.

There exists the ISO 9000 family of standards managing general principles of quality assurance in every field. The most important standards related to software development are the following:

  • ISO 9000:2000 Quality management systems — Fundamentals and vocabulary;
  • ISO 9001:2000 Quality management systems — Requirements. Models for quality assurance in design, development, production, installation, and servicing;
  • ISO 9004:2000 Quality management systems — Guidelines for performance improvements;
  • ISO/IEC 90003:2004 Software engineering — Guidelines for the application of ISO 9001:2000 to computer software.

Every company may also have its own software quality standards corresponding to the specifics of its work and therefore its requirements.

The following basic characteristics of software quality measurement are defined:

1. Source code quality.

  • Conformance to standards;
  • Maintainability;
  • A small quantity of compiler warnings.

2. Software product quality.

  • Functionality;
  • Reliability;
  • Usability;
  • Efficiency;
  • Security.

You can see from these characteristics that requirements to be stated should meet the needs of both developers of software products and their users.

Checking requirements to be set, their completeness as well as correct result estimate is an important aspect. Various methods are used for quality assessment:

Metrics acquired through these methods characterize various parameters: program performance, consumed resources (memory, CPU load, etc.), conformance to coding standards, number of errors per certain number of code lines, and many others. All the parameters requirements are set for should be tested.

It should be noted that software quality verification must be performed at all stages of the software development life-cycle. Thus you will be able to provide the highest quality of the program code and, consequently, the end software product. One cannot start developing a poor software product and think of enhancing its quality just before the development process is over.

References

Popular related articles


Comments (0)

Next comments next comments
close comment form