Category: Software

Continuous Integration, Continuous Delivery and automated tests are instrumental in providing real value to users fast. That is why in the picture we have a vertical step at the start of the project: that will be the time when we will collect the project stakeholders and discuss what the software should do.

It does everything that is done in Waterfall breaking down a big deliverable into smaller deliverables and by having sprints.

Continuous Integration and Continuous Delivery ensure that the overhead of deployments won’t become a burden by automating the steps needed in order to do them.

The time that will be spent on coding tests will be the time the team won’t need to spend fixing bugs.

Related Articles