Trunk Based CI
Trunk-based CI is a source-control and continuous-integration practice in which developers integrate small, frequent changes directly into a single shared branch (the trunk) rather than working in long-lived feature branches.
5 resources across 1 library
Glossary Terms(5)
Feature Toggle
A feature toggle (also called a feature flag) is a conditional switch in code that turns a feature on or off at runtime without requiring a new deployment.
Trunk-Based CI
Trunk-based CI is a source-control and continuous-integration practice in which developers integrate small, frequent changes directly into a single shared bran…
Shift-Left Testing
Shift-left testing is the practice of moving software testing activities earlier in the development lifecycle — closer to when code is written — rather than de…
Smoke Testing
Smoke testing is a quick, shallow set of tests run after a build or deployment to verify that the most critical functionality works and the system is stable en…
Continuous Verification
Continuous verification is the practice of continuously and automatically validating that a system's behavior, performance, and reliability meet expectations t…