SlideShare a Scribd company logo
Code Katas
for Magento 2
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Code Kata?
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
We practice our craft.
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Like an 80s movie
Training Montage
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Today's Kata:
Magento 2 Total Model
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Training Module: Example_GiftItem
Add a free water bottle to the cart
when the customer adds a product from the
sample data Bags attribute set.
https://github.com/Vinai/module-example-giftitem
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Training Module: Example_GiftItem
The gift item total model is responsible for
setting the price of gift items to zero.
https://github.com/Vinai/module-example-giftitem
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
What does this
kata teach?
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
(1/2) Generic skills:
4 TDD Red-Green-Refactor process
4 Working with stubs & mocks
4 Separating pure functions and
side effects
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
(2/2) Magento 2 skills:
4 Test driving Magento code
4 Memorizing the total model architecture
4 Dealing with Law of Demeter violations
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Getting started:
# Create module dir
mkdir -p app/code/Example && cd app/code/Example
# Clone repo
git clone https://github.com/Vinai/module-example-giftitem.git GiftItem
cd GiftItem
# Check out git tag
git checkout beginning-of-kata
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Kata Task:
Test drive the Example_GiftItem total model
ModelTotalsGiftItemAddressTotal
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Target collect() behavior:
4 Subtract gift item row totals and base row totals
from the subtotal
4 Set calculation_price
and base_calculation_price
of every gift item to zero
4 Call calcRowTotal on each item
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
Enjoy the session and feel
those reflexes get sharper!
TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp

More Related Content

PDF
Magento 2 TDD Code Kata
PDF
Testing Magento 2
PDF
Writing Testable Code (for Magento 1 and 2) 2016 Romaina
PDF
Becoming Certified - MageTitansMCR 2018
PDF
Getting your hands dirty testing Magento 2 (at MageTitansIT)
PDF
Hyvä: Compatibility Modules
PDF
Hyvä from a developer perspective
PDF
Magento 2: Modernizing an eCommerce Powerhouse
Magento 2 TDD Code Kata
Testing Magento 2
Writing Testable Code (for Magento 1 and 2) 2016 Romaina
Becoming Certified - MageTitansMCR 2018
Getting your hands dirty testing Magento 2 (at MageTitansIT)
Hyvä: Compatibility Modules
Hyvä from a developer perspective
Magento 2: Modernizing an eCommerce Powerhouse

What's hot (20)

PDF
Magento 2 - An Intro to a Modern PHP-Based System - Northeast PHP 2015
PPTX
Imagine recap-devhub
PDF
Max Yekaterinenko - Magento 2 & Quality
PDF
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
PDF
How To Install Magento 2 (updated for the latest version)
PDF
How to Install Magento 2 [Latest Version]
PDF
Ajax for PHP Developers
PPTX
Dependency Injection Extended: the way to advanced Magento 2 development
PPTX
Magento 2 development
PDF
Architecture in-the-small-slides
PPTX
ASP.NET을 중심으로 한 웹 개발 기술의 발전과 마이크로소프트의 최근 동향
PDF
Magento 2 Modules are Easy!
PDF
Magento 2 Design Patterns
PPTX
Testing in Magento 2
PDF
Fundamentals of Extending Magento 2 - php[world] 2015
PDF
2020 [pweb] 13 typescript
PPTX
MidwestPHP - Getting Started with Magento 2
PDF
Igor Bondarenko - Process organization of the development modules specific to...
PDF
Oleh Kobchenko - Configure Magento 2 to get maximum performance
TXT
Job
Magento 2 - An Intro to a Modern PHP-Based System - Northeast PHP 2015
Imagine recap-devhub
Max Yekaterinenko - Magento 2 & Quality
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
How To Install Magento 2 (updated for the latest version)
How to Install Magento 2 [Latest Version]
Ajax for PHP Developers
Dependency Injection Extended: the way to advanced Magento 2 development
Magento 2 development
Architecture in-the-small-slides
ASP.NET을 중심으로 한 웹 개발 기술의 발전과 마이크로소프트의 최근 동향
Magento 2 Modules are Easy!
Magento 2 Design Patterns
Testing in Magento 2
Fundamentals of Extending Magento 2 - php[world] 2015
2020 [pweb] 13 typescript
MidwestPHP - Getting Started with Magento 2
Igor Bondarenko - Process organization of the development modules specific to...
Oleh Kobchenko - Configure Magento 2 to get maximum performance
Job
Ad

Similar to Magento 2 TDD Code Kata Intro (20)

