This document provides an overview of testing in a continuous delivery pipeline presented by Gene Gotimer of Coveros, Inc. It discusses balancing early testing with rapid feedback and avoiding late surprises. Testing is broken into three stages: commit stage focuses on unit testing and rapid feedback for developers; acceptance stage expands testing for quality and viability for production; and end game focuses on delivery testing prior to release. The goal is to do just enough testing early to determine if further testing is needed later in the pipeline.
Related topics: