volume_mute

What Component Testing Focuses On

publish date2026/06/18 03:56:36.491881 UTC

volume_mute

When testing composite components made up of several interacting objects, what should testing focus on?

Correct Answer

Showing that the component interface or interfaces behave according to specification

Explanation

Component testing should focus on showing that the component interface behaves according to its specification. Individual object unit tests are assumed to be complete. Interface errors in composite components may not be detectable by testing individual objects because they result from interactions between the objects.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears