> Markdown version of [/events/world-congress-2024/sessions/9-real-world-tdd](https://www.wearedevelopers.com/events/world-congress-2024/sessions/9-real-world-tdd). 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). --- # Real World TDD - **Date:** Wednesday, Jul 17, 2024 - **Time:** 13:30–14:30 (60 min) - **Room:** Workshop room M5 (45) - **Event:** World Congress 2024 ## Description Shows the test driven development of a real world business feature in the are of KYC. A new feature is added to an already existing micro service. In the first place the business value is analyzed via means of BDD and then implemented following the TDD approach. We are starting with an Outside-In test based on the SpecFlow framework. Then we are implementing the business feature itself until the SpecFlow test succeeds. The subsequent refactoring introduces new coding artifacts that are not sufficiently covered so that we have to add new tests. During the live coding session we are switching between Detroit and London styles applying a very practical approach. The benefit of hexagonal architecture by separating the infrastructure integrations from business logic will be demonstrated as well. An active involvement of the audience is a key aspect of the session. ## Speaker ### [Andreas Kleinbichler](https://www.wearedevelopers.com/@andreas-kleinbichler) Better Coding with TDD ## Related talks at this congress - [Breaking the Bug Cycle: TDD for the Win](https://www.wearedevelopers.com/events/world-congress-2024/sessions/315-breaking-the-bug) — Nadeen Hussein - [Why I Love End-2-End Tests and How To Get Them Right](https://www.wearedevelopers.com/events/world-congress-2024/sessions/27-why-i-love-end-2-end) — Johannes Stern - [Specifications as the better way of software development](https://www.wearedevelopers.com/events/world-congress-2024/sessions/197-specifications-as) — Artem Manchenkov - [Test-reduction - Doing more with less](https://www.wearedevelopers.com/events/world-congress-2024/sessions/272-test-reduction-doing) — Ewald