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 |
Difference between Test scenario and test cases?
what r the qualities of a tester?
Hi everyone, My name is Salil Mishra. I am having 1.7 years of experience in manual testing. But as i m 2008 passout, there are limited position for me in the companies. Please help me out in getting a good job guys..I f you find something then please mail me at salilmishra29@gmail.com
i live in australia and i have come to india for holiday and i want to give my ISTQB exam so which is preferrable?giving exam in INDIA /AUSTRALIA?Does it really matters?
what is the path for test director,where the test cases are stored ?
Give example for usability testing ?
Test Cases For Router&Switch
difference between smoke testing & sanity testing?
What You will do after you find a bug ?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?
Can you explain random/monkey testing?