volume_mute
Testing in Incremental Development
publish date: 2026/05/30 21:26:59.301641 UTC
volume_mute
In an incremental approach to development, how should testing be organised?
Correct Answer
Each increment should be tested as it is developed, with tests based on the requirements for that increment
Explanation
In an incremental approach, each increment should be tested as it is developed, with tests based on the requirements for that specific increment. In extreme programming, tests are even developed along with requirements before development starts.
Reference
Software Engineering, Ian Sommerville, 9th edition
