what is validation and verification

Answer Posted / ramyasri

Hai...

Verification:
The process of evaluating software to determine
whether the products of a given development phase satisfy
the conditions imposed at the start of that phase.
Verification is the process of determining that a
computer model, simulation, or federation of models and
simulations implementations and their associated data
accurately represents the developer's conceptual
description and specifications


Validation:
The process of evaluating software during or at
the end of the development process to determine whether it
satisfies specified requirements. In other words,
validation ensures that the product actually meets the
user's needs, and that the specifications were correct in
the first place, while verification is ensuring that the
product has been built according to the requirements and
design specifications.
Validation ensures that ‘you built the right
thing’. Verification ensures that ‘you built it right’.
Validation confirms that the product, as provided, will
fulfil its intended use.

K,Byeee...
B.Ramyasri

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of testing can be performed on facebook login page?

1148


What is Defect Density ? What is the formula? Explain with example

36928


What if the application has functionality that was not in the requirements?

786


What should QA require of Development?

3929


According to you, when is the good time to start qa in a project?

772


Tell me in which of the software testing phase is qa involved & qc not involved?

811


iq test

1555


What is validation and verification in software testing?

878


Will automated testing tools make testing easier?

801


What is destructive testing, and what are its benefits?

908


What are the contents in test plans and test cases?

1059


What is a ‘use’ case and what does it include?

854


insurance domain interview questions ,i done project on insurance (manual testing)

23886


What is extreme programming and what is it got to do with testing?

783


We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username

1970