SlideShare a Scribd company logo
@gil_zilberfeld@gil_zilberfeld
Dependency Injection
and what it means for
testers
@gil_zilberfeld
Hello!
I AM GIL ZILBERFELD
www.gilzilberfeld.com
www.everydayunittesting.com
@gil_zilberfeld
@gil_zilberfeld
Dependency Injection
Is a technique whereby one
object supplies the
dependencies of another
object.
@gil_zilberfeld
@gil_zilberfeld
Simple Example
Instead of:
Pass the dependency:
@gil_zilberfeld
Why DI?
◉ Separate creation from usage
◉ Increase decoupling
◉ Ability to inject similar objects
◉ Increase testability
@gil_zilberfeld
@gil_zilberfeld
What is Spring?
◉ Originally a dependency injection framework
◉ Now a very useful and complex runtime for Java
@gil_zilberfeld
Testing with Spring
◉ Spring injection can easily swap dependencies:
 3rd party components
 External services
 Redirection
 Mocks
@gil_zilberfeld
@gil_zilberfeld
Spring Test using Injection
@gil_zilberfeld
Spring Test using Injection
@gil_zilberfeld
@gil_zilberfeld
MockBean injection
@gil_zilberfeld
@gil_zilberfeld
Mocking A Web Server
@gil_zilberfeld
@gil_zilberfeld
Mocking APIs
@gil_zilberfeld
@gil_zilberfeld
@gil_zilberfeld
@gil_zilberfeld
@gil_zilberfeld
Thanks!
ANY QUESTIONS?
You can find me at:
@gil_zilberfeld
Gil.Zilberfeld@gmail.com
http://www.GilZilberfeld.com
http://www.EverydayUnitTesting.com

More Related Content

PPTX
Comments are Useless
PPTX
Dirty tests and How To Clean Them
PPTX
Unit testing for Grown-ups
PPTX
Zen and the art of Test Maintenance - #TestIL Meetup Tel Aviv
PPTX
Zen And the Art of Test Maintenance Presentation
PPTX
Spock: It's Only Logical
PPTX
Better Estimation and Planning
PPTX
Zen and the Art of Test Maintenance
Comments are Useless
Dirty tests and How To Clean Them
Unit testing for Grown-ups
Zen and the art of Test Maintenance - #TestIL Meetup Tel Aviv
Zen And the Art of Test Maintenance Presentation
Spock: It's Only Logical
Better Estimation and Planning
Zen and the Art of Test Maintenance

More from Gil Zilberfeld (20)

PPTX
Spring Testing Features
PPTX
Better Estimation and Planning
PPTX
The Untold User Story
PPTX
Real Life Test Maintenance
PPTX
The Whole Story - Mapping, Slicing and Figuring things out
PPTX
Fractal test planning
PPTX
Beter code for better tests
PPTX
The fastest BDD crash-course ever
PPTX
Agile Intro to DevOps
PDF
Playing games remotely
PPTX
A Horror Story
PPTX
An agile introduction to DevOps
PPTX
Why TDD is Important for Everyone
PPTX
Creating A Unit Testing Strategy
PPTX
PPTX
Introduction to BDD
PPTX
Introduction to Unit Testing
PPTX
Interview with the Vampire
PPTX
TDD for the rest of us
PPTX
Spring Testing Features
Better Estimation and Planning
The Untold User Story
Real Life Test Maintenance
The Whole Story - Mapping, Slicing and Figuring things out
Fractal test planning
Beter code for better tests
The fastest BDD crash-course ever
Agile Intro to DevOps
Playing games remotely
A Horror Story
An agile introduction to DevOps
Why TDD is Important for Everyone
Creating A Unit Testing Strategy
Introduction to BDD
Introduction to Unit Testing
Interview with the Vampire
TDD for the rest of us
Ad

Recently uploaded (20)

PPTX
history of c programming in notes for students .pptx
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Introduction to Artificial Intelligence
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
top salesforce developer skills in 2025.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Essential Infomation Tech presentation.pptx
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
AI in Product Development-omnex systems
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Understanding Forklifts - TECH EHS Solution
history of c programming in notes for students .pptx
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Odoo POS Development Services by CandidRoot Solutions
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Operating system designcfffgfgggggggvggggggggg
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction to Artificial Intelligence
Design an Analysis of Algorithms II-SECS-1021-03
top salesforce developer skills in 2025.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
How to Migrate SBCGlobal Email to Yahoo Easily
VVF-Customer-Presentation2025-Ver1.9.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Essential Infomation Tech presentation.pptx
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
How to Choose the Right IT Partner for Your Business in Malaysia
AI in Product Development-omnex systems
Navsoft: AI-Powered Business Solutions & Custom Software Development
Understanding Forklifts - TECH EHS Solution
Ad

Dependency injection and Why It Matters to Testers