volume_mute

New Build Acceptance Rule

publish date2026/06/04 11:00:4.231282 UTC

volume_mute

When a programmer builds the system to create a new version in XP, what rule must be satisfied before the new build is accepted?

Correct Answer

The new build is accepted only if all existing automated tests as well as the tests for the new functionality execute successfully

Explanation

When a programmer builds the system to create a new version, they must run all existing automated tests as well as the tests for the new functionality. The new build is accepted only if all tests execute successfully. This then becomes the basis for the next iteration of the system.

Reference

Software Engineering, Ian Sommerville, 9th edition


Quizzes you can take where this question appears