September 2017
Intermediate to advanced
244 pages
6h 44m
English
We will have deployments automated. We will use continuous delivery tools. Continuous delivery is a process in which there are frequent deliveries with short cycles, and it ensures that software can be reliably released at any time. It aims to release software faster and minimize risk with a build, and test and release software frequently approach.
Continuous delivery takes automation from source control all the way through production. There are various tools or processes that help in accomplishing a continuous delivery process. However, two important things in this are as follows:
First of all, before committing to code, a developer should run their tests (most importantly, unit tests) while ...
Read now
Unlock full access