In Continuous Integration, regular _______ ensures that the new code changes do not introduce defects.

  • Deployment
  • Documentation
  • Merging
  • Testing
Regular "Testing" in Continuous Integration ensures that the code changes made by developers are validated and verified to work as expected. This prevents defects from being introduced into the mainline and assures code quality in the final product.
Add your answer
Loading...

Leave a comment

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