Difference between Verification & Validation?
Answer Posted / 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 |
Post New Answer View All Answers
If client give you a project then which testing you will perform first
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
What are the different available models of sdlc?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
Explain the manual testing process?
What is Traditional testing & Object Oriented testing?
Can you explain the elementary process?
what types of bugs will we find out in banking projects
About Testing
What is the difference between a standalone application, client-server application and web application?