SEAILGSep 10, 2024

Exploring the Integration of Large Language Models in Industrial Test Maintenance Processes

arXiv:2409.06416v26 citationsh-index: 18
Originality Synthesis-oriented
AI Analysis

This addresses the problem of reducing costs and improving quality in industrial software testing processes, though it appears incremental in applying existing LLM technology to a specific domain.

The researchers tackled the problem of high-cost test maintenance in software testing by exploring how large language models (LLMs) can support this process, proposing a multi-agent architecture that predicts which tests need maintenance after code changes and demonstrating it in a case study at Ericsson AB.

Much of the cost and effort required during the software testing process is invested in performing test maintenance - the addition, removal, or modification of test cases to keep the test suite in sync with the system-under-test or to otherwise improve its quality. Tool support could reduce the cost - and improve the quality - of test maintenance by automating aspects of the process or by providing guidance and support to developers. In this study, we explore the capabilities and applications of large language models (LLMs) - complex machine learning models adapted to textual analysis - to support test maintenance. We conducted a case study at Ericsson AB where we explore the triggers that indicate the need for test maintenance, the actions that LLMs can take, and the considerations that must be made when deploying LLMs in an industrial setting. We also propose and demonstrate a multi-agent architecture that can predict which tests require maintenance following a change to the source code. Collectively, these contributions advance our theoretical and practical understanding of how LLMs can be deployed to benefit industrial test maintenance processes.

Foundations

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

Your Notes