What is verification & validation?
Answers were Sorted based on User's Feedback
Answer / madhavi
verification:
--ARE WE BUILD PRODUCT RIGHT
--it is done by QA
--it is oriented towards preventive
--it is done by walk throughs and inspections
--it is quality process , identifying the errors and
suggesting improvements for the same
validation:
--ARE WE BUILD RIGHT PRODUCT
--it is done by qc
--it is oriented towards detection
--it is done by testing
--it is quality product ,identifying the errors
and suggesting to improve
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jai ganesh.m
verification:
*Beofore validation we have to do verification.
*comparing the customer document and our document to check
wheather its correct or not.
*It won't talk about the functionality of the screen.
*wheather the screen is designed to the customer
requirement or not.
Validation:
*Running the application and test the application
*Testing the s/w functionality wheather it is working or
not.
*wheather the s/w is supporting the customer requirement or
not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vimal
Verification: It is a process confirming that software
meets its specification document. It basically involves
walkthroughs, review and inspection. QA team members define
the process as per the specification.
Validation: It is a process confirming that software
meets its user requirements. It basically involves testing.
Validation technique done after verification process. QC
team like testers they r going to implementing the process
defined by QA team.
Verification is QA activity which ensures that the software
product is designed to deliver all the functionality
whatever mentioned in the requirement specification
document. Reviews, walkthroughs and inspections are its
techniques. It is a preventive phase.
Validation ensures that whatever mentioned in the
requirement specification document should be the intended
behavior of the software. Validation is actual testing. It
is a corrective phase and is QC activity.
Vimal
Software Test Engineer
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / a.r.umesh
verification and validation
It is widely used model. Here writing test plan’s and
test cases starts at the initial phase i.e. during
designing phase of SDLC and the test cases execution is
done after coding.
This is an up gradation of ‘V’ Model only, in this
model at every stage a review is done. i.e the reason it is
called as validation and verification Model.
umesh
tejasoft pvt ltd
| Is This Answer Correct ? | 3 Yes | 0 No |
Verification:Are we build system Right
it is typically involves reiews,walkthroughs,inspections
it is done by QA
Validations: Are we build Right system
it is typically involves actual testing and takes place
after
verifications are completed.
it is done by qc
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ashokkumar
Verification 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
typically involves actual testing and takes place after
verifications are completed. The term 'IV & V' refers to
Independent Verification and Validation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / priya
verification is the process of proving or demonstrating
that the program correctly satisfies the specifications.
“each step of the development process correctly echoes the
intentions of the immediately preceding step.”
Validation: Validation is the process of evaluating
software, at the end of the development process, to ensure
compliance with requirements.
that the verification community also uses the term
validation to differentiate formal functional verification
from extensive testing of a program against its
specifications
| Is This Answer Correct ? | 0 Yes | 0 No |
Why must we test cookies?
Are number of defects more in design phase or coding phase?
what are the testing appraoch that you have tested for Bread toaster
whatis testing?
What is the difference between Spiral Model and V-Model
tell about build process???how do u get abuild?? what u l do when u get a build??
what is the test case for bank check leaf??
in your project which Tull you are using and what is the version and URL?
If tester report a bug & developer is saying this is not a bug. What sud tester do in this situation??
What is bottom-up approach?
what is differnec between the Acceptance test plan and System test plan?
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)