Verification and Validation , Differences between Verification and Validation

 

Verification and Validation


Verification and Validation is the process of investigating that a software system satisfies specifications and standards and it fulfills the required purpose. Barry Boehm described verification and validation as the following:

Verification: Are we building the product right?
Validation: Are we building the right product?

Verification:
Verification is the process of checking that a software achieves its goal without any bugs. It is the process to ensure whether the product that is developed is right or not. It verifies whether the developed product fulfills the requirements that we have.
Verification is Static Testing.

Activities involved in verification:

  1. Inspections
  2. Reviews
  3. Walkthroughs
  4. Desk-checking
Verification and Validation Testing


Validation:
Validation is the process of checking whether the software product is up to the mark or in other words product has high level requirements. It is the process of checking the validation of product i.e. it checks what we are developing is the right product. it is validation of actual and expected product.
Validation is the Dynamic Testing.

Activities involved in validation:

  1. Black box testing
  2. White box testing
  3. Unit testing
  4. Integration testing

Note: Verification is followed by Validation.

Verification and Validation Testing



VerificationValidation
It includes checking documents, design, codes and programs.It includes testing and validating the actual product.
Verification is the static testing.Validation is the dynamic testing.
It does not include the execution of the code.It includes the execution of the code.
Methods used in verification are reviews, walkthroughs, inspections and desk-checking.Methods used in validation are Black Box Testing, White Box Testing and non-functional testing.
It checks whether the software conforms to specifications or not.It checks whether the software meets the requirements and expectations of a customer or not.
It can find the bugs in the early stage of the development.It can only find the bugs that could not be found by the verification process.
The goal of verification is application and software architecture and specification.The goal of validation is an actual product.
Quality assurance team does verification.Validation is executed on software code with the help of testing team.
It comes before validation.It comes after verification.
It consists of checking of documents/files and is performed by human.It consists of execution of program and is performed by computer.

 


Post a Comment

© Software Engineering. The Best Codder All rights reserved. Distributed by