What is Verification and Validation ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Verification:IS the product build right
verification is the process which is done before code is
developed.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:Is the right product build.
Validation typically involves actual testing and takes
place after verifications are completed.
K,Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / swarna
Verification:
Are we build the right product?
Validation:
Are we build the Product right?
| Is This Answer Correct ? | 1 Yes | 0 No |
Verification- Provision through objective evidence that
output of a phase in s/w development life cycle meets the
req specified at the start of that phase. Verification looks
for correctness, completeness, consistency. Verification is
a defect prevention activity. Verification mainly applies to
the process used to develop projects. It is also called as
Quality Assurance activity. e.g. different types of reviews.
Validation- Provision through objective that output of a
given phase in S/W development life cycle satisfies the
customer req specified at the start of the phase. Validation
refers to the actual conventional testing we do. Validation
applies to the product. Validation is a defect detection &
correction activity. Black Box testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
Verification/Quality Assurence/Un-conventional/SDLC:
It is the procress of verifing that developers
develop right product (or) not.
Verification can be done by reviews and walk throughs
Verification is a prevention activity.
Verification is carried out by Quality Assurence Team
Members.
Validation/Quality Control/Conventional/STLC:
It is the procress of finding bugs to make sure that
the application is work under customer expectations r not.
Validation is a Correction Activity.
Validation is carried out by Quality Control Team
Members.
| Is This Answer Correct ? | 0 Yes | 1 No |
How would you do Security Testing for web application?
Why we have to do manual testing?
Give an example of high severity and high priority bugs?
how to prepare Test Environment for an application ?
When to start Software Testing?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
Can anyone explain about agile software methodology...
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
how will you test transfer funds module...explain in detail
What is the best way to answer, what is test scenario, strategy and test plan
what is release notes?and when it is prepared and who prepares that?.
What is integration testing