Regression testing is a key practice to prevent changes for bringing negative side-effects in production. Running them could however take a long time and slow delivery of new code. This article introduces change-to-test mapping for regression testing. It is an approach that aims to run only the tests that truly matter, without compromising test coverage. share share share share
Featured
Untangling Your Spaghetti Test Automation Code
September 22, 2025
0
In a lot of software development teams, test automation code is treated much less carefully than production code. It is expected to just work. Mindless copy and paste of setup code from one test case to another is seldom seen as problematic, scripts duplications are widely accepted, and things are named randomly.
Featured
How Complex Live Games Are Tested
September 23, 2025
0
Live games have become more popular in the last couple of years, and it’s easy to understand why. Players can join interactive sessions instead of simply clicking buttons on a screen. Now, they get to feel far closer to the energy of being in a physical venue. Because the experience of participating in these live games feels effortless, you might think that things working behind the scenes are simple.