Fuzz Testing - Definição do Glossário de CI/CD
Fuzz testing alimenta repetidamente um alvo com entradas aleatórias ou mutadas (muitas vezes guiadas por cobertura) para expor crashes, travamentos e comportamento indefinido; a CI executa fuzzers continuamente para reforçar parsers e código sensível à segurança.
Guias relacionados
Property-Based Testing - CI/CD Glossary DefinitionProperty-based testing generates many random inputs and checks that a stated property always holds, finding e…
Regression Suite - CI/CD Glossary DefinitionA regression suite is the body of tests that guard against previously fixed bugs reappearing, run on every ch…
Core Dump - CI/CD Glossary DefinitionA core dump is a snapshot of a crashed process’s memory written to disk, so engineers can load it in a debugg…