Multiple choice

Match the following column and choose the correct option.

Column-I
(Type of testing) Column-II
(Specifications)
A. Unit Testing (i) Low-level design
B. Functional Testing (ii) Ad-hoc
C. Acceptance Testing (iii) Requirement Analysis
D. Beta Testing (iv) High-level design

  1. A - (i), B - (iv), C - (iii), D - (ii)

  2. A - (iv), B - (i), C - (ii), D - (iii)

  3. A - (ii), B - (iii), C - (i), D - (iv)

  4. A - (ii), B - (iv), C - (iii), D - (i)

  5. A - (i), B - (iii), C - (iv), D - (ii)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unit Testing is a low level design and is done by programmer(white box). Functional Testing is a high level design and done by independent tester(Black box). Acceptance is requirement analysis and is done by customer(black box). Beta testing is Ad-hoc and is done by customer(black box). It is the correct answer.