volume_mute

Component Interface Testing Model

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

volume_mute

The diagram below illustrates component interface testing where components A, B, and C have been integrated.

Test cases A B C

Where are test cases applied in component interface testing?

Correct Answer

To the interface of the composite component created by combining A, B, and C

Explanation

In component interface testing, test cases are applied to the interface of the composite component, not to the individual components A, B, or C. Interface errors in the composite component may not be detectable by testing the individual objects because these errors result from interactions between the objects.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears