Difference between Verification & Validation?
Answers were Sorted based on User's Feedback
Answer / priyanka
verification-
1 it emphasize on building the product right.
2 it is a low level activity.
3 it only checks the correspondence between a program and
its specification.
4 we do the Defect Testing to uncover errors.
validation-
1 it emphasize on building the right product.
2 it is a high level activity.
3 it checks that whether the software is operationelly
useful or not.
4 we do the Validation Testing to meet the customer
requirements.
Is This Answer Correct ? | 21 Yes | 8 No |
Answer / abdullah
Verification: To ensure that we have built the product
according to Customer specifications or not.
Validation: To ensure that the product is working fine or not.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rashmi rai
verification is simlpy a method by whch we check that is we
are making the things right or not?means applying right
procedure or not,committing any mistakes or not and so on.
Validation is a process by which we check that is we are
making the right product or not,means the produt we are
making is as per as the client requirement or not.
Is This Answer Correct ? | 10 Yes | 5 No |
Answer / nishu
verification:
system is right or wrong
validation:
system is write or wrong with respect to customer's
requirements
Is This Answer Correct ? | 12 Yes | 7 No |
Answer / sehrish
verification is something which is in which we verify that either we are getting right output or not. e.g: if we have two numbers 3 and 5 and we add them. to check that either it is giving right output or not is verification
validation is something that we validate either the inputs and functionality of software is accurate or not.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dakshina moorthy k. c
verification : we have to check whether we are implementing
right process.
validation: we have to check whether we have developed a
software as per the client requirement.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rakesh tiwari
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 ? | 4 Yes | 2 No |
Answer / jrk
Verification - process evalution
Validation - product evalution
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kompallysuresh
Verification(QA): It is to check are we developing in the
right way.
Validation(QC): It is to check are we developed the right
application.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deepak
Verification - Suppose, as per requirement we r supposed to
design a view with define number of values. So, to check
whether the view has that particular values on the view or
not.. this process is known as Verification. Verification of
Requirements.
Validation - Now, we need to test the view whether that
values defines on the view are functioning properly or not.
This process is known as Validation. Validation of
functionality.
Please correct me if I am wrong.
Is This Answer Correct ? | 8 Yes | 7 No |
What is the difference between Build and Version?
Performance testing is coming under Functional testing?
1.what is meant by functional and GUI testing?
What can be done if requirements are changing continuously?
What is meant by Domain knowledge?What are the Domains?How many types of Domains are there?
What can you tell about the project if during testing you found 80 bugs in it? or What is the V-Model Development Method and do you agree with this model?
Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.
Explain Bug/Defect Life cycle?
what will you do in review meetings?
As i know Tester must hv to submit the test cases, test report, bug report,test results to his/her manager. So i question is What we write in test report and what else document we hv to submit to the Pm/TL.
can u please give me any good examples of high priority and low seviarity and vice versa
What is the difference between Smoke & Sanity Testing.