SlideShare a Scribd company logo
@andreafrancia
Test-Driven Development
su Codice Esistente
Andrea Francia
5 aprile 2018 @ Crafted Software Milano
@andreafrancia
The conservative approach
No automatic tests
leads to
Manual testing
that leads to
High risk of introduce bugs
that leads to
Fear of change
so
You prefer add more mess instead cleaning up the existing code
and
the code get worse,
the cost/time of adding features increases
If it ain't broke don't fix it
@andreafrancia
The Legacy Code Dilemma
When we refactor, we should have tests.
To put tests in place, we often have to refactor
@andreafrancia
Trip Service Kata
• Sandro Mancuso (@sandromancuso)
• https://github.com/sandromancuso/trip-service-
kata
• http://www.slideshare.net/MozaicWorks/sandro-
mancuso-testing-and-refactoring-legacy-code
@andreafrancia
Requisiti di business
Considerate un social network per viaggiatori.
• Devi essere loggato per vedere i contenuti del
sito.
• Devi essere un amico per poter vedere i viaggi di
un altro utente.
@andreafrancia
Le regole del legacy code
• Puoi modificare solo il codice di produzione che è
coperto dai test
• (al massimo puoi usare solo i safe refactoring nel
caso siano necessari per mettere il codice sotto
test)
@andreafrancia
Dipendenze
TripService)
+findTripsByUser(User)0:0List<Trip>0
<<Singleton>>)
UserSession)
+getInstance()0:0UserSession0
+getLoggedUser()0:0User0
TripDAO)
+findTripsByUser(User)0:0List<Trip>0
http://www.slideshare.net/MozaicWorks/sandro-mancuso-testing-and-refactoring-legacy-code/7
@andreafrancia
Start	refactoring	from	
deepest	to	shortest	
branch	
	
Start	tes3ng	from	
shortest	to	
deepest	branch	
	
Working	with	Legacy	Code	Tips	
This slide is taken from a Sandro Mancuso Slideshare: 

https://www.slideshare.net/sandromancuso/legacy-code-handson-session/7
@andreafrancia
Demo time
@andreafrancia
Grazie
Andrea Francia
@andreafrancia

More Related Content

