volume_mute
Component Testing — Who and How
publish date: 2026/05/30 21:26:58.109201 UTC
Complete the sentence about component testing.
The components making up the system are tested by (1). Each component is tested (2), without other system components.
Please drag and drop the selected option in the right place or type it instead
the people developing the system
independently
Correct Answer
(1) the people developing the system
(2) independently
Explanation
In component testing, components are tested by the people developing the system, and each component is tested independently from other system components. Components may be simple entities such as functions or object classes, or coherent groupings of these.
Reference
Software Engineering, Ian Sommerville, 9th edition
