Which regression test selection technique exposes faults caused by modifications?
APrecision
BInclusiveness
CEfficiency
DGenerality
Correct answer
B. Inclusiveness
Explanation
Explanation: Inclusiveness measures the extent to which a technique chooses test cases that will cause the modified program to produce different output than the original program, and thereby expose faults caused by modifications.