SlideShare a Scribd company logo
An introduction to testing and TDD
Patrick Kostjens
February 7, 2017
Java Beginners Meetup
Table of contents
1. Introduction
2. Test Driven Development
3. Unit testing in Java
4. Exercise 1
5. Exercise 2
1
Introduction
About me
Patrick Kostjens
Software Developer
2
Why testing?
To build better software faster
3
Better software
• Fewer bugs
• Easier to maintain
• Easier to change
• Safer to change
4
How to test?
Write code that checks if other code does what it is
supposed to.
5
Types of testing
1. Unit testing
2. Integration testing
3. System testing
4. Acceptance testing
6
Testing concepts
• Mocking
• e2e
• TDD
• BDD
7
Test Driven Development
Brief introduction
Writing tests to check if your code works seems good, right?
8
Brief introduction
Writing tests to check if your code works seems good, right?
But, maybe we are only testing what we expect to happen.
8
Brief introduction
Writing tests to check if your code works seems good, right?
But, maybe we are only testing what we expect to happen.
What if we write our tests before we write (bits of) code?
8
Brief introduction
Writing tests to check if your code works seems good, right?
But, maybe we are only testing what we expect to happen.
What if we write our tests before we write (bits of) code?
Test Driven Development
8
TDD workflow
9
Why TDD?
• No influence from knowledge gained while implementing
10
Why TDD?
• No influence from knowledge gained while implementing
• Immediately know if every bit of code works
10
Why TDD?
• No influence from knowledge gained while implementing
• Immediately know if every bit of code works
• Keep code as simple as possible
10
Why TDD?
• No influence from knowledge gained while implementing
• Immediately know if every bit of code works
• Keep code as simple as possible
• Make code easy to test
10
Why TDD?
• No influence from knowledge gained while implementing
• Immediately know if every bit of code works
• Keep code as simple as possible
• Make code easy to test
• Catch bugs early
10
Unit testing in Java
Tools and frameworks
Frameworks:
• JUnit
• TestNG
Tools:
• Mockito
• EasyMock
• Powermock
• Hamcrest
11
Simple test in JUnit
import org.junit.Test;
import org.junit.Assert;
public class SimpleTest {
@Test
public void test1Returns1 () {
Assert.assertEquals("1",
getAnswer (1));
}
}
12
Test preparation
public class PrepareTest {
private FizzBuzz testObject;
@Before
public void setup() {
testObject = new FizzBuzz ();
}
@Test
//...
}
13
Exercise 1
Fizz Buzz project
Take repository at:
https://github.com/patrickkostjens/fizz-buzz-exercise
Install and run using README
14
Fizz Buzz rules
• Dividable by 3? Fizz
• Dividable by 5? Buzz
• Dividable by 3 and 5? Fizz Buzz
• None of the above? Just a number
Exercise
Given a number, return the Fizz Buzz answer for that
number.
15
Easy, right?
Fizz Buzz seems to be very easy
yet
there are many solutions
See: https://ditam.github.io/posts/fizzbuzz/
16
Exercise 2
Bowling scoring system
• No project setup available
• Don’t build an interface
• Start simple!
• Try to do TDD
17
Thank you!
17

More Related Content

PDF
Test driven development_continuous_integration
PDF
Test Driven Development with OSGi - Balázs Zsoldos
PDF
Test driven development in meteor
PDF
ES3-2020-P2 Bowling Game Kata
PDF
Developers Testing - Girl Code at bloomon
PPTX
Nascenia: Road to Software Industry
PDF
Introduction to Spock: A Unit Testing Framework
PDF
TDD for APIs @ Europython 2015, Bilbao by Michael Kuehne
Test driven development_continuous_integration
Test Driven Development with OSGi - Balázs Zsoldos
Test driven development in meteor
ES3-2020-P2 Bowling Game Kata
Developers Testing - Girl Code at bloomon
Nascenia: Road to Software Industry
Introduction to Spock: A Unit Testing Framework
TDD for APIs @ Europython 2015, Bilbao by Michael Kuehne

What's hot (20)

PPTX
TGT#16 - Sztuka projektowania testów - Agnieszka Garwolińska
PDF
8th Alg - April4
ODP
Testing JSF with Arquillian and Selenium
PDF
Проблемы с производительностью приложений на AngularJS и способы их решения
PDF
Barcamp Bangkhen :: Robot Framework
PPTX
Vagrant and Docker
PDF
Joe Cisar - Everything I Know About TDD - Agile Midwest 2019
PPTX
Battle for Code Quality - A Story of One Java Project
PPTX
Joomla! JavaScript Testing
PPTX
TDD er død. Lenge leve TDD!
PPTX
Wp7 tdd, bdd, mocking
PPTX
Continuous Integration, TDD & Living Documentation - Odoo Experience 2015
PPTX
TDD with Python and App Engine
PDF
Developer Job in Practice
PDF
Unit Testing your React / Redux app (@BucharestJS)
PPTX
Unit Testing & Test Driven Development
PDF
[Srijan Wednesday Webinars] Choosing the Right Testing Framework
PDF
Develop Maintainable Apps - edUiConf
PDF
JDD2014: Continuous delivery: capitalizing high quality automated tests - Szc...
PDF
Android TDD
TGT#16 - Sztuka projektowania testów - Agnieszka Garwolińska
8th Alg - April4
Testing JSF with Arquillian and Selenium
Проблемы с производительностью приложений на AngularJS и способы их решения
Barcamp Bangkhen :: Robot Framework
Vagrant and Docker
Joe Cisar - Everything I Know About TDD - Agile Midwest 2019
Battle for Code Quality - A Story of One Java Project
Joomla! JavaScript Testing
TDD er død. Lenge leve TDD!
Wp7 tdd, bdd, mocking
Continuous Integration, TDD & Living Documentation - Odoo Experience 2015
TDD with Python and App Engine
Developer Job in Practice
Unit Testing your React / Redux app (@BucharestJS)
Unit Testing & Test Driven Development
[Srijan Wednesday Webinars] Choosing the Right Testing Framework
Develop Maintainable Apps - edUiConf
JDD2014: Continuous delivery: capitalizing high quality automated tests - Szc...
Android TDD
Ad

