October 2018
Intermediate to advanced
590 pages
15h 5m
English
In this section, we will talk about continuous delivery and other two related practices—continuous integration and continuous deployment. The following diagram shows the differences between these three practices:

As you can see, the processes of these three practices can be triggered by a Code Push or Pull Request. For continuous integration, it focuses on building the code and execute those tests, including unit tests as well as integration tests. The integration test we talk about here is on the backend. To do that, we will need to start ...
Read now
Unlock full access