Ever-Improving Test Suite by Leveraging Large Language Models
By: Ketai Qiu
Potential Business Impact:
Finds bugs in software before users do.
Augmenting test suites with test cases that reflect the actual usage of the software system is extremely important to sustain the quality of long lasting software systems. In this paper, we propose E-Test, an approach that incrementally augments a test suite with test cases that exercise behaviors that emerge in production and that are not been tested yet. E-Test leverages Large Language Models to identify already-tested, not-yet-tested, and error-prone unit execution scenarios, and augment the test suite accordingly. Our experimental evaluation shows that E-Test outperforms the main state-of-the-art approaches to identify inadequately tested behaviors and optimize test suites.
Similar Papers
E-Test: E'er-Improving Test Suites
Software Engineering
Finds hidden software bugs missed by current tests.
A Study on the Improvement of Code Generation Quality Using Large Language Models Leveraging Product Documentation
Software Engineering
Makes apps work right by testing them automatically.
Automatic High-Level Test Case Generation using Large Language Models
Software Engineering
Helps computers write tests that match what businesses want.