Match the following data :
2025
Match the following data :

- A.
P - (ii), Q-(iii), R-(i), S-(iv)
- B.
P-(iii), Q-(iv), R-(ii), S-(i)
- C.
P-(iii), Q-(i), R-(iv), S-(ii)
- D.
P-(iii), Q-(i), R-(ii), S-(iv)
Attempted by 39 students.
Show answer & explanation
Correct answer: C
Condition coverage is a white-box testing technique that ensures each boolean condition in code evaluates to both true and false. Equivalence class partitioning is a black-box testing method that divides input data into valid and invalid groups. Volume testing checks system performance with large amounts of data, falling under performance testing. Alpha testing is an internal system test performed before beta release.