Smoke Testing
Smoke testing is a quick, shallow set of tests run after a build or deployment to verify that the most critical functionality works and the system is stable enough for further, more thorough testing.
6 resources across 1 library
Glossary Terms(6)
Feature Toggle
A feature toggle (also called a feature flag) is a conditional switch in code that turns a feature on or off at runtime without requiring a new deployment.
Trunk-Based CI
Trunk-based CI is a source-control and continuous-integration practice in which developers integrate small, frequent changes directly into a single shared bran…
Load Testing
Load testing is a type of performance testing that measures how a system behaves under an expected or peak level of concurrent user traffic or transaction volu…
Stress Testing
Stress testing is a type of performance testing that deliberately pushes a system beyond its expected operating capacity to find its breaking point and observe…
Smoke Testing
Smoke testing is a quick, shallow set of tests run after a build or deployment to verify that the most critical functionality works and the system is stable en…
Regression Testing
Regression testing is the practice of re-running existing tests after a code change to confirm that previously working functionality has not been broken by the…