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 |
what is remedy testing, explain that and how can use that
Hi frnds im Priyan.in interviews they are one question 4r me. " AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? ".. can any one gve answer perfect answer ? tank u .. reply me plss
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.
Orthogonal Arry Testing?
if the bug is reproducible then what is the status that u have given to the developer
5 Answers Jeevan Technologies, QA,
Mapping the test cases with the requirement. What is this process called?
What is Glass Box testing?
Can you please provide me the answers for google page, yahoo home page, elevator, traffic signals. Thanks, Rama
What is meant by SIT?
What is the major difference between database testing and datwarehouse testing ?
1)in peer reviews we will verify our colleagues test cases, then it sent to client, then client what reviews perform(whats client feed back)on that test cases? 2)disadvantages of adhoc testing?3) in defect life cycle there are 2 states know verify, close states,difference?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.