Difference between verification and validation?
Answers were Sorted based on User's Feedback
Answer / aa
Verification means whether we are building the right product?
To verify the user requirements , design , code. It includes
reviews, inspection project related documents.
Validation means whether we are building the product right?
To verify the developed application whether it meets the
user requirements and customer expectations. It includes
execution of the software.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nitinsingh
Verification->Whether the right process has been followed while developing the software.
Validation->Whether the right product has been made.Whether the product satisfies all the requirements of the customer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dhirendra
Verification is specific to customer's requirement &
Validation is specific to functionality of the application
ie. validating the functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neha
Verification -- verification means testing the product
functionality is as per the customer's requirements. This
is performed at the testers environment.
Validation - Testing the product for the required
functionality at customer's site i.e testing whether it is
working fine at end user environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / wasim
Verification is like Reviewing SRS or Use Case, Code, Test Plan, Test Cases etc
Validation is like using unit test cases for validating Code, Using Test Cases for validating system
| Is This Answer Correct ? | 0 Yes | 0 No |
Can some one tell me what is test environment? And What is test set up?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
How do u prepare test environment for ur application?
what is the architecture for your project?
levels of testing
what does 80hz refresh rate indicates?
What is the difference between client server and web based testing?
How do you evaluate the quality of software?
How do we estimate the number of test cases?
what are the advantages of waterfall model over V-model??