SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the practice of releasing your new code to production commonly known as?​
A
Continuous Integration​
B
Continuous Delivery​
C
Continuous Deployment​
D
Infrastructure as Code​
Explanation: 

Detailed explanation-1: -Continuous deployment is a strategy for software releases wherein any code commit that passes the automated testing phase is automatically released into the production environment, making changes that are visible to the software’s users.

Detailed explanation-2: -Continuous Deployment (CD) is the process that takes validated Features in a staging environment and deploys them into the production environment, where they are readied for release.

There is 1 question to complete.