Term Kind Topic What it is
Contract Verification Gate practice Contract Testing at Scale A provider's pipeline stage that replays every consumer's recorded expectations and fails the build if any would break.
Definition of Done practice Quality Gates The agreed, explicit conditions under which work is finished, which functions as a quality gate only when it is automated and non-negotiable.
Non-Functional Acceptance practice Non-Functional Test Strategy Treating quality-attribute targets as acceptance criteria with automated verification, so a release can fail on latency the way it fails on a broken feature.
Shift-Left Security practice Security Testing in the Pipeline Moving security checks earlier so findings arrive while the author still has context, on the condition that the signal-to-noise ratio justifies it.
Synthetic Monitoring practice Testing in Production Continuously executing a real user journey against production from outside it, so a broken journey is detected before a user reports it.
Test Data Provisioning practice Test Data Management Getting each test the data it needs, in a state it can rely on, without copying production personal data into a weaker environment.
Test Quarantine practice Flaky Test Management Moving an intermittently failing test out of the blocking suite into a tracked, owned backlog, so a red build keeps meaning something.