78.5k views
1 vote
If the developers are releasing code for testing that is not version controlled, what process is missing?

A. Configuration management
B. Debugging
C. Test and defect management
D. Risk analysis

1 Answer

2 votes

Final answer:

The missing process is configuration management, which involves tracking and controlling changes to software, including version control.

Step-by-step explanation:

The missing process in this scenario is A. Configuration management. Configuration management is the process of tracking and controlling changes to software, including version control.

Version control ensures that code is properly managed, allowing developers to access previous versions, track changes, and collaborate effectively. By not using version control, the developers are not properly managing the configuration of the code being released for testing.

User ThreeFatCat
by
8.8k points