What is verification and Validation?
Answers were Sorted based on User's Feedback
Answer / abhishek
verifiaction is the process confirming that software meets
its specification
it involves review, walkthrough and inspection
validation is the process confirming that software meets
its user reqiurement
it basically involves testing(unit,integration,system and
acceptance)
it is generally done after verification
Is This Answer Correct ? | 3 Yes | 0 No |
Verification means are we building the right product, and
Validation means are we building the product right.
Is This Answer Correct ? | 3 Yes | 0 No |
verification is nothing but review and meeting to evaluate
document,plan,code,requirement and specification.this can
be done by using checklist,issue list,walkthrough and
inspection meeting.
validation typically involves actual testing takesplace
after verificatuion process completed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dinesh
Its comes under the V-MODEL
V-Model it will contain 2 phases what the above Q will we
have
Req \ / Acceptence Testing
Verification \ / System Testing
\ /
HLd \ /==> Validation
\ /
LLD \ / System Integration Testing
\ /
COding \/ Module leveltesting
As a testers we are followed by V-model only because it
Moves both Testing And Devolepment activities parlily
Verification is process to control the Quality of the
application from the Procespective side which involves
reviews ,Meetings, and walkthrough..
Validation is a process of controlling qulity of the
application from the Implementation side
Validation will give the detail information about Testing
Actrivities .
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dinesh
Hi Vibha Your answar is some what confusing..
can U pls clarify it .
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k.chandra sekhar
a) Verification is nothing but whether the system
right or wrong by check the walkthrough, reviews,
inspection is called the verification.
b) The verification phase complete involving the
developers.
c) Validation is nothing whether the system right or
wrong, with respect to customer requirements is called the
validation.
d) The validation phase complete involving the testers
only.
My name is k.chandra sekhar
My phone no is 09246540049
I am in hyderabad
My mail id is ndra_143@yahoo.co.in
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devi
verification is nothing but to check the
code,reivews,doucments as per the requiremnets...
validation is actual testing,,,,to check the customer
satisfaction and also should be error free..
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhavya_b
Verification means are we building the product right. So,
here our concern would be to check whether the product has
been developed through the right process
Validation means are we building the right product. So,
here our concern would be check whether the right product
has been build. Whether the functionalities are right. It
is basically the determination of the correctness of the
final product.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siji
verification is the process to determine whthr v r building
the right product nd it meets the specification.IT is also
called static testing.Involes walkthrough,inspection and review.
validation dis the process that determine whthr product
build is right?..it is also called dynamic
testing..involves..unit testing,integration testing and
system testing.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hima7
verification:
it is a process of checking whether each and every row in
the organization is working according to the given
guidelines or not.
vallidation:
it is a process of checking whether the developed product
or its related parts are working to the requirements or not.
Is This Answer Correct ? | 0 Yes | 0 No |
what is boudarary value analysis? what is the use of it?
How do u prepare test environment for ur application?
what is the project strategy
Hey all,in a web applications,i am typing the URL in the browser and entering the Username & password.After clicking Login button,where the authentication will happen & how (i mean how is the process goes on...browser,web server,DB server level)...Pls answer...
Once the build is given to the tester,what are the test he is going to conduct list them in chronological order .....its urgent
Tell me example for Risk,Mitigation,Assumption?
what is use case
what are testing types involved in black box and white box testing...
How will you maintain your team to get proper Qty (I am lead for testing team)?
Should we test every possible combination/scenario for a program?
what is the difference between test plan and test strategy. can anybody give me a template for test strategy
difference between v-model and refinement form of v-model?