Again Continuous Integration
Question:
What is Continuous Integration?
- Deploying to a testing or staging environment
- Working in long-lived development branches
- The process of continuous building, testing, and integrating into the master branch
- Rapidly and safely deploying code to a production-like environment
Answer:
C - is the correct answer. After testing, this results in potentially deployable code