SlideShare a Scribd company logo
Unit vs. Integration Tests
Softwerkskammer Meetup Munich
@codecentric
18.06.2015
David Völkel
@davidvoelkel
Unit vs. Integrated Tests
Isolated integratedvs.
Which do you prefer?
Isolated Integrated
1 2 3 4 5
Agenda
● Theory
● Unit vs. Integration Tests
● Test Pyramid
● How to achieve it
● Workshop
● What works well in our projects?
● Hardest challenges?
● How to address them?
● Another beer
Expensive Integrated Tests
Isolated Integrated
Creation &
Maintenance
cheap expensive
Feedback fast slow
Finding Errors easy difficult
Fragility minimal high
Significance for User medium high
4
n
+
m
n
*
m
Unit under test?
Isolated Integrated
Strengths Complex logic
(„combinatorial
explosion“),
conditionals, breadth
Integration, data
flow, depth
Test Pyramid
UI
Service
Unit
DegreeofIntegrationBy Mike Cohn
No: Test Pyramids!?!
By Mike Cohn
?
?
Unit
Orthogonal decomposition
By Mike Cohn
.
IntegratedTests
Isolated Tests &
Business Dimension
Acceptance Tests == UI-Tests?
Inspired through "the testing iceberg“ by Seb Rose / Matt Wynne
Acceptance Tests
Technical Tests
Business Domain
DegreeofIntegration .
Split up Acceptance Tests
Acceptance Tests
UI Domain Rules
Example Email Validation
N x integrated web tests
Input Output
„valid@email.de“ „Email OK“
„mail.without@tld“ „Email invalid“
„mail.without.at.de“ „Email invalid“
„@without-user.de“ „Email invalid“
…
valid
Example Email Validation
1 x integrated web tests
N x isolated tests
valid
Input Output
„valid@email.de“ „Email OK“
„mail.without@tld“ „Email invalid“
„mail.without.at.de“ „Email invalid“
„@without-user.de“ „Email invalid“
…
UI Test Pyramid
UI Test !=
End2End Tests
E2E
Compo
nent
Unit
DegreeofIntegration
(UI) End2End Tests
Fully integrated down to the backend
for
• backend interaction
• few logic (CRUD)
• simple workflows
• hardly testable legacy UI
E2E
Compo
nent
Unit
Back-
end
Gmail Example
E2E
Compo
nent
Unit
Minimal workflow
UI-Layer
component test
● testability required
● fat client
● SPA + REST
● server-side rendering?
E2E
Compo
nent
Unit
UI
Mock
Back
end
UI-Layer
for
• session status
• complex UI workflows
• workflows with few backend-
interaktion
E2E
Compo
nent
Unit
UI
Mock
Back
end
Gmail Example
E2E
Compo
nent
Unit
Mail editing
UI Unit Tests
for complex logic
value rendering
MVP: Presenter logic
Address example:
„D-80687, München, Elsenheimerstraße 55a“
„-, München, Elsenheimerstraße 55a“?
E2E
Compo
nent
Unit
UI
Resumee
UI
Service
Unit
Test Pyramid
• Integrated Tests: Integration &
Depth
• Isolierte Tests: Logic & Breadth
Orthogonal Decomposition
• Split up Acceptance Tests
• Business Rules
• UI
• E2E, UI Layer, UI Unit Tests
Workshop Agenda
● Round 1: current state in your project
● Successful solutions?
● Hardest challenges?
● Show & tell
● Round 2
● how can we improve?
● Show & tell
● Retrospective
Retrospective
License
Creative Commons Attribution-ShareAlike 3.0
https://creativecommons.org/licenses/by-sa/3.0/de/

More Related Content

PPTX
Test Driven Development
PDF
iOS Test-Driven Development
PPTX
Understanding Unit Testing
PPT
TDD (Test Driven Design)
PPTX
VT.NET 20160411: An Intro to Test Driven Development (TDD)
PDF
Behavior Driven Development with SpecFlow
PDF
Test Driven Development (TDD)
PPT
Test Driven Development
Test Driven Development
iOS Test-Driven Development
Understanding Unit Testing
TDD (Test Driven Design)
VT.NET 20160411: An Intro to Test Driven Development (TDD)
Behavior Driven Development with SpecFlow
Test Driven Development (TDD)
Test Driven Development

What's hot (18)

PPT
Unit testing
PPTX
Unit Testing in Action - C#, NUnit, and Moq
PPTX
Test-Driven Development
PPTX
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
PDF
An Introduction to Test Driven Development
PDF
Test-Driven development; why you should never code without it
PPTX
Unit Testing And Mocking
PDF
Test Driven iOS Development (TDD)
PPS
Unit Testing
PDF
What is Integration Testing? | Edureka
PPTX
Unit testing solid fundamentals
PDF
Dependency Injection in iOS
PPT
Unit Testing
PPTX
Software Quality via Unit Testing
PDF
TDD and Unit Testing in Golang
PPTX
A Brief Introduction to Test-Driven Development
DOCX
Test driven development and unit testing with examples in C++
PDF
Test Driven Development
Unit testing
Unit Testing in Action - C#, NUnit, and Moq
Test-Driven Development
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
An Introduction to Test Driven Development
Test-Driven development; why you should never code without it
Unit Testing And Mocking
Test Driven iOS Development (TDD)
Unit Testing
What is Integration Testing? | Edureka
Unit testing solid fundamentals
Dependency Injection in iOS
Unit Testing
Software Quality via Unit Testing
TDD and Unit Testing in Golang
A Brief Introduction to Test-Driven Development
Test driven development and unit testing with examples in C++
Test Driven Development
Ad

