Difference between Verification & Validation?
Answers were Sorted based on User's Feedback
Answer / anu
Verifiaction:Means are we doing right thing.i.e we have to
check whether we are implementing right process.
validation:Means are we doing things right.i.e we have to
check whether we have developed a software as per the
client requirement.
| Is This Answer Correct ? | 262 Yes | 70 No |
Answer / kasturi
Verification -> Are we building product right?
Validation -> Are we building right product?
- Verification evaluates documents, plans, code,
requirements, and specifications.
- Validation, on the other hand, evaluates the product itself.
- The inputs of verification are checklists, issues lists,
walkthroughs and inspection meetings, reviews and meetings.
- The input of validation, on the other hand, is the actual
testing of an actual product.
- The output of verification is a nearly perfect set of
documents, plans, specifications, and requirements document.
- The output of validation, on the other hand is the
actual/perfect product.
=> Verification comes before Validation.
| Is This Answer Correct ? | 111 Yes | 10 No |
Answer / narayana
Verification is done through out the life cycle of the
project/product where as validation comes in the testing
phase of the application.
| Is This Answer Correct ? | 131 Yes | 56 No |
Answer / saranya
Verification : 'Are we buliding a Product right?'it is a
static testing method.
Validation : 'Are we building a right Product?'it is a
Dynamic testing method.
| Is This Answer Correct ? | 69 Yes | 23 No |
Answer / sachin
verication is to check we are doing right..
validation is to prove we have done right..
| Is This Answer Correct ? | 62 Yes | 19 No |
Answer / kittu
Varificatio:it is the process of confirming that s/w "meets
its specification".It involves reviews and meetings to
evaluate documents,plans,code,requirement and
specification.This can be done with checklist,issues lists
amd walkthroughs.
It is the examination of the process and checks r we
building the product right?
Validation:It is the process of confirming that it "meets
the user's requirements".Validation typically involves
actual testing and take place after varification are
completed.
| Is This Answer Correct ? | 55 Yes | 19 No |
Answer / kittu
Varificatio:it is the process of confirming that s/w "meets
its specification".It involves reviews and meetings to
evaluate documents,plans,code,requirement and
specification.This can be done with checklist,issues lists
amd walkthroughs.
It is the examination of the process and checks r we
building the product right?
Validation:It is the process of confirming that it "meets
the user's requirements".Validation typically involves
actual testing and take place after varification are
completed.
| Is This Answer Correct ? | 56 Yes | 24 No |
Answer / mercy
Verification ensures that the application complies to
standards and processes. This answers the question " Did we
build the right system? "
Eg: Design reveiws, code walkthroughs and inspections.
Validation ensures whether the application is built as per
the plan. This answers the question " Did we build the
system in the right way? ".
Eg: Unit Testing, Integration Testing, System Testing and
UAT.
| Is This Answer Correct ? | 79 Yes | 54 No |
Answer / megha purohit
Verification takes place before validation,and not
viceversa. Verification evaluates
documents,plans,code,requirement and
specification.Validation evaluates product itself.The
inputs for verification are checklist,issues
lists,walkthroughs and inspection meetings,reviews and
meetings.The input for validation is actual testing of an
actual product.The output for verification is nearly
perfect set of documents,plans,specificationand requirement
document. The output of validation is nearly perfect product
| Is This Answer Correct ? | 39 Yes | 17 No |
Answer / chandra shekhar
verfication : A stage wise verfication of Design at
different stages thorugh test cases or reviews or any other
tool
validation: chekcing whether product designed meeting
client inputs and working as per the requirement It may be
validated by client or by practical validation on simulation
| Is This Answer Correct ? | 27 Yes | 14 No |
can you write test cases on pen?
How will be the communication between the testers and developers while found a bug?
write 3 test cases on MSWORD
what does ur FRS document conatin? brahma412@yahoo.co.in
what is meant by Inspections? what arewalkthrough?
What is network Entry procedure in WIMAX -TEch mahidra question?
what is the difference between adhoc testing, and error guessing
Write four steps for writting scenario ?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
What is the difference between system testing and integration testing?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ?
when there is a new enchancement done by the developers what will do as a tester ?