Demo

Definition:

The main purpose of a demo, is to test and evaluate the full system in various environment. The demo helps people to measure what has been built so far ,and adapt what will be built next. The demo is a way to get quick feedback needed to build the right solution.

Further Reading:

  • Product Demos That Sell Book by Steli Efti

Continuous Deployment

Definition:

Continuous Deployment is the third element in the four-part Continuous Delivery Pipeline that comprises of: Continuous Exploration, Continuous Integration, Continuous Deployment, and Release on Demand. It is the process that takes validated Features from Continuous Integration, and deploys them into the production environment, before testing and release date.

Further Reading:

  • Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation book by Jez Humble