Regression Test - Definição do Glossário de CI/CD
Um regression test reexecuta testes existentes após uma mudança para confirmar que features que antes funcionavam não foram quebradas, capturando bugs reintroduzidos por código novo.
Em CI
A suíte automatizada inteira atua como uma rede de segurança de regressão a cada commit, o que é o motivo central pelo qual a continuous integration captura quebras cedo.
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…
Continuous Integration (CI) - CI/CD Glossary DefinitionContinuous Integration (CI): **Continuous integration** is the practice of automatically building and testing…
Test Suite - CI/CD Glossary DefinitionTest Suite: A test suite is a collection of related test cases grouped so they can be run together and report…