noun
Software testing term: re-running tests to ensure that new changes haven't broken existing functionality.
コードを変更したら、必ず回帰テストを実行してください。
After changing the code, please always run the regression tests.
Compound of 回帰 (regression, return) and テスト (test), a direct calque of the English computing term 'regression test'.