SEAIMAJul 6

An Exploration of Agentic Information Fusion for Test Maintenance Prediction

arXiv:2607.047864.8
Predicted impact top 79% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For software engineers managing test maintenance in evolving codebases, MAST provides a more precise prediction tool, though it is incremental over existing approaches.

MAST, a multi-agent framework, predicts which test cases require maintenance after production code changes, achieving superior precision and higher accuracy, F1, and F2 scores compared to a state-of-the-art baseline on 21 industrial Java repositories, with only some loss in recall.

Test maintenance is a critical, yet costly, activity - particularly as codebases rapidly evolve. To assist, we present MAST, a multi-agent framework that predicts which test cases require maintenance following changes to the production code. This identification task is necessary as a precondition to any subsequent maintenance activities, but remains challenging due to the complex relationships between production and test code. MAST advances the state-of-the-art by integrating multiple analyses -- including static, lexical, and semantic analyses - through an intelligent fusion and post-check procedure and by focusing on a realistic use and evaluation setting - i.e., standardized input formats, repository-level analyses, and the ability to infer relations between test and production artifacts rather than assuming a pre-existing mapping. We evaluated MAST on 21 industrial Java repositories from Ericsson AB, considering situations where test maintenance both was and was not required in the ground truth. MAST yielded superior precision to a state-of-the-art baseline - resulting in a higher accuracy, F1, and F2 score - with only some loss in recall. Our ablation study demonstrates the value of each analysis in producing the final recommendations. MAST illustrates the potential of multi-agent systems that can fuse multiple information sources when performing software testing tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes