what is the difference between verification and validation ?
Answers were Sorted based on User's Feedback
Answer / jtatavarti
"Verification" ensures the product is designed to deliver
all the functionalities to the customer. It typically
involves reviews and meetings to evaluate documents, plans,
code, requirements, and specifications. This can be done
with checklists, issues lists, walkthroughs and inspection
meetings.
"Validation" ensures that functionality, as defined in
requirements, is the intended behavior of the product;
validation typically involves actual testing and takes place
after verifications are completed. Validation takes place
during or at the end of the development process.
So to the BEST of my Knowledge, the difference between
Verification and Validation is:
1) Verification takes place before validation, and not vice
versa.
2) verification evaluates documents, plans, code,
requirements, and specifications. Validation, on the other
hand, evaluates the product itself.
3) 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.
4) 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 a nearly
perfect actual product.
Is This Answer Correct ? | 39 Yes | 2 No |
Answer / sachin
Verification is the process of determining, " Am i building
the product right".
Validation is the process of determining, " Am i building
the right product".
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sudhakar8
Verification is process of confirming whether software
meets its specifications.
Validation is process of confirming whether software meets
user requirements.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shweta
To check that u have build the right system is called
vaildtion
To check that u have to build the system right is called
verification
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / hitesh t patel
Verification ensures the product is designed to deliver all
functionality to the customer; it typically involves
reviews and meetings to evaluate documents, plans, code,
requirements and specifications; this can be done with
checklists, issues lists, and walkthroughs and inspection
meetings.
Validation ensures that functionality, as defined in
requirements, is the intended behavior of the product;
validation typically involves actual testing and takes
place after verifications are completed.
Is This Answer Correct ? | 3 Yes | 1 No |
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.
what is the difference between smoke testing and sanitry testing
What is test schedule?
What is 'fish pond analysis' with respect to software testing?
What is fault tree analysis?
Mention what the different types of test coverage techniques are?
what is the goal of system testing?
9 Answers MBT, Mind Q Systems,
What is a test configuration manager?
What is data flow analysis?
Explain interface?
What is the difference between functional test type and navigation test type?
What is a test plan? can we do without a test plan this was askes in tcs interview pls tell me fast by janaki