This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software_testing_agents [2026/03/25 14:50] – Create page: LLM agents for automated software testing agent | software_testing_agents [2026/03/30 22:17] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Agent-Driven Test Generation ===== | ===== Agent-Driven Test Generation ===== | ||
| - | The empirical study by Yoshimoto et al. (2026) analyzed 2,232 commits from the AIDev dataset containing test-related changes. Key findings include: | + | The empirical study by Yoshimoto et al. (2026) analyzed 2,232 commits from the AIDev dataset containing test-related changes.((([[https:// |
| * **AI authorship rate**: AI agents authored 16.4% of all commits that added tests in real-world repositories | * **AI authorship rate**: AI agents authored 16.4% of all commits that added tests in real-world repositories | ||
| Line 27: | Line 27: | ||
| ===== Structural Testing of LLM-Based Agents ===== | ===== Structural Testing of LLM-Based Agents ===== | ||
| - | The structural testing framework leverages three core technical components for deeper, automated evaluation: | + | The structural testing framework leverages three core technical components for deeper, automated evaluation:((([[https:// |
| * **Traces (OpenTelemetry-based)**: | * **Traces (OpenTelemetry-based)**: | ||
| Line 100: | Line 100: | ||
| | Branch coverage gain | Comparable | Comparable | | | Branch coverage gain | Comparable | Comparable | | ||
| | Commit frequency | 16.4% of test commits | 83.6% | | | Commit frequency | 16.4% of test commits | 83.6% | | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 111: | Line 106: | ||
| * [[devops_incident_agents|DevOps Incident Agents]] | * [[devops_incident_agents|DevOps Incident Agents]] | ||
| * [[multi_hop_qa_agents|Multi-Hop QA Agents]] | * [[multi_hop_qa_agents|Multi-Hop QA Agents]] | ||
| + | |||
| + | ===== References ===== | ||