Viewers also liked (20)

PDF
Agile Testing Alliance Chapter and Meetup Details - June 2016
PDF
Ruby meetup 7_years_in_testing
PDF
Introduction to Reactive
PPTX
Peer Meetup introduction & networking by Safaraz Ali delivered on 18th Nov 2016
PDF
Integration Testing for Polyglot Ecosystems
PPTX
Paris Qa meetup - The testing family
PPTX
Puppet meetup testing
ODP
Agille Testing Meetup 1
PDF
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
KEY
Acunu Cassandra London Meetup
PDF
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
PPTX
Paris Qa Meetup - Testing Family
PDF
Meetup kickoff slides - Perfecto Mobile, September 2014
PPTX
DevOps Columbus Meetup Kickoff - Infrastructure as Code
PPTX
RST - Makati Testers Meetup
PPTX
Meetup Testing Workshop 2016 - Gatling para pruebas de performance - Federico...
PDF
Helsinki Legal Tech Meetup introduction
PDF
NoVA UX Meetup: Product Testing and Data-informed Design
PPTX
Tundra at Agile Mississauga Meetup Kick off Event
PDF
The Invisible Art Of Software Testing
Agile Testing Alliance Chapter and Meetup Details - June 2016
Ruby meetup 7_years_in_testing
Introduction to Reactive
Peer Meetup introduction & networking by Safaraz Ali delivered on 18th Nov 2016
Integration Testing for Polyglot Ecosystems
Paris Qa meetup - The testing family
Puppet meetup testing
Agille Testing Meetup 1
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Acunu Cassandra London Meetup
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
Paris Qa Meetup - Testing Family
Meetup kickoff slides - Perfecto Mobile, September 2014
DevOps Columbus Meetup Kickoff - Infrastructure as Code
RST - Makati Testers Meetup
Meetup Testing Workshop 2016 - Gatling para pruebas de performance - Federico...
Helsinki Legal Tech Meetup introduction
NoVA UX Meetup: Product Testing and Data-informed Design
Tundra at Agile Mississauga Meetup Kick off Event
The Invisible Art Of Software Testing
Ad

Similar to Java Beginners Meetup February 2017: Testing and TDD (20)

ODP
xUnit and TDD: Why and How in Enterprise Software, August 2012
PPTX
TDD Training
PDF
An Introduction to Test Driven Development
PDF
Test Driven Development - Workshop
PPTX
The Test way
PDF
Getting started with Test Driven Development
PPTX
Getting started with Test Driven Development - Ferdous Mahmud Shaon
PDF
Staroletov testing TDD BDD MBT
PPTX
2016 10-04: tdd++: tdd made easier
PDF
Take Pride in Your Code - Test-Driven Development
KEY
Driving application development through behavior driven development
PDF
Test-Driven Development (TDD)
PDF
Sustainable TDD
PPTX
Java 201 Intro to Test Driven Development in Java
PDF
Real developers-dont-need-unit-tests
PDF
Real developers-dont-need-unit-tests
PDF
Real developers-dont-need-unit-tests
PDF
Mobile Development - Unit and Automation Testing
PDF
Tddbdd workshop
xUnit and TDD: Why and How in Enterprise Software, August 2012
TDD Training
An Introduction to Test Driven Development
Test Driven Development - Workshop
The Test way
Getting started with Test Driven Development
Getting started with Test Driven Development - Ferdous Mahmud Shaon
Staroletov testing TDD BDD MBT
2016 10-04: tdd++: tdd made easier
Take Pride in Your Code - Test-Driven Development
Driving application development through behavior driven development
Test-Driven Development (TDD)
Sustainable TDD
Java 201 Intro to Test Driven Development in Java
Real developers-dont-need-unit-tests
Real developers-dont-need-unit-tests
Real developers-dont-need-unit-tests
Mobile Development - Unit and Automation Testing
Tddbdd workshop

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Cloud computing and distributed systems.
PPT
Teaching material agriculture food technology
PDF
Empathic Computing: Creating Shared Understanding
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Assigned Numbers - 2025 - Bluetooth® Document
“AI and Expert System Decision Support & Business Intelligence Systems”
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks
The Rise and Fall of 3GPP – Time for a Sabbatical?
Review of recent advances in non-invasive hemoglobin estimation
Network Security Unit 5.pdf for BCA BBA.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Cloud computing and distributed systems.
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding
Mobile App Security Testing_ A Comprehensive Guide.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Assigned Numbers - 2025 - Bluetooth® Document

Java Beginners Meetup February 2017: Testing and TDD