Property-Based Testing - CI/CD用語集の定義
Property-based testingは、すべての入力に対して成り立つべき不変条件を表明し、フレームワークにそれを反証するランダムなケースを生成させます。いかなる失敗も、それを再現する最小の例へと収束させます。
関連ガイド
Fuzz Testing - CI/CD Glossary DefinitionFuzz testing feeds a program large volumes of malformed or random input to provoke crashes, hangs, and memory…
Mutation Score - CI/CD Glossary DefinitionMutation score measures test quality by injecting small code changes and checking how many your tests catch -…
Regression Suite - CI/CD Glossary DefinitionA regression suite is the body of tests that guard against previously fixed bugs reappearing, run on every ch…