Regression Suite - Definição do Glossário de CI/CD
Uma regression suite é o conjunto acumulado de testes - muitas vezes um por bug passado - executado a cada mudança para garantir que o comportamento que antes funcionava não quebrou; seu crescimento e tempo de execução motivam a necessidade de sharding e análise de impacto.
Guias relacionados
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…