146k views
5 votes
Match:

List I :
a. Scenario Testing
b. Regression Testing
c. Component Testing
d. Beta Testing iv. The documentation of a use case
List II :
i. To verify the I/O behavior of a text object
ii. User acceptance methodology
iii. No new bugs after changes in the program

Choose the correct answer from the options given below:

a) a-iv, b-iii, c-ii, d-i
b) a-ii, b-i, c-iii, d-iv
c) a-iv, b-iii, c-i, d-ii
d) a-iii, b-i, c-iv, d-ii

User Dave Goten
by
8.5k points

1 Answer

3 votes

Final answer:

The correct answer is option c, which accurately matches the types of software testing with their corresponding descriptions: scenario, regression, component, and beta testing with appropriate user acceptance and verification methods.

Step-by-step explanation:

The correct answer is option c, which pairs each type of testing with its respective description. Scenario testing is indeed the documentation of a use case, so it pairs with iv. Regression testing ensures no new bugs appear after program changes, which matches with iii. Component testing verifies the input/output behavior of a program component, so it pairs with i. Finally, beta testing is a user acceptance methodology, aligning it with ii.

The correct answer is option c) a-iv, b-iii, c-i, d-ii. The matching between List I and List II is as follows:

a. Scenario Testing - iv. The documentation of a use case

b. Regression Testing - iii. No new bugs after changes in the program

c. Component Testing - i. To verify the I/O behavior of a text object

d. Beta Testing - ii. User acceptance methodology

Therefore, the correct matching is:

a-iv, b-iii, c-i, d-ii.

User James Nelli
by
8.4k points