Regression Suite - CI/CD用語集の定義
Regression suiteは、蓄積されたテストの集合 - 多くは過去のバグごとに1つ - であり、以前は動作していた振る舞いが壊れていないことを保証するため、変更のたびに実行されます。その増大と実行時間が、shardingや影響分析の必要性を生みます。
関連ガイド
Test Impact Analysis - CI/CD Glossary DefinitionTest impact analysis selects only the tests affected by a change instead of the whole suite, by mapping code…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…
Property-Based Testing - CI/CD Glossary DefinitionProperty-based testing generates many random inputs and checks that a stated property always holds, finding e…