Sanity Test - Definição do Glossário de CI/CD
Um sanity test é uma verificação estreita e focada de que uma mudança nova específica ou uma correção de bug se comporta como esperado, sem reverificar o sistema inteiro.
Como ele difere
Um smoke test confirma amplamente que o build está estável; um sanity test confirma de forma estreita que uma função ou correção está coerente após uma mudança.
Guias relacionados
Smoke Test - CI/CD Glossary DefinitionSmoke Test: A smoke test is a quick, shallow check that the most critical paths work at all, run first so an…
Regression Test - CI/CD Glossary DefinitionRegression Test: A regression test re-runs existing tests after a change to confirm that previously working f…