Configuration Management and Code Integration
publish date: 1969/12/31 00:00:00 UTC
When newly developed code is integrated into a larger system, problems may surface. Which of the following correctly explains how configuration management helps handle such integration problems?
Correct Answer
Explanation
Configuration management helps integration problems by: ensuring all developers use correct component versions through version management (preventing the wrong version from being included); tracking what changes have been made so problems can be traced to specific changes; enabling rollback to a previous working version when integration failures occur; and using problem/issue tracking to log bugs found during integration, assign them to developers, and monitor when they are fixed.
Reference
Software Engineering, Ian Sommerville, 10th edition
