Publication | Closed Access
CodaMosa: Escaping Coverage Plateaus in Test Generation with Pre-trained Large Language Models
207
Citations
46
References
2023
Year
Unknown Venue
Software MaintenanceLlm Fine-tuningEngineeringMachine LearningVerificationTest CoverageTest Data GenerationSoftware EngineeringSearch-based SoftwareLarge Language ModelSoftware AnalysisFormal VerificationEscaping Coverage PlateausModel-based TestingNatural Language ProcessingLarge Language ModelsSearch SpaceLanguage TestingTest OracleMachine TranslationTest GenerationComputer ScienceSoftware DesignProgram AnalysisSoftware TestingFormal MethodsTest EvolutionLanguage Generation
Search-based software testing (SBST) generates high-coverage test cases for programs under test with a combination of test case generation and mutation. SBST's performance relies on there being a reasonable probability of generating test cases that exercise the core logic of the program under test. Given such test cases, SBST can then explore the space around them to exercise various parts of the program. This paper explores whether Large Language Models (LLMs) of code, such as OpenAI's Codex, can be used to help SBST's exploration. Our proposed algorithm, CodaMosa, conducts SBST until its coverage improvements stall, then asks Codex to provide example test cases for under-covered functions. These examples help SBST redirect its search to more useful areas of the search space. On an evaluation over 486 benchmarks, CodaMosa achieves statistically significantly higher coverage on many more benchmarks (173 and 279) than it reduces coverage on (10 and 4), compared to SBST and LLM-only baselines.
| Year | Citations | |
|---|---|---|
Page 1
Page 1