Scholay

学术搜索 · AI 审稿 · LaTeX 协作

TESTEVAL: Benchmarking Large Language Models for Test Case Generation

作者:Wenhan Wang, Chenyuan Yang, Zhijie Wang, Yuheng Huang, Zhaoyang Chu, Da Song, Lingming Zhang, An Ran Chen, Lei Ma · 年份:2025 · DOI:10.18653/v1/2025.findings-naacl.197 · 被引用次数:22 · 研究领域:Software Testing and Debugging Techniques、Software System Performance and Reliability、Software Engineering Research

For program languages, testing plays a crucial role in the software development cycle, enabling the detection of bugs, vulnerabilities, and other undesirable behaviors.To perform software testing, testers need to write code snippets that execute the program under test.Recently, researchers have recognized the potential of large language models (LLMs) in software testing.However, there remains a lack of fair comparisons between different LLMs in terms of test case generation capabilities.In this paper, we propose TESTEVAL, a novel benchmark for test case generation with LLMs.We collect 210 Python programs from an online programming platform, LeetCode, and design three different tasks: overall coverage, targeted line/branch coverage, and targeted path coverage.We further evaluate 17 popular LLMs, including both commercial and open-source ones, on TESTEVAL.We find that generating test cases to cover specific program lines/branches/paths is still challenging for current LLMs, indicating a lack of ability to comprehend program logic and execution paths.We have open-sourced our dataset and benchmark pipelines at https://github. com/LLM4SoftwareTesting/TestEval.