Description of Continuous Integration
Question:
Which of the following best describes Continuous Integration?
- The practice of merging all developers' working copies to a shared mainline several times a day
- The practice of deploying code to production automatically
- The practice of testing code only once before deployment
- The practice of using virtual machines in development
Answer:
A - is the correct answer