what is validation and verification.??
Answers were Sorted based on User's Feedback
Answer / romie
Verification: It is a process of confirming that software
meets its specification. It involves reviews and meetings to
evaluate document, plan, code, requirement and
specifications. This is done using the checklists, issue
lists, walkthroughs and inspections.
Validation: It is a process of confirming that software
meets user's requirement. It is actual testing which takes
place after the verification is complete (code is complete).
Verification and validation go hand in hand. Every
verification activity have a corresponding validation
activity. Code verification/validation, functional,
integration verification/validation. Test case, plan and log
are used in the various phases of validation process. All
testing methods are used in validation process.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
verification:nothing but a document review.
(brs,srs,hld,llds)
validation:nothing but a testingphase(unit
testing,integration testing)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sravani
Verification:Typically involves the reveiws and meetings to
evaluate plans,docs,code requirements and
specifications.This can be done with the checklist,issue
lists,walkthroughs and inspections.
Validation:Typically involves the actual testing after
varification.Validation checks that the system meets the
customer's requirements at the end of the life cycle.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghavender
Verification involves reviews to check whether the
application meets the clients requirements.
Validation involves checking the application by exeuting it.
that is giving something and checking for the Valid output
according to functionality of the application
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravindra kumawat
verfication is a processs to verify that we building product
right done through by walkthrough, reviews, inspection
and validation stand for we building a right produt its a
acctul testing technique use and take place after the
verfication is complete.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / poonam
verification is Quality Assurrance activity as this
involves review processes whereas Validation is Qualilty
control activity as in this we are actually involved in
testing the product/software.
Is This Answer Correct ? | 0 Yes | 0 No |
how can u give suggestion to use automation tool to ur orgaganistion
I want to know that Test Case Document contains the positive as well as negative test cases in the same sheet or we have to create different test case document for negative test cases.
give me some brief idea about audits
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
How should you learn about problems discovered in the field, and what should you learn from those problems?
What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????
if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?
what is the output of this query selet * from employee where 1=2
What is Suspension and Resumpetion criteria?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Puzzles 1)Three geniuses stand in a file (one behind the other). Each can see only to the front, so the rear person can see the middle and the front, the middle person can see the front, and the genius in the front cannot see anyone. You have five hats. Two are white, and three are red. You blindfold the three geniuses, who are utterly truthful, and put a hat--at random-on the head of each. Then you hide the other two hats and remove the blindfolds. You then ask each genius to name the color of his hat (which he cannot see). The rear on says "I don't know." The middle on says, " I don't know." Then the front onw says, "I know." WHAT COLOR IS THE FRONT GENIUS' HAT? 2) one reasoning puzzle. 3) A monkey falls into a 30 ft well. Every day it climbs 3 ft up and falls 2 feet up. How many days will it take for it to jump out of the well.