SEJun 18

SAGE: Semantic-Aware Gray-Box Game Regression Testing with Large Language Models

arXiv:2512.005606.6h-index: 9
Predicted impact top 69% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For game developers working with gray-box settings (no full source code), SAGE automates regression testing, reducing manual effort and improving bug detection efficiency.

SAGE introduces a semantic-aware regression testing framework for gray-box game environments, using LLM-guided reinforcement learning for test generation, semantic-based multi-objective optimization for test suite reduction, and LLM-based analysis of update logs for test prioritization. Evaluated on Overcooked Plus and Minecraft, SAGE achieves superior bug detection with significantly lower execution cost compared to automated baselines and human-recorded tests.

The rapid iteration cycles of modern live-service games make regression testing indispensable for maintaining quality and stability. However, existing regression testing approaches face critical limitations, especially in common gray-box settings where full source code access is unavailable: they heavily rely on manual effort for test case construction, struggle to maintain growing suites plagued by redundancy, and lack efficient mechanisms for prioritizing relevant tests. These challenges result in excessive testing costs, limited automation, and insufficient bug detection. To address these issues, we propose SAGE, a semanticaware regression testing framework for gray-box game environments. SAGE systematically addresses the core challenges of test generation, maintenance, and selection. It employs LLM-guided reinforcement learning for efficient, goal-oriented exploration to automatically generate a diverse foundational test suite. Subsequently, it applies a semantic-based multi-objective optimization to refine this suite into a compact, high-value subset by balancing cost, coverage, and rarity. Finally, it leverages LLM-based semantic analysis of update logs to prioritize test cases most relevant to version changes, enabling efficient adaptation across iterations. We evaluate SAGE on two representative environments, Overcooked Plus and Minecraft, comparing against both automated baselines and human-recorded test cases. Across all environments, SAGE achieves superior bug detection with significantly lower execution cost, while demonstrating strong adaptability to version updates.

Foundations

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

Your Notes