SEAIHCSep 5, 2025

AI Agents for Web Testing: A Case Study in the Wild

arXiv:2509.05197v14 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of undetected usability issues in web testing for developers and businesses, representing an incremental advancement by applying AI agents to an existing domain.

The paper tackled the problem of automated web testing by developing WebProber, an AI agent-based framework that simulates user interactions to identify bugs and usability issues, and in a case study on 120 academic personal websites, it uncovered 29 usability issues missed by traditional tools.

Automated web testing plays a critical role in ensuring high-quality user experiences and delivering business value. Traditional approaches primarily focus on code coverage and load testing, but often fall short of capturing complex user behaviors, leaving many usability issues undetected. The emergence of large language models (LLM) and AI agents opens new possibilities for web testing by enabling human-like interaction with websites and a general awareness of common usability problems. In this work, we present WebProber, a prototype AI agent-based web testing framework. Given a URL, WebProber autonomously explores the website, simulating real user interactions, identifying bugs and usability issues, and producing a human-readable report. We evaluate WebProber through a case study of 120 academic personal websites, where it uncovered 29 usability issues--many of which were missed by traditional tools. Our findings highlight agent-based testing as a promising direction while outlining directions for developing next-generation, user-centered testing frameworks.

Foundations

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

Your Notes