Upcoming
Past talks
Working Software 2026 · June 2026 · Reggio Emilia, IT
Come il mutation testing mi ha fatto capire che la mia suite di test stava mentendo
A live demo on three .NET 8 services: coverage at 93% and green tests, yet Stryker.NET shows 35% of mutants survive. Guided by the report I rewrite the tests and the mutation score climbs to 92%. Coverage tells you the code runs; the mutation score tells you the tests work.
DevRomagna · May 2026 · Faenza, IT
Il tuo collega più produttivo scrive test inutili
Coverage tells you the code runs, not that the tests verify it: mutation testing reveals which tests pass without checking anything. And, to close, a look ahead: mutation guided by an LLM instead of a rule engine like Stryker, and what changes when LLMs write the code and the tests.