Difference between Verification and validation.
Answers were Sorted based on User's Feedback
Answer / ss321
Validation is the the exact testing what we do.
Verification is the work which Quality assurance people do,
they will verify if we are following the correct process.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jack
Validation is a different set of activities to ensure that
the Software that has been built is traceable to customer
requirements.
Eg. Unit Testing, Integration Testing, System Testing.
Verification is a set of activities to ensure that the
software correctly implements a specific function.
Eg. Requirement Gathering & Analysis phase comes under
verification.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jitendra
Verification is a process of verifying all we developing right
product or not.
And validation is a process of validating the developed product is right or not.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a test closure?
why we perform stress-testing,resolution-testing and cross- browser testing?
how do you convert use cases into test cases?
Functional testing?
What is difference between SCSI-2 and SCSI-3 Standard?
How u r managing the time constraints in completing the project?
What is test schedule?
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.
Explain 'Software metrics'?
How you would allocate a task to team members?
Explain what test deliverables is?
I need to learn everything I can about the different types of Test Activities (i.e., Test Strategy, Test Plan, Test Cases, etc.). What is the best online resource?