0 votes
in Testing by
What is Verification and Validation in Software Testing?

1 Answer

0 votes
by

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

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

In the V model, the development and QA activities are done simultaneously. There is no discrete phase called Testing, rather testing starts right from the requirement phase.  The verification and validation activities go hand in hand.

Related questions

+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma
+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma
...