Test Impact Analysis - CI/CD Glossary Definition
Test impact analysis uses a dependency map between code and tests to run only the subset a given change can affect, dramatically cutting CI time on large suites while preserving the relevant coverage.
Related guides
Regression Suite - CI/CD Glossary DefinitionA regression suite is the body of tests that guard against previously fixed bugs reappearing, run on every ch…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…
Quarantine - CI/CD Glossary DefinitionQuarantine moves a known-flaky test out of the blocking suite so it no longer fails the build, while still ru…