Ilmu Komputer & AI editorial
Framework and Benchmark for Code-Driven Agentic Testing in Web Development
The core problem
Innovation
The authors evaluated several mainstream VLMs on the CATTest benchmark using the CATJudge framework. The results indicate that all evaluated models perform poorly, with low bug-discovery rates. For instance, GPT-4V achieved a bug discovery rate of only 12.5%, while Claude 3 and Gemini discovered 9.8% and 7.4% of bugs, respectively. These numbers are significantly lower than human performance, which reached 85.3% on the same benchmark. The models struggled particularly with subtle defects that require multi-step interactions or understanding of complex state changes. The authors also analyzed the types of bugs discovered and found that models were better at identifying visual inconsistencies than functional errors. The low performance highlights a clear gap between current VLM capabilities and the demands of real-world testing in AI web development. The table below summarizes the bug discovery rates:
| Model | Bug Discovery Rate |
|-------|-------------------|
| GPT-4V | 12.5% |
| Claude 3 | 9.8% |
| Gemini | 7.4% |
| Human | 85.3% |
Why it matters
Who should read this
Opening member contentโฆ