SlideShare a Scribd company logo
Test Driven Development
Marcelo Cure
Where did it come from?
• Kent Beck in 2003
• Concepts related to Extreme Programming
What’s TDD?
• Development technique
• Focus on quality
• First test then code
• Requirements before code
• Based on cycles
How does TDD work?
• Developer must have the feature knowledge
• Think baby steps
• Write a failing test
• Make it pass
• Make sure it didn’t break any other test
• Refactor
• Loop
Benefits
• More tests, less bugs
• Code quality
• Rare necessity to debug
• Leads to modularize your system
• Big coverage
Limitations
• Management support is required
• Fake tests
• Are we really doing TDD?
Environment (talking about Java)
• Java
• Eclipse
• JUnit
Examples – NameRetriever
NameRetrieverTest
public class NameRetrieverTest {
private NameRetriever nameRetriever;
@Test
public void testRetrieveName() {
String name = nameRetriever.retrieveName();
Assert.assertEquals("cure", name);
}
}
NameRetriever
public class NameRetriever {
public String retrieveName() {
return "";
}
}
NameRetriever
public class NameRetriever {
public String retrieveName() {
return "cure";
}
}
NameRetrieverTest
public class NameRetrieverTest {
private NameRetriever nameRetriever;
@Test
public void testRetrieveName () {
Assert.assertEquals("cure",
nameRetriever.retrieveName());
}
}
That’s all, thanks!

More Related Content

PPT
TDD - Christchurch APN May 2012
PPTX
Roy Osherove TDD From Scratch
PPTX
Unit testing
PPTX
2016 10-04: tdd++: tdd made easier
PDF
Is this how you hate unit testing?
PDF
Into The Box 2018 | Assert control over your legacy applications
PDF
Clean and Quality Unit Tests
PPTX
Is Groovy better for testing than Java?
TDD - Christchurch APN May 2012
Roy Osherove TDD From Scratch
Unit testing
2016 10-04: tdd++: tdd made easier
Is this how you hate unit testing?
Into The Box 2018 | Assert control over your legacy applications
Clean and Quality Unit Tests
Is Groovy better for testing than Java?

What's hot (20)

PPTX
Good Unit Tests Ask For Quality Code
PPTX
Unit tests = maintenance hell ?
PPTX
Test-Driven Development
PDF
Journey's diary developing a framework using tdd
PDF
Clean tests
POTX
Functional Tests. PHP Unconf 2016
PDF
Refactoring Legacy Code
PDF
Unit Test + Functional Programming = Love
PDF
The way from DB-driven development to DDD
PDF
How to quickly add a safety net to a legacy codebase
PPTX
An Introduction to Unit Testing
PDF
Prg 211-week-5-dqs
PPTX
Working Effectively With Legacy Code
PDF
Working Effectively with Legacy Code: Lessons in Practice
KEY
Unit Testing Your Application
PDF
Developers Testing - Girl Code at bloomon
PPTX
Benefit From Unit Testing In The Real World
PPTX
Single Responsibility Principle @ Clean Code Alliance Meetup
PDF
How and what to unit test
PDF
How penetration testing techniques can help you improve your qa skills
Good Unit Tests Ask For Quality Code
Unit tests = maintenance hell ?
Test-Driven Development
Journey's diary developing a framework using tdd
Clean tests
Functional Tests. PHP Unconf 2016
Refactoring Legacy Code
Unit Test + Functional Programming = Love
The way from DB-driven development to DDD
How to quickly add a safety net to a legacy codebase
An Introduction to Unit Testing
Prg 211-week-5-dqs
Working Effectively With Legacy Code
Working Effectively with Legacy Code: Lessons in Practice
Unit Testing Your Application
Developers Testing - Girl Code at bloomon
Benefit From Unit Testing In The Real World
Single Responsibility Principle @ Clean Code Alliance Meetup
How and what to unit test
How penetration testing techniques can help you improve your qa skills
Ad

Viewers also liked (10)

