> Markdown version of [/events/world-congress-2024/sessions/418-test-intelligence](https://www.wearedevelopers.com/events/world-congress-2024/sessions/418-test-intelligence). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Test Intelligence for Developers - **Date:** Friday, Jul 19, 2024 - **Time:** 15:00–15:30 (30 min) - **Room:** STAGE 10 (120) - **Event:** World Congress 2024 ## Description When a system has "grown historically," this often applies to the tests as well: they run for too long but find too few bugs. The reason is that such test suites often test too much and too little at the same time. They test too much because they include tests that incur costs but provide little added value compared to similar tests. They test too little because important functionality remains untested. In the talk, I will present analyses mine data from your repos (version control, issue tracker, test coverage etc) to uncover these issues: Pareto optimization of test suites and test impact analysis identify the tests that currently have the best cost-benefit ratio. Test gap analysis reveals which code changes are still untested, indicating missing tests. By doing so, these analyses provide us as developers with effective tools to understand and improve our test architecture. For each analysis, I outline its research background and show practical examples from large systems. ## Speaker ### [Elmar Jürgens](https://www.wearedevelopers.com/@elmar-jurgens) Data driven architecture decisions ## Related talks at this congress - [Test-reduction - Doing more with less](https://www.wearedevelopers.com/events/world-congress-2024/sessions/272-test-reduction-doing) — Ewald - [Mutation Testing with Stryker](https://www.wearedevelopers.com/events/world-congress-2024/sessions/437-mutation-testing) — Marco Emrich - [Are Code Reviews Worth It? Insights from 16 Years of Review Data](https://www.wearedevelopers.com/events/world-congress-2024/sessions/51-are-code-reviews) — Sven Amann - [Breaking the Bug Cycle: TDD for the Win](https://www.wearedevelopers.com/events/world-congress-2024/sessions/315-breaking-the-bug) — Nadeen Hussein