Difference between Verification and Validation
Verification is Static whereas Validation is Dynamic. This means in Verification the s/w is inspected by looking into the code going line by line or function by function. In Validation, code is implemented and s/w is run to find defects. As in verification code is reviewed, location of the defect can be found which is not possible in validation.