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
What are the types of testing can be performed on facebook login page?
What is Defect Density ? What is the formula? Explain with example
What if the application has functionality that was not in the requirements?
What should QA require of Development?
According to you, when is the good time to start qa in a project?
Tell me in which of the software testing phase is qa involved & qc not involved?
iq test
What is validation and verification in software testing?
Will automated testing tools make testing easier?
What is destructive testing, and what are its benefits?
What are the contents in test plans and test cases?
What is a ‘use’ case and what does it include?
insurance domain interview questions ,i done project on insurance (manual testing)
What is extreme programming and what is it got to do with testing?
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