Test Sharding - CI/CD Glossary Definition
Test sharding partitions a test suite into independent slices executed on separate runners concurrently, reducing total test wall-clock time near-linearly with the shard count.
Related guides
Contract Test - CI/CD Glossary DefinitionA contract test verifies that two services agree on a shared interface, so a provider and consumer can evolve…
Incremental Build - CI/CD Glossary DefinitionAn incremental build recompiles only the parts of a project affected by a change, reusing prior outputs for e…
Load Test - CI/CD Glossary DefinitionA load test drives expected or peak traffic at a system to measure throughput, latency, and where it degrades…