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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *