A startup wants to ensure that their application's codebase is always in a deployable state. They are looking for a practice that emphasizes automated testing and continuous feedback. Which approach should they adopt?

  • Continuous Delivery
  • Continuous Deployment
  • Continuous Integration (CI)
  • Test-Driven Development
Continuous Delivery emphasizes automated testing, continuous feedback, and ensuring the codebase is always deployable but doesn't deploy automatically to production.
Add your answer
Loading...

Leave a comment

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