4 papers
LLM-based Low-Level Integration Test Generation for Java
Qinghua Xu, Guancheng Wang, Lionel Briand +2
Large language models (LLMs) show promise for automated test generation, but most approaches target unit tests with mocked dependencies. Low-level integration testing instead exerc…
Call-Chain-Aware LLM-Based Test Generation for Java Projects
Guancheng Wang, Qinghua Xu, Lionel C. Briand +2
Large language models (LLMs) have recently shown strong potential for generating project-level unit tests. However, existing state-of-the-art approaches primarily rely on execution…
Large Language Models for Unit Test Generation: Achievements, Challenges, and Opportunities
Bei Chu, Yang Feng, Kui Liu +5
Automated unit test generation is critical for software quality but traditional structure-driven methods often lack the semantic understanding required to produce realistic inputs…
PALM: Synergizing Program Analysis and LLMs to Enhance Rust Unit Test Coverage
Bei Chu, Yang Feng, Kui Liu +4
Unit testing is essential for ensuring software reliability and correctness. Classic Search-Based Software Testing (SBST) methods and concolic execution-based approaches for genera…