PDF
Writing Testable Code (for Magento 1 and 2)
PDF
Getting your Hands Dirty Testing Magento 2 (at London Meetup)
PDF
Vinai Kopp - How i develop M2 modules
PDF
Contribution Day Guide - MM19JP
PPT
Modern Module Architecture
PDF
Magento Commerce Global contribution day 2020
PDF
SOS UiComponents
PPT
PDF
Ai for Art and Design with TensorFlow Lite - TFUG India Summit
PDF
ClojureScript in Magento 2 - PHPUGMRN
PDF
Magento best practices
PDF
Contribution day guide. MM19ES 2019
PDF
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
PDF
JS Fest 2019. Minko Gechev. Building Fast Angular Applications by Default
PDF
From a native app to a webapp using Node.js and emscripten
PPTX
Engaging Tech Students Past Traditional Hands On
PDF
35C3: EventFahrplan - Lightning Talk - Day 2
PPTX
How To Win a Hackaton - My thoughts on the WebGeek Devcup
PPTX
Database versioning in golang
PDF
Angular 2 : learn TypeScript already with Angular 1
Writing Testable Code (for Magento 1 and 2)
Getting your Hands Dirty Testing Magento 2 (at London Meetup)
Vinai Kopp - How i develop M2 modules
Contribution Day Guide - MM19JP
Modern Module Architecture
Magento Commerce Global contribution day 2020
SOS UiComponents
Ai for Art and Design with TensorFlow Lite - TFUG India Summit
ClojureScript in Magento 2 - PHPUGMRN
Magento best practices
Contribution day guide. MM19ES 2019
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
JS Fest 2019. Minko Gechev. Building Fast Angular Applications by Default
From a native app to a webapp using Node.js and emscripten
Engaging Tech Students Past Traditional Hands On
35C3: EventFahrplan - Lightning Talk - Day 2
How To Win a Hackaton - My thoughts on the WebGeek Devcup
Database versioning in golang
Angular 2 : learn TypeScript already with Angular 1
Ad

More from vinaikopp (8)

PPTX
Building Mage-OS - MageTitans 2023
PDF
Property Based Testing in PHP
PDF
Property based testing - MageTestFest 2019
PDF
ClojureScript in Magento 2 - MageTitansMCR 2017
PDF
Lizards & Pumpkins Catalog Replacement at mm17de
PDF
Stories from the other side
PDF
Writing testable Code (MageTitans Mini 2016)
PPT
The beautiful Magento module - MageTitans 2014
Building Mage-OS - MageTitans 2023
Property Based Testing in PHP
Property based testing - MageTestFest 2019
ClojureScript in Magento 2 - MageTitansMCR 2017
Lizards & Pumpkins Catalog Replacement at mm17de
Stories from the other side
Writing testable Code (MageTitans Mini 2016)
The beautiful Magento module - MageTitans 2014

Recently uploaded (20)

PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Spectroscopy.pptx food analysis technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Cloud computing and distributed systems.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Approach and Philosophy of On baking technology
PDF
Electronic commerce courselecture one. Pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Spectroscopy.pptx food analysis technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction
Building Integrated photovoltaic BIPV_UPV.pdf
Cloud computing and distributed systems.
Reach Out and Touch Someone: Haptics and Empathic Computing
Approach and Philosophy of On baking technology
Electronic commerce courselecture one. Pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
NewMind AI Weekly Chronicles - August'25-Week II
gpt5_lecture_notes_comprehensive_20250812015547.pdf
MIND Revenue Release Quarter 2 2025 Press Release
MYSQL Presentation for SQL database connectivity
Chapter 3 Spatial Domain Image Processing.pdf
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx

Magento 2 TDD Code Kata Intro

  • 1. Code Katas for Magento 2 TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 2. Code Kata? TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 3. We practice our craft. TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 4. Like an 80s movie Training Montage TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 5. Today's Kata: Magento 2 Total Model TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 6. Training Module: Example_GiftItem Add a free water bottle to the cart when the customer adds a product from the sample data Bags attribute set. https://github.com/Vinai/module-example-giftitem TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 7. Training Module: Example_GiftItem The gift item total model is responsible for setting the price of gift items to zero. https://github.com/Vinai/module-example-giftitem TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 8. What does this kata teach? TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 9. (1/2) Generic skills: 4 TDD Red-Green-Refactor process 4 Working with stubs & mocks 4 Separating pure functions and side effects TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 10. (2/2) Magento 2 skills: 4 Test driving Magento code 4 Memorizing the total model architecture 4 Dealing with Law of Demeter violations TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 11. Getting started: # Create module dir mkdir -p app/code/Example && cd app/code/Example # Clone repo git clone https://github.com/Vinai/module-example-giftitem.git GiftItem cd GiftItem # Check out git tag git checkout beginning-of-kata TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 12. Kata Task: Test drive the Example_GiftItem total model ModelTotalsGiftItemAddressTotal TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 13. Target collect() behavior: 4 Subtract gift item row totals and base row totals from the subtotal 4 Set calculation_price and base_calculation_price of every gift item to zero 4 Call calcRowTotal on each item TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp
  • 14. Enjoy the session and feel those reflexes get sharper! TDD Magento 2 Kata - #MageTestFest, Nov. 2017 - contact@vinaikopp.com - twitter://@VinaiKopp