0 votes
in Testing by (30.6k points)
What is Verification and Validation in Software Testing?

1 Answer

0 votes
by (19.7k points)

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.

Click here to read more about Loan/Mortgage
Click here to read more about Insurance

Related questions

+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma (23.1k points)
+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma (23.1k points)
...