PDF
PDF
Continuous Deployment Demystified
PDF
TDD Overview
PPT
Uml sequence diagrams
PPT
Lecture#08 sequence diagrams
PPTX
Ch7 implementation
PDF
Tdd For GuIs
PPTX
PDF
Agile Overview
PPT
Use Case Diagram
Continuous Deployment Demystified
TDD Overview
Uml sequence diagrams
Lecture#08 sequence diagrams
Ch7 implementation
Tdd For GuIs
Agile Overview
Use Case Diagram
Ad

Similar to Test driven development (20)

PPTX
TDD - Seriously, try it! - Opensouthcode
PPTX
Test-driven development & Behavior-driven development basics
PPT
TDD (Test Driven Design)
PPTX
TDD - Seriously, try it! (updated '22)
PPTX
TDD - Seriously, try it - Codemotion (May '24)
PPT
Test_Driven_Development_v5.ppt
PPTX
Anatomy of Test Driven Development
PDF
An Introduction to Test Driven Development
PPTX
Test driven development v1.0
PPS
Test driven development using Junit and MockIto
PPTX
Tdd is not about testing (OOP)
PPTX
Test-Driven Development.pptx
PPTX
Test Driven Development
PPTX
TDD - Seriously, try it! - Bucarest Tech Week
PDF
Test Driven Development
PDF
Test Driven Development SpeedRun
PPT
Test Driven Development - Overview and Adoption
PPTX
Test Driven Development
PPTX
Test driven development(tdd)
PDF
Test Driven Development (TDD) on Force.com projects
TDD - Seriously, try it! - Opensouthcode
Test-driven development & Behavior-driven development basics
TDD (Test Driven Design)
TDD - Seriously, try it! (updated '22)
TDD - Seriously, try it - Codemotion (May '24)
Test_Driven_Development_v5.ppt
Anatomy of Test Driven Development
An Introduction to Test Driven Development
Test driven development v1.0
Test driven development using Junit and MockIto
Tdd is not about testing (OOP)
Test-Driven Development.pptx
Test Driven Development
TDD - Seriously, try it! - Bucarest Tech Week
Test Driven Development
Test Driven Development SpeedRun
Test Driven Development - Overview and Adoption
Test Driven Development
Test driven development(tdd)
Test Driven Development (TDD) on Force.com projects

More from Marcelo Cure (16)

PPTX
Api design
PPTX
Zero mq
PPTX
Dev ops engineering and chatbots
PPTX
Versioning APIs
PPTX
Building restful ap is with harvester js
PPTX
Cqrs, event sourcing and microservices
PPTX
Immutability and immutable js
PPTX
Functional programming with python
PPTX
Polymer
PPTX
Hexagonal Architecture
PPTX
What's the value of the metrics
PPTX
PPTX
SciPy - Scientific Computing Tool
PPTX
Usability testing
PPTX
Corona
PPTX
Apache lucene - full text search
Api design
Zero mq
Dev ops engineering and chatbots
Versioning APIs
Building restful ap is with harvester js
Cqrs, event sourcing and microservices
Immutability and immutable js
Functional programming with python
Polymer
Hexagonal Architecture
What's the value of the metrics
SciPy - Scientific Computing Tool
Usability testing
Corona
Apache lucene - full text search

Recently uploaded (20)

PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
Modernising the Digital Integration Hub
PPTX
The various Industrial Revolutions .pptx
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPT
What is a Computer? Input Devices /output devices
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
STKI Israel Market Study 2025 version august
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Web App vs Mobile App What Should You Build First.pdf
PPTX
Tartificialntelligence_presentation.pptx
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Modernising the Digital Integration Hub
The various Industrial Revolutions .pptx
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Enhancing emotion recognition model for a student engagement use case through...
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
What is a Computer? Input Devices /output devices
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
Assigned Numbers - 2025 - Bluetooth® Document
Developing a website for English-speaking practice to English as a foreign la...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Univ-Connecticut-ChatGPT-Presentaion.pdf
Final SEM Unit 1 for mit wpu at pune .pptx
STKI Israel Market Study 2025 version august
A contest of sentiment analysis: k-nearest neighbor versus neural network
A novel scalable deep ensemble learning framework for big data classification...
TLE Review Electricity (Electricity).pptx
Web App vs Mobile App What Should You Build First.pdf
Tartificialntelligence_presentation.pptx

Test driven development