Question - What is meant by Verification and Validation?
Answer -
Validation is the process of evaluating the final product to check whether the software meets the business needs. The test execution which we do in our day to day life is the validation activity which includes smoke testing, functional testing, regression testing, systems testing, etc.
Verification is a process of evaluating the intermediary work products of a software development lifecycle to check if we are in the correct track of creating the final product.