Comparison of Verification & Validation and QA View Points

by Nataliia Vasylyna | December 23, 2011 1:30 pm

Most quality assurance[1] activities that are carried out directly in the software development process can be classified as verification activities, while quality assurance activities which are associated with the technical requirements of the users at the very beginning or at the very end of the engineering process are classified as validation activities.

On the other hand, software bug averting is usually focused on the earlier stages of software system development, different software bug reduction activities are usually focused on the middle and late stages of software development and software bug containment is concentrated on the operational stage and it is associated with design, planning and realization, which were performed earlier.

Through the comparison of software bug averting, reduction, and containment, it becomes possible to connect verification with software bug reduction activities, and validation with error averting and error tolerance.

But there are some inaccuracies and corrections due to the fact that many of the quality assurance activities are associated with both verification and validation activities. For instance, the focus of the acceptance test is obviously validation, while the focus of the unit testing is verification, but system testing consists of the verification and validation components.

Inspections as an important failure reduction activity are similar to testing. Nevertheless, due to the lack of implementation and direct observations of defects, checking is more related to verification than to validation. For instance, a lot of the checking activities are carried out with standard verification activities such as coding or design. The less-used technical requirements and scenarios are based on checking are connected validation.

Software bug averting deals with mistake source removal and blocking of software bugs, when verification and validation are associated with failures and faults. Consequently, a direct link between error prevention and the validation and verification processes in terms of quality assurance activities is absent, however, only circumstantially through the preventive operations.

For instance, if the goal is to eliminate the indeterminacy in the technical demands or in knowledge about the domain, then the activity is indirectly related to the validation and if the purpose is blocking of synthetic errors or other defects by proper selection and applying of processes, techniques, and methods, it is indirectly associated with verification.

The use of formal methods such as quality assurance operations is closely associated with error prevention and formalized checking. The formal specification part is associated with validation but circumstantially refers more to defect[2] prevention. The formal verification belongs to the verification activities, verifying the design or program accuracy according to its formal characteristics.

Software bug tolerance, safety assurance, and other error containment activities refer more to validation than verification because of their concentration on avoiding or minimizing global disruptions under current operational environments.

When such error containment features are specific for software or intruded system, compliance with this part of specifications can be considered as well as other actions aimed at testing the compliance with specifications.

This relationship between these two views is shown in Table, for each of the error-centered view class and related main quality assurance activities. They are displayed according to their connection with the verification, validation, or both at once, directly or indirectly.

Quality Assurance Activities

Learn more from QATestLab

Related Posts:

Endnotes:
  1. quality assurance: https://qatestlab.com/resources/knowledge-center/quality-assurance-control/
  2. defect: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/
  3. Validation vs Verification: https://blog.qatestlab.com/2016/10/21/validation-vs-verification/
  4. Validation & Verification Testing: https://blog.qatestlab.com/2012/09/24/software-testing-types-validation-verification-testing/
  5. Definitions and Meaning: Error, Fault, Failure and Defect: https://blog.qatestlab.com/2011/12/06/definitions-and-meaning-error-fault-failure-and-defect/

Source URL: https://blog.qatestlab.com/2011/12/23/comparison-of-verification-validation-and-quality-assurance-view-points/