SlideShare a Scribd company logo
TDD 101
4. Testing the unpredictable
Testing the unpredictable
Testing the
unpredictable
Elements beyond our system:

• Randomness

• Time

• File system

You can’t rely on their behavior
How can we test?
1. Things that
are using
unpredictable
components
They are global state dependencies

Isolate and extract

Invert dependency

Stub for testing
Example class User
{
private $id;
private $name;
public function __construct(string $name)
{
$this->id = Uuid::uuid4();
$this->name = $name;
}
}
Example class User
{
private $id;
private $name;
public function __construct(
UserId $id,
string $name
) {
$this->id = $id;
$this->name = $name;
}
}
2. Things that
are
unpredictable
Don’t test what you don’t own

Test for properties of the output, not the
output itself
Example class PasswordGeneratorTest extends TestCase
{
public function testShouldBeLongEnough()
{
$password = $this->generator->generate();
$this->assertTrue(strlen($password) > 9);
}
}
Avoid coupling with
dependency inversion
Dependency
Inversion
High level modules should not depend on
low level modules, both should depend
on abstractions.

Abstractions should not depend on
details. Details should depend on
abstractions.
Thigh coupling
MyClass
Dependency
Uses
Dependency inversion
MyClass
Interface
Dependency
Uses
Implements
Dependency inversion & adapter pattern
MyClass
Interface Dependency
Uses
Implements
Adapter
Uses
Testing the unpredictable

More Related Content

PDF
PDF
Testing orm based code
PDF
Magic methods
PPTX
PHP 5 Magic Methods
PPTX
PPTX
Test in action week 4
PDF
Effective Unit Testing
PPTX
Test in action – week 1
Testing orm based code
Magic methods
PHP 5 Magic Methods
Test in action week 4
Effective Unit Testing
Test in action – week 1

What's hot (20)

ODP
Grails unit testing
PPTX
Web scraping using scrapy - zekeLabs
PPTX
Easy mock
ODP
Interaction testing using mock objects
PDF
Class-based views with Django
PPTX
Introduction to ruby eval
PPTX
Test in action week 3
PDF
Metaprogramming in Ruby
PPTX
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
PPTX
Unit Testing and Mocking using MOQ
PPTX
Easy mockppt
PPTX
Pragmatic unittestingwithj unit
PPTX
Unit-Testing Your Legacy JavaScript
PDF
اسلاید جلسه ۹ کلاس پایتون برای هکر های قانونی
PPTX
Easy mock
PPTX
The secret unit testing tools no one has ever told you about
PPTX
mediator
PDF
Mockito intro
PDF
Unit testing in xcode 8 with swift
KEY
What's new in Django 1.2?
Grails unit testing
Web scraping using scrapy - zekeLabs
Easy mock
Interaction testing using mock objects
Class-based views with Django
Introduction to ruby eval
Test in action week 3
Metaprogramming in Ruby
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
Unit Testing and Mocking using MOQ
Easy mockppt
Pragmatic unittestingwithj unit
Unit-Testing Your Legacy JavaScript
اسلاید جلسه ۹ کلاس پایتون برای هکر های قانونی
Easy mock
The secret unit testing tools no one has ever told you about
mediator
Mockito intro
Unit testing in xcode 8 with swift
What's new in Django 1.2?
Ad

Similar to Testing the unpredictable (20)

PDF
Testing legacy code
PPTX
Automated php unit testing in drupal 8
PDF
Why Your Test Suite Sucks - PHPCon PL 2015
PDF
Breaking Dependencies to Allow Unit Testing
PDF
Breaking Dependencies To Allow Unit Testing - Steve Smith | FalafelCON 2014
PPTX
Breaking Dependencies to Allow Unit Testing
PDF
Alexander Makarov "Let’s talk about code"
PDF
Unit Testing
PDF
Unit Testing & TDD Training for Mobile Apps
PPT
Unit testing
PPTX
Principles and patterns for test driven development
PDF
Demystifying Object-Oriented Programming - PHP UK Conference 2017
PPTX
Advance unittest
PPTX
ONE MORE TIME ABOUT CODE STANDARDS AND BEST PRACTICES
PPTX
UNIT - IIInew.pptx
PPTX
Coding for Scale and Sanity
PDF
Introduction to Unit Testing (Part 1 of 2)
PDF
Property Based Testing in PHP
PPT
Testing And Drupal
Testing legacy code
Automated php unit testing in drupal 8
Why Your Test Suite Sucks - PHPCon PL 2015
Breaking Dependencies to Allow Unit Testing
Breaking Dependencies To Allow Unit Testing - Steve Smith | FalafelCON 2014
Breaking Dependencies to Allow Unit Testing
Alexander Makarov "Let’s talk about code"
Unit Testing
Unit Testing & TDD Training for Mobile Apps
Unit testing
Principles and patterns for test driven development
Demystifying Object-Oriented Programming - PHP UK Conference 2017
Advance unittest
ONE MORE TIME ABOUT CODE STANDARDS AND BEST PRACTICES
UNIT - IIInew.pptx
Coding for Scale and Sanity
Introduction to Unit Testing (Part 1 of 2)
Property Based Testing in PHP
Testing And Drupal
Ad

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
System and Network Administration Chapter 2
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Essential Infomation Tech presentation.pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
AI in Product Development-omnex systems
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
System and Network Administraation Chapter 3
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Introduction to Artificial Intelligence
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 41
System and Network Administration Chapter 2
PTS Company Brochure 2025 (1).pdf.......
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Upgrade and Innovation Strategies for SAP ERP Customers
Adobe Illustrator 28.6 Crack My Vision of Vector Design
L1 - Introduction to python Backend.pptx
Essential Infomation Tech presentation.pptx
Digital Strategies for Manufacturing Companies
Design an Analysis of Algorithms II-SECS-1021-03
AI in Product Development-omnex systems
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
System and Network Administraation Chapter 3
Which alternative to Crystal Reports is best for small or large businesses.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Introduction to Artificial Intelligence
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf

Testing the unpredictable