volume_mute

Stress Testing and Distributed Systems

publish date1969/12/31 00:00:00 UTC

volume_mute

Stress testing is particularly useful for revealing which type of defects in distributed systems?

Correct Answer

Defects that occur when the system is fully loaded, such as interaction defects between components that only appear under high traffic

Explanation

Stress testing is particularly useful for revealing defects in distributed systems that only emerge when the system is fully loaded. Under normal load, components may interact without problems, but under stress, timing issues, race conditions, and resource contention between components may cause failures that were invisible during normal testing.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears