volume_mute

What System Testing Should Focus On

publish date2026/06/18 05:28:22.378317 UTC

volume_mute

System testing should focus primarily on which of the following?

Correct Answer

Testing the interactions between the components and objects that make up a system

Explanation

System testing should focus on testing the interactions between the components and objects that make up the system. Individual unit tests check component behavior; system testing checks that components interact correctly and that emergent system behavior is as expected. Interaction testing helps discover bugs that are only revealed when a component is used by other components.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears