_________ testing in CI/CD ensures that API changes are backward compatible.

  • Acceptance Testing
  • Integration Testing
  • Regression Testing
  • Unit Testing
Regression testing in CI/CD verifies that new code changes do not negatively impact existing functionalities. It helps ensure that API changes do not introduce bugs or break existing functionality, maintaining the backward compatibility of the system. This is crucial for a reliable CI/CD pipeline.
Add your answer
Loading...

Leave a comment

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