Sunday, January 8, 2023

Verification vs Validation

Verification:
It is a static analysis technique. Here, testing is done without executing the code. Examples include – Reviews, Inspections, and walkthroughs. 

Validation: 
It is a dynamic analysis technique where testing is done by executing the code. Examples include functional and non-functional testing techniques.

No comments:

Post a Comment