retagged by
4,541 views

4 Answers

Best answer
9 votes
9 votes

B). Validation refers to test the software as a complete product.

Verification is checking the product with respect to specifications at the end of each phase.

Testing = verification + validation

selected by
4 votes
4 votes

Answer is Validation Testing

Validation Testing

The process of evaluating software during the development process or at the end of the development process to determine whether it satisfies specified business requirements.

Validation Testing ensures that the product actually meets the client's needs. It can also be defined as to demonstrate that the product fulfills its intended use when deployed on appropriate environment.

It answers to the question, Are we building the right product?

Verification Testing

Verification is the process of evaluating work-products of a development phase to determine whether they meet the specified requirements.

verification ensures that the product is built according to the requirements and design specifications. It also answers to the question, Are we building the product right?


From- tutorialspoint.com

http://www.tutorialspoint.com/software_testing_dictionary/validation_testing.htm

 

1 votes
1 votes

ans is (b)

  1. Verification:
    The process of evaluating work-products (not the actual final product) of a development phase to determine whether they meet the specified requirements for that phase.
     
  2. validation:
    The process of evaluating software during or at the end of the development process to determine whether it satisfies specified business requirements.
Answer:

Related questions

2 votes
2 votes
4 answers
1
Anuanu asked May 30, 2016
6,494 views
A testing method which is normally used as the acceptance test for a software system, isRegression TestingIntegration TestingUnit TestingSystem Testing
8 votes
8 votes
1 answer
2
go_editor asked Jun 10, 2016
4,479 views
To execute all loops at their boundaries and within their operational bounds is an example ofBlack Box TestingAlpha TestingRecovery TestingWhite Box Testing