0 votes
in Testing by
What do verification and validation mean in software testing?

Or

What is the difference between validation and verification in software testing?

1 Answer

0 votes
by

In software testing, verification is a process to confirm that product development is taking place as per the specifications and using the standard development procedures. The process comprises the following activities:

  • Inspections
  • Reviews
  • Walk-throughs

Validation is a means to confirm that the developed product doesn’t have any bugs and is working as expected. It comprises the following activities:

  • Functional testing
  • Non-functional testing
...