What is validation and verification? What is different
between them?
Answers were Sorted based on User's Feedback
Answer / mahesh
Verification is monitoring the process of software
development and validation is validating the software with
respect to the requirements.
Verification is software quality assurance
Validation is software quality control
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / sagar
Verification ( static testing )...
- which systematically done by reading contents of software
product with intention of finding defects..
- confirming that software meets its product specification..
validation ( dynamic testing )...
- which systematically done by executing/testing the software
product with intention of finding defects...
- confirming that software meets its User requirements..
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / indiran
Validation:
To check whether we are built the right product. its is
process oriented.
Veritifation: To check whether we are built the prodcut
right. its product oriented.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nambi
As per FDA, verification is defined as "confirmation by
examination and provision of objective evidence that
specified requirements have been fulfilled" where as
validation is "establishing by objective evidence that all
the software requirements have been implemented correctly
and completely and are traceble to system requirements".
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kumaresh
Validation: The Act of demonstrating that a work item is in
compliance with the original requirement.
Verification: The Act of demonstrating that a work item is
satisfactory by using its predecessor workitem.
s.j.kumaresh
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / m.v.anil kumar
Verification:Are we develope the product right?
i.e here our concentration is on proccess to develope the
product,which belongs to developers end.
validation: Are We develope the right product?
i.e.here our concentration is on product.
i.e whether the developed product is right product or wrong
product, which belongs to testing end.
Genaral example for verification: take marketing
proffessionals and client relation.
being a Marketing proffession always we need to think
about sale only like how much we need to reach monthly
target,half yearly target,yearly target,if we think the
quality of the product we cant sale that,
Genrl example for Validation:WHEN WE PURCHASED ONE PRODUCT
BEING THE CLIENT WE ARE THE RIGHT PERSONS TO THINK ABOUT
QUALITY.
SUMMARY:IN ABOVE EXAMPLE MARKETING PROFFESSIONS LIKE
DEVELOPES,
AND CLIENT IS RELATES TEST ENG.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / triveni
to check whether the system is designing according to
client requirement or not it is called verification.
int this verification the foolowing are there.
1.walkin
2.inspection
3.meetings..etc
validation means to check whether the system is working
according to the client requirement or not it is called
validation.
it is wrong please reply me.my no is9440385958
Is This Answer Correct ? | 3 Yes | 4 No |
Answer / raji
reviews on brs,srs,hld&llds is validation and
coding,integration,systemtesting and uat all are
verification.validation isreview on documents.verification
is executing the s/w to reach requirementsand expectations
Is This Answer Correct ? | 2 Yes | 3 No |
Which model is following in your company for developing software?
What is Desktop Testing
How will you test language converter e.g. (English to Spanish) without Automation tool? OR What are the test cases or scenarios for language converter? Conditions: 1. without Automation tool, 2. You know only English language. 3. Make sure the tests should produce 80-90% pass result.
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
How do you write DEFECT REPORT?
How to find that tools work well with your existing system?
what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?
what is crud testing ?
what is batch testing?
What is alpha testing?
what is system testing?
can u tell me what is orthogonal array testing?