Consider the following: A. Condition Coverage B. Equivalence Class…
2017
Consider the following:
A. Condition Coverage
B. Equivalence Class Partitioning
C. Volume Testing
D. Beta Testing
Match the following:
p. Black Box Testing
q. System Testing
r. White Box Testing
s. Performance Testing
Matching A, B, C, D in the same order gives:
- A.
r, p, s, q
- B.
p, r, q, s
- C.
s, r, q, p
- D.
q, r, s, p
Attempted by 71 students.
Show answer & explanation
Correct answer: A
Step 1: Condition Coverage (A) is a structural testing technique that verifies specific conditions in the code. This requires knowledge of internal logic, so it aligns with White box testing (r). Step 2: Equivalence Class partitioning (B) is a technique used to design test cases based on input domains without examining internal code, which belongs to Black box testing (p). Step 3: Volume Testing (C) evaluates the system's capacity under large data loads, categorizing it as Performance testing (s). Step 4: Beta Testing (D) is conducted by end-users in a live environment, fitting the System testing phase (q). Therefore, the correct matching sequence for A, B, C, D is r, p, s, q.