| |
GeekInterview.com > Interview Questions > Testing > Software Testing
| Print | |
Question: What is difference between Validation and Verification
|
| May 05, 2008 01:42:13 |
#2 |
| rameshn3 |
Member Since: December 2006 Total Comments: 14 |
RE: What is difference between Validation and Verification |
Verificartion: Typically involves rreviews and meetings to evaluate documents, plans, code, requirements, and specifications. This can be done with checklist, issues lists, walkthroughs, and inspection meetings. 1. This process focus upon the process of an organisation 2.verification begins in the initial phase and will be always associated with all the phases of SDLC 3.Mostly QA(Quality Assurance ) engineers will be involved in the process of verification. 4.are we building the right system?
Validation: Typically involves actual testing and takes place after verifcations are completed 1.This process focus on the product after the development(The out come of the work) 2.Validation appears after coding phase 3.Most of the times test engineers will be involved in the phase of validation. 4.are we building system right? |
| |
Back To Question | |