572Software EngineeringMedium
Which testing integrates the set of classes required to respond to one input or event for the system?
Ause-based testing
Bcluster testing
Cnone of the mentioned
Dthread-based testing
Correct answer
D. thread-based testing
Explanation
Explanation: Each thread is integrated and tested individually. Regression testing is applied to ensure that no side effects occur.