The practice of automatically testing code changes before merging them into the main branch is known as Continuous _______.
- Delivery
- Deployment
- Integration
- Testing
The correct term is Continuous Integration (CI). This practice involves automatically testing code changes as they are integrated into the main codebase, ensuring that the new code does not break existing functionality.
Loading...
Related Quiz
- Which of the following is NOT an authentication factor?
- A _______ attack aims to overload a system's resources, making it unavailable to users.
- In multi-version concurrency control (MVCC), each transaction sees a _______ snapshot of the database.
- What is the main concept behind Object-Oriented Programming (OOP)?
- What are the drawbacks of using caching in web applications and how can they be mitigated?