PPTX
Sprint Retrospective Anti-Patterns — Hands-on Agile Webinar #10
PDF
Document Your Development Code
PPTX
Scrum Sprint Anti-Patterns (Hands-on Agile Webinar #7)
PDF
PERSONA WTT
PPTX
Integrando o Typescript em suas aplicações ASP.NET
PPTX
Hands-on Agile Webinar #6: Product Owner Anti-Patterns
PPTX
Oscon15 : ASP.NET 5 : Hey ASP.NET isn’t just for enterprise
PDF
Behave automatically: (Almost) Effortless feature testing
Sprint Retrospective Anti-Patterns — Hands-on Agile Webinar #10
Document Your Development Code
Scrum Sprint Anti-Patterns (Hands-on Agile Webinar #7)
PERSONA WTT
Integrando o Typescript em suas aplicações ASP.NET
Hands-on Agile Webinar #6: Product Owner Anti-Patterns
Oscon15 : ASP.NET 5 : Hey ASP.NET isn’t just for enterprise
Behave automatically: (Almost) Effortless feature testing

Similar to Test-Driven Development su Codice Esistente (20)

PPTX
[Pinto] Is my SharePoint Development team properly enlighted?
PPTX
Automated perf optimization - html5 dev conf
PDF
Achieving Technical Excellence in Your Software Teams - from Devternity
PDF
Extreme Professionalism - Software Craftsmanship
PPTX
Developer 1: Workflows And Code Management
PPTX
DevOps Pipelines and Metrics Driven Feedback Loops
PPTX
Salesforce static code analysis
PPTX
Getting Started with Scripts #HeroConf London 2015
PPTX
Web and App Performance: Top Problems to avoid to keep you out of the News
PDF
Improve existing code with confidence, supported by unit tests
PPTX
Extreme Professionalism - Software Craftsmanship
PDF
Magento 2 Development Best Practices
PPTX
Software Craftsmanship - It's an Imperative
PDF
DF Global Gathering PuneWIT
PPTX
Writing code for others
PDF
crashing in style
PDF
The 10 Commandments For The Eager Developer
PPTX
Continuous Delivery for Mature Code
PDF
What's New in Progress Sitefinity 9.2 Webinar
PDF
Eradicate Flaky Tests
[Pinto] Is my SharePoint Development team properly enlighted?
Automated perf optimization - html5 dev conf
Achieving Technical Excellence in Your Software Teams - from Devternity
Extreme Professionalism - Software Craftsmanship
Developer 1: Workflows And Code Management
DevOps Pipelines and Metrics Driven Feedback Loops
Salesforce static code analysis
Getting Started with Scripts #HeroConf London 2015
Web and App Performance: Top Problems to avoid to keep you out of the News
Improve existing code with confidence, supported by unit tests
Extreme Professionalism - Software Craftsmanship
Magento 2 Development Best Practices
Software Craftsmanship - It's an Imperative
DF Global Gathering PuneWIT
Writing code for others
crashing in style
The 10 Commandments For The Eager Developer
Continuous Delivery for Mature Code
What's New in Progress Sitefinity 9.2 Webinar
Eradicate Flaky Tests
Ad

More from Andrea Francia (20)

PDF
Baby Steps TripServiceKata
PDF
TDD on Legacy Code - Voxxed Days Milano 2019
PDF
Lavorare con codice legacy “non testabile” - Incontro DevOps - 8 marzo 2019 -...
PDF
Kata in Bash a DevOpsHeroes 2018 a Parma
PDF
User Stories - Andrea Francia @ WeDev 7 novembre 2018
PDF
Le pratiche ingegneristiche di eXtreme Programming
PDF
Come si applica l'OCP
PDF
Le 12 pratiche - Un introduzione a XP (Mini Italian Agile Day)
PDF
Introduzione a eXtreme Programming
PDF
Test-Driven Development e Sviluppo Incrementale (TDD-Milano 2017-01-10)
PDF
Le 12 pratiche
PDF
Bash-Only Deployment
PDF
TDD anche su iOS
PDF
Piccolo coding dojo (milano xpug 2013-04-11)
PDF
Tutti i miei sbagli (Errori di un wannabe Open Source Developer)
PDF
Tutti i miei sbagli, versione 7 Marzo 2012 al XPUG mi
PDF
Writing a Crawler with Python and TDD
PPT
Introduzione al TDD
PPT
Google C++ Testing Framework in Visual Studio 2008
PPT
Subversion @ JUG Milano 11 dic 2009
Baby Steps TripServiceKata
TDD on Legacy Code - Voxxed Days Milano 2019
Lavorare con codice legacy “non testabile” - Incontro DevOps - 8 marzo 2019 -...
Kata in Bash a DevOpsHeroes 2018 a Parma
User Stories - Andrea Francia @ WeDev 7 novembre 2018
Le pratiche ingegneristiche di eXtreme Programming
Come si applica l'OCP
Le 12 pratiche - Un introduzione a XP (Mini Italian Agile Day)
Introduzione a eXtreme Programming
Test-Driven Development e Sviluppo Incrementale (TDD-Milano 2017-01-10)
Le 12 pratiche
Bash-Only Deployment
TDD anche su iOS
Piccolo coding dojo (milano xpug 2013-04-11)
Tutti i miei sbagli (Errori di un wannabe Open Source Developer)
Tutti i miei sbagli, versione 7 Marzo 2012 al XPUG mi
Writing a Crawler with Python and TDD
Introduzione al TDD
Google C++ Testing Framework in Visual Studio 2008
Subversion @ JUG Milano 11 dic 2009
Ad

Recently uploaded (20)

PPTX
Transform Your Business with a Software ERP System
PPT
Introduction Database Management System for Course Database
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
System and Network Administraation Chapter 3
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Introduction to Artificial Intelligence
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
ai tools demonstartion for schools and inter college
Transform Your Business with a Software ERP System
Introduction Database Management System for Course Database
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Which alternative to Crystal Reports is best for small or large businesses.pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
Design an Analysis of Algorithms I-SECS-1021-03
ManageIQ - Sprint 268 Review - Slide Deck
Wondershare Filmora 15 Crack With Activation Key [2025
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
How to Migrate SBCGlobal Email to Yahoo Easily
Odoo POS Development Services by CandidRoot Solutions
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
System and Network Administraation Chapter 3
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Introduction to Artificial Intelligence
How Creative Agencies Leverage Project Management Software.pdf
ai tools demonstartion for schools and inter college

Test-Driven Development su Codice Esistente