Print Page | Close Window

Difference between verification and validation

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=21
Printed Date: 18Jul2025 at 12:10pm


Topic: Difference between verification and validation
Posted By: merry
Subject: Difference between verification and validation
Date Posted: 10Feb2007 at 9:05am
What is the difference between verification and validation with respect to the testing?



Replies:
Posted By: rose
Date Posted: 10Feb2007 at 9:14am
 
* Verification - Are we doing the thing right? (Efficiency)

* Validation - Are we doint the right thing? (Effectiveness)
 
                 Verification ensures that you are building a product according to its requirements, specifications, and standards. For Verification, you should ask the following questions:

* Are you meeting the specified requirements?
* Are you building the product right?

                 Validation ensures that your product will be usable once it is in the marketplace. For Validation, you should ask the following questions:

* Are you meeting the operational need?
* Does this product meet its intended use in the intended environment?
* Are you building the right product?  
 
rgds
rose


Posted By: sairevathi
Date Posted: 28Sep2008 at 11:45am
validation done by the test engineers.The part of the is tested for its perfection.It is allways done after coding

verification
The process of which the roles&resposibiltes are guided &monitered to make sure that the tasks are accomplished as per the quality standards in order to ensure qualitative outcome in the end.it should start from intial phase to last phase


Posted By: rohitreddy_h
Date Posted: 04Jul2009 at 11:12am
Verification:It is the process used to  check the completeness of the  documents.Verification Techniques are reviews,walkthru's & Inspection.
          In general we use Verification Techniques on documents like FRS,Application design documents,Test plan documents,Test case documents.

Validation: It is the process used for checking Correctness of the program or applications.Validation Techniques are Unit Testing,Integration Testing


-------------
rohit


Posted By: tossy
Date Posted: 07Jul2009 at 12:57am
Verification is a process to ensure that the software that is made matches the original design. It checks whether the software is made according to the criteria and specification described in the requirement document.

Validation: Means are we doing things right.i.e we have to check whether we have developed a software as per the client requirement.





-------------



Posted By: parshant_bvcoe
Date Posted: 15Jul2009 at 2:48am
Verification ensures the product is designed to deliver all functionality to the customer; it 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. You CAN learn to do verification, with little or no outside help. Get CAN get free information. Click on a link!
Validation ensures that functionality, as defined in requirements, is the intended behavior of the product; validation typically involves actual testing and takes place after verifications are completed.

-------------
Anil Singh
http://www.softwaretestingjunction.com/
Principal Software QA Engr
Google, India


Posted By: cprasenjit26
Date Posted: 23Jul2009 at 5:17am
Very well defined by tassy.
--------------------------------------------------------------------------
http://softwareqatestings.com - Software Testing



Print Page | Close Window