Detecting Modified Code

Test Impact Analysis (TIA) generates test recommendations for each test runner at every test stage by first identifying all code changes that require testing in that stage. TIA employs the SeaLights Build Scanner agent, which scans all binaries and artifacts during each build creation, intelligently mapping the code and detecting code changes. It then compares the new build with the code used in the last execution of the current test stage.

Subsequently, TIA uses these identified code changes to select and execute tests, as elaborated in the following step.

Last updated