Continuous Delivery is automation that deploys your code to a staging or testing environment for end user testing. This allows you to quickly setup your end users to test the functionality and release your changes faster.
In Salesforce terminology, an example of continuous delivery would be crea...