what is verification and validation?
Answers were Sorted based on User's Feedback
Answer / baba
Verification means Testing the software correctly
implements the specific function in that phase.It performs
each and every stage of SDLC.
Validation Means to ensure the software that satisfied
customer's requirements
Is This Answer Correct ? | 167 Yes | 28 No |
Answer / ashwin kumar v n
Verification - Are we building the product Right?
its the process of determining whether or not the products
of a given phase of software development fulfill the
requirements establised during the previous phase.
Validation- Are we building the Right Product?
Process of evaluating software at the end of its development
to ensure that it is free from failures & complies with the
requirements.
Is This Answer Correct ? | 135 Yes | 14 No |
Answer / balu
Verification: To ensure that the s/w correctly implements
the specific function.
Validation : To ensure that the s/w is satisfied the
customer requiremens.
Is This Answer Correct ? | 101 Yes | 20 No |
Answer / suneel reddy
Verification is nothing but to check whether our
application is based on corresponding specification or not?
Validation is nothing but to check whether our application
functionality is equal to customer requirements or not?
Is This Answer Correct ? | 64 Yes | 10 No |
Answer / tushar, pune
Verification is the process of determining if a system meets
the conditions set forth at the beginning, or during
previous activities of the software development life cycle,
correctly. These conditions are set forth in software
requirements, which are usually formally documented. The
standard for software requirements documentation is
ANSI/IEEE Standard 830. 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 process of evaluating a system to
determine whether it satisfies the specified requirements
and meets customer needs. Validation typically involves
actual testing and takes place after verifications are completed
Is This Answer Correct ? | 45 Yes | 11 No |
Answer / manjunath naik
Testing includes verification and validation:
Verifcation: building the product right.
Validation: building the right product.
Is This Answer Correct ? | 38 Yes | 10 No |
Answer / suresh.chaluvadi
Validation
-----------
1) Am I building the right product
2) Determining if the system complies with the requirements
and performs functions for which it is intended and meets
the organization?s goals and user needs. It is traditional
and is performed at the end of the project.
3) Am I accessing the right data (in terms of the data
required to satisfy the requirement)
4) High level activity
5) Performed after a work product is produced against
established criteria ensuring that the product integrates
correctly into the environment
6) Determination of correctness of the final software
product by a development project with respect to the user
needs and requirements
Verification
------------
1) Am I building the product right
2) The review of interim work steps and interim
deliverables during a project to ensure they are
acceptable. To determine if the system is consistent,
adheres to standards, uses reliable techniques and prudent
practices, and performs the selected functions in the
correct manner.
3) Am I accessing the data right (in the right place; in
the right way).
4) Low level activity
5) Performed during development on key artifacts, like
walkthroughs, reviews and inspections, mentor feedback,
training, checklists and standards
6) Demonstration of consistency, completeness, and
correctness of the software at each stage and between each
stage of the development life cycle.
Regards
Suresh.Chaluvadi
Is This Answer Correct ? | 31 Yes | 9 No |
Answer / geetha
Verification is are we building the right product? it is
static testing. this is corrective method of software
testing. This is informatl method of software testing.
before coding, testing will happen. no code will be
checked. here.
Ex:Walkthrogh, inspection,reviews, etc.
validation is have we done right product? it is dynamic
tesing. this is preventive method of software testing.
formal method of software testing. after coding,
validation will be done based on the requirement of the
client.
Ex: Behavioral or functional testing using software. real
testing.
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / kiran kumar
Verification means the evelution of documents by reviews
and meetings.Verification is Static Testing
Validation means the testing done by the tester. Validation
is Dynamic testing
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / jagadhesh
verification is the the process confirming the software
meets its specifications.
Validation means it is process confirming that software
meets its user requirements
Is This Answer Correct ? | 7 Yes | 3 No |
what is Test Factor
what are test cases for edit,add,delete,save,preview and main buttons and test scenarios
What is Manual and Automation Testing Framework
types of severity and priority explain some detailed manner ?
I u dont have SRS doc or dont have any info about product then how will u test it?
what are the different banking terms used in your project?like new acc,dormate,active accounts....
diff b/w waterfallmodel & v-model?
Can anyone give me an example for positive and negative scenario??
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
Provide and example that explains difference between usability and functional defects?
Test cases for Chat Component
what is internalization?