software testing

Reading Time: 2 minutes
Read Previous post!

Quality Assurance vs Testing

There is this confusion when people have to make a distinction between Quality Assurance and Testing. Although they share some similarities, they have some distinctions which are hidden to most people. A discussion of these terms will throw a light on their differences.

What is Quality Assurance?

Quality Assurance is the general term used for activities that make sure that some procedures, processes, and standards are implemented in relation to the development of a software program and the intended use and requirements.

According to the respected technology website, “Software quality assurance (SQA) is a process that ensures that developed software meets and complies with defined or standardized quality specifications. SQA is an ongoing process within the software development life cycle (SDLC) that routinely checks the developed software to ensure it meets desired quality measures.”

The objective is to ensure the development of a software program that meets all the basic requirements that will qualify it as a high-quality software program. Rather than wait until when the program is completed before checking its potential for quality, quality assurance is done at every stage of the development in order to give the software a good foundation.

While developing a software program, the next stage of development will not be moved to until the present stage is tested and found to meet all the quality standards that are already defined. There are many methods that can be implemented to promote quality assurance. Some are CMMI model and ISO 9000 and some other standards. A proper quality assurance may require conforming to one or more of these techniques.

The complete Quality Assurance encompasses requirements definition, coding. Software design, source code control, software configuration management, code reviews, testing, product integration, and testing. The process is organized into commitments, goals, abilities, measurements, abilities, and verifications.

With the meticulous testing of each stage of the development against some tested and proven standards, the quality of the software is guaranteed.

Read Previous post!