15) What is the difference between validation & verification testing?

Verification Testing
1. It includes checking the document, design, program
2. It does not involve in executing the code.
3. It may find bugs in early development cycle
Validation Testing
1. It is dynamic mechanism of software product that validates the product.
2. It involves in executing the code.
3. It may find bugs that verification process cannot catch.

Leave a Reply