what is the diffrence b/w verification and validation?
Answers were Sorted based on User's Feedback
Answer / sarika
1.verification means examing the document and finding a
error
2.am i building product right
3.it is low level activity
4.methods used in inspections,walkthrough,per review
validation means excuting the document and finding a defect
2.am i building right product
3.it is high level activity
4.methods used in black box and white box
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / v5
Verification is process oriented. It involves the process
and procedures followed. Its a preventive action.
Eg: walkthrough, inspection, review checklists...
Validation is product priented. It is ths actual testing of
the product.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / varshab
Verification means conformance to requirements.In this we
ensure software should meet its requirement.It is static
testing.e.g walkthrough,reviews & inspection.
Validation is carried out to ensure software's fitness for
use.It is dynamic testing. e.g black box,white box etc.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nehisha
Verification is doing the right job.
Validation is doing the job right.
Implies, if there is an application to test, verification
means, testing the correct application, whereas, validation
means, testing the application correctly with correct
testing methods.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / samratreddy
verification:verification is building a right producu/right
application
validation: validation is building the product/application
right
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shiva
Software testing is used in association with verification
and validation:
* Verification: Have we built the software right (i.e.,
does it match the specification)?.Its process based.
* Validation: Have we built the right software (i.e., is
this what the customer wants)?.Its product based.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kanishk
Validation : The product built is correct to client
Requirement.
Verification : The software built is correct to what
requirement we have understood.
Is This Answer Correct ? | 1 Yes | 0 No |
write test case for login window
what is inter operative testing?
after inserting the record in front-end,how will u check the backend manually?
Any one can send the Test Plan Tempelate to this id raj_kan1979@yahoo.co.in
What is test summery report and it content?
what is containment mechanism
differentiate test case and test script
What is Changing requirement?
which kind of testing you are performing in diffrent phases of SDLC
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
what should we do if the developer rejects the bug?
What are teh characters of a good tester