Match List I with List II List I A. Scenario testing B. Regression testing C.…
2023
Match List I with List II
List I
A. Scenario testing
B. Regression testing
C. Component testing
D. Beta testing
List II
I. To verify the I/O behavior of text object
II. User acceptance methodology
III. No new bugs after changes in program
IV. The documentation of a use case
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–IV, B–I, C–IV, D–II
Attempted by 185 students.
Show answer & explanation
Correct answer: C
A. Scenario testing → IV. The documentation of a use case
→ Scenarios are derived from use cases.
B. Regression testing → III. No new bugs after changes in program
→ Ensures modifications do not introduce new defects.
C. Component testing → I. To verify the I/O behavior of test object
→ Tests individual modules/components in isolation.
D. Beta testing → II. User acceptance methodology
→ Performed by real users before final release.
A video solution is available for this question — log in and enroll to watch it.