Viewers also liked (10)

PDF
Infrastructure as Code for Beginners
PDF
Transformation Priority Premise @Softwerkskammer MUC
PDF
Fake It Outside-In TDD @XP2017
PDF
Mockist vs. Classicists TDD
PDF
Integration Test Hell
PDF
Wie wird mein Code testbar?
PDF
Bad test, good test
PDF
Mockist vs Classicists TDD
PDF
Fake It Outside-In TDD Workshop @ Clean Code Days
PDF
Fake It Outside-In TDD
Infrastructure as Code for Beginners
Transformation Priority Premise @Softwerkskammer MUC
Fake It Outside-In TDD @XP2017
Mockist vs. Classicists TDD
Integration Test Hell
Wie wird mein Code testbar?
Bad test, good test
Mockist vs Classicists TDD
Fake It Outside-In TDD Workshop @ Clean Code Days
Fake It Outside-In TDD
Ad

Similar to Unit vs. Integration Tests (20)

PDF
Unit Testing vs Integration Testing
PDF
Integration testing
PPTX
Integration Testing in Software Development.pptx
PDF
What is integration testing
PPTX
SOFTWARE TESTING INTEGRATION TESTING.pptx
PDF
Test pyramid
PPTX
unittesting-190620114546 (1).pptx document
PDF
Primary Applications of Integration Testing.pdf
PDF
Integration Testing A Brief Guide.pdf
PPTX
INTEGRATION TESTING IN software development.pptx
PPTX
System testing in software engineering.pptx
PPTX
Project Onion unit test environment
PDF
INTEGRATION TESTING
PDF
Integration test
PPTX
Integration_Testing presentation of software engineering
PDF
What Is Integration Testing? Types, Tools, Best Practices, and More
PPTX
Software Testing Strategies
PDF
Integration and System Testing SE Unit-4 Part-4.pdf
PDF
Exploring Integration Testing Ensuring Seamless Software Functionality.pdf
PDF
10-Testing-system.pdf
Unit Testing vs Integration Testing
Integration testing
Integration Testing in Software Development.pptx
What is integration testing
SOFTWARE TESTING INTEGRATION TESTING.pptx
Test pyramid
unittesting-190620114546 (1).pptx document
Primary Applications of Integration Testing.pdf
Integration Testing A Brief Guide.pdf
INTEGRATION TESTING IN software development.pptx
System testing in software engineering.pptx
Project Onion unit test environment
INTEGRATION TESTING
Integration test
Integration_Testing presentation of software engineering
What Is Integration Testing? Types, Tools, Best Practices, and More
Software Testing Strategies
Integration and System Testing SE Unit-4 Part-4.pdf
Exploring Integration Testing Ensuring Seamless Software Functionality.pdf
10-Testing-system.pdf

More from David Völkel (13)

PDF
Die Kunst der kleinen Schritte - Softwerkskammer Lübeck
PDF
KPI Driven-Development in der Praxis - XP Days Germany
PDF
KPI-Driven-Development
PDF
TDD Trade-Offs @Softwerkskammer Karlsruhe
PDF
Global Day of Coderetreat Munich 2018
PDF
Trade Off!
PDF
Die Kunst der kleinen Schritte - XP Days Germany 2018
PDF
Global Day of Coderetreat Munich 2017
PDF
Wann soll ich mocken?
PDF
Baby Steps TDD Approaches
PDF
Clean Test Code (Clean Code Days)
PDF
Clean Test Code
PDF
Mockist vs. Classicists TDD
Die Kunst der kleinen Schritte - Softwerkskammer Lübeck
KPI Driven-Development in der Praxis - XP Days Germany
KPI-Driven-Development
TDD Trade-Offs @Softwerkskammer Karlsruhe
Global Day of Coderetreat Munich 2018
Trade Off!
Die Kunst der kleinen Schritte - XP Days Germany 2018
Global Day of Coderetreat Munich 2017
Wann soll ich mocken?
Baby Steps TDD Approaches
Clean Test Code (Clean Code Days)
Clean Test Code
Mockist vs. Classicists TDD

Recently uploaded (20)

PDF
Understanding Forklifts - TECH EHS Solution
PPTX
ai tools demonstartion for schools and inter college
PPTX
L1 - Introduction to python Backend.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Digital Strategies for Manufacturing Companies
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
top salesforce developer skills in 2025.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Nekopoi APK 2025 free lastest update
PPTX
history of c programming in notes for students .pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Transform Your Business with a Software ERP System
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
Understanding Forklifts - TECH EHS Solution
ai tools demonstartion for schools and inter college
L1 - Introduction to python Backend.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Digital Strategies for Manufacturing Companies
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PTS Company Brochure 2025 (1).pdf.......
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
top salesforce developer skills in 2025.pdf
Reimagine Home Health with the Power of Agentic AI​
Softaken Excel to vCard Converter Software.pdf
How Creative Agencies Leverage Project Management Software.pdf
Nekopoi APK 2025 free lastest update
history of c programming in notes for students .pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Operating system designcfffgfgggggggvggggggggg
Transform Your Business with a Software ERP System
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
How to Choose the Right IT Partner for Your Business in Malaysia

Unit vs. Integration Tests