Q2)What’s the difference between continuous delivery and continuous deployment?
#I)Continuous delivery happens in production while continuous deployment is part of staging.
#II)Continuous delivery is managed by developers while continuous deployment is managed by product owners.
#III)Continuous delivery is the next step of continuous deployment, during which changes are manually added to a release
#IV)In continuous deployment, every change that passes the automated tests is deployed to production automatically while in continuous delivery this is a manual step.
Waight for a second to see the Answers
Q1)What characterizes continuous integration as a development process?