WebTestBench: Evaluating Computer-Use Agents towards End-to-End Automated Web Testing
AI 摘要
提出了WebTestBench,用于评估端到端自动化Web测试的基准,并揭示了现有LLM在此领域的不足。
主要贡献
- 提出了WebTestBench基准,用于评估自动化Web测试
- 将测试过程分解为checklist生成和缺陷检测两个子任务
- 构建了WebTester作为基线框架,并评估了现有LLM的性能
方法论
构建包含多个Web应用类别的综合测试基准,并使用提出的基线框架WebTester对现有LLM进行评估。
原文摘要
The emergence of Large Language Models (LLMs) has catalyzed a paradigm shift in programming, giving rise to "vibe coding", where users can build complete projects and even control computers using natural language instructions. This paradigm has driven automated webpage development, but it introduces a new requirement about how to automatically verify whether the web functionalities are reliably implemented. Existing works struggle to adapt, relying on static visual similarity or predefined checklists that constrain their utility in open-ended environments. Furthermore, they overlook a vital aspect of software quality, namely latent logical constraints. To address these gaps, we introduce WebTestBench, a benchmark for evaluating end-to-end automated web testing. WebTestBench encompasses comprehensive dimensions across diverse web application categories. We decompose the testing process into two cascaded sub-tasks, checklist generation and defect detection, and propose WebTester, a baseline framework for this task. Evaluating popular LLMs with WebTester reveals severe challenges, including insufficient test completeness, detection bottlenecks, and long-horizon interaction unreliability. These findings expose a substantial gap between current computer-use agent capabilities and industrial-grade deployment demands. We hope that WebTestBench provides valuable insights and guidance for advancing end-to-end automated web testing. Our dataset and code are available at https://github.com/friedrichor/WebTestBench.