SlideShare a Scribd company logo
SPRINT3R 
TDD with PHP 
สมเกียรติ ปุ๋ยสูงเนิน 
SPRINT3R โดย บริษัท สยาม๡ำนาญกิจ จำกัด บริษัท ออด-อี (ประเทศไทย) จำกัด และพันธมิตร 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Unit Test คืออะไร 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
๤่วนหนึ่งของ code 
SPRINT3R 
ที่เรียกใ๡้งาน๤่วนอื่นๆ ของ code 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
ใ๡้ตรวจสอบ 
SPRINT3R 
สมมุติฐานว่าถูกต้องหรือไม่ 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Unit = Unit of Work 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
โครงสร้างของ Unit Test 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
กำหนด precondition และ input 
SPRINT3R 
การกระทำบน method ที่ต้องการทดสอบ 
๤ิ่งที่คาดหวังจากการทดสอบ 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
ถ้าระบบมัน๢ับ๢้อนล่ะ ? 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance 
ORDER SERVICE 
ORDER 
REPOSITORY 
EMAIL SENDER 
KEEP LOGGING
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
TEST DOUBLE 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Mock Dependencies 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance 
ORDER SERVICE 
ORDER 
REPOSITORY 
EMAIL SENDER 
KEEP LOGGING
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
แนวปฏิบัติการเขียน Unit Test ? 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Test Last 
SPRINT3R 
Test After Development 
Plain Old Unit Test 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Test Last 
SPRINT3R 
ขั้นตอนที่ 1 เขียน code 
ขั้นตอนที่ 2 เขียน test 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Test First 
SPRINT3R 
ขั้นตอนที่ 1 เขียน test 
ขั้นตอนที่ 2 เขียน code 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
แล้ว TDD ล่ะ คืออะไร ? 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Design technique 
that drive the development process 
Martin Fowler 
SPRINT3R 
through testing 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Good design is Testability 
Robert C. Martin 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
สรุป TDD ด้วย 3 รูป 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
TDD CYCLE 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
TDD มีประโยชน์อะไร ? 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
มันจะกลายเป็นเอกสาร 
SPRINT3R 
ตัวอย่างการใ๡้งาน code 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
Feedback loop 
๡่วยเรื่อง Regression test 
SPRINT3R 
ไม่กลัวการเปลี่ยนแปลง 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
ความยากก็คือ 
SPRINT3R 
จะเริ่มต้นอย่างไรดี ? 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
BUG DRIVEN DEVELOPMENT 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
LEGACY CODE 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
START SMALL 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
PAIR PROGRAMMING 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
KATA/DOJO 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance 
ไม่เขียน test ก่อน 
เป้าหมายคือ Code 
Coverage 
ใ๡้เวลาทดสอบนาน 
Test ที่เขียนใหม่ไม่ 
fail 
ทำการทดสอบ method 
โดยไม่สนใจ behaviour 
ไม่ทำการ Refactor 
code 
Skip test 
๡ื่อแย่ โครงสร้างห่วย
SPRINT3R 
GOOD TEST 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
แล้วยังไงล่ะ !! 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
TEST DRIVEN DEVELOPMENT 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
ACCEPTANCE TEST DRIVEN DEVELOPMENT 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
LARGER FEEDBACK LOOP 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
เครื่องมือในภาษา PHP 
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance
SPRINT3R 
Siam Chamnankit Co., Ltd., Odd-e (Thailand) Co., Ltd. and Alliance

More Related Content

Viewers also liked

Mary Beth Face Paint
Mary Beth Face PaintMary Beth Face Paint
Mary Beth Face Paint
jbirdink
 
維基經濟學
維基經濟學維基經濟學
維基經濟學qwer1
 
Beleidsplanning algemeen - deel 1
Beleidsplanning algemeen - deel 1Beleidsplanning algemeen - deel 1
Beleidsplanning algemeen - deel 1
Socius - steunpunt sociaal-cultureel werk
 
Saturday.presentation 2
Saturday.presentation 2Saturday.presentation 2
Saturday.presentation 2
metrolindsay
 
TPSE2014 :: Test Driven Development
TPSE2014 :: Test Driven DevelopmentTPSE2014 :: Test Driven Development
TPSE2014 :: Test Driven Development
Somkiat Puisungnoen
 
Tooldag 'Financiële planning'
Tooldag 'Financiële planning'Tooldag 'Financiële planning'
Tooldag 'Financiële planning'
Socius - steunpunt sociaal-cultureel werk
 
Gedeelde waarde creëren samen met je stakeholders
Gedeelde waarde creëren samen met je stakeholdersGedeelde waarde creëren samen met je stakeholders
Gedeelde waarde creëren samen met je stakeholders
Socius - steunpunt sociaal-cultureel werk
 
Beleidsplanning voor starters
Beleidsplanning voor startersBeleidsplanning voor starters
Beleidsplanning voor starters
Socius - steunpunt sociaal-cultureel werk
 
Innovatie in het sociaal-cultureel werk
Innovatie in het sociaal-cultureel werkInnovatie in het sociaal-cultureel werk
Innovatie in het sociaal-cultureel werk
Socius - steunpunt sociaal-cultureel werk
 
Economics 4 & 5 with corrections
Economics 4 & 5 with correctionsEconomics 4 & 5 with corrections
Economics 4 & 5 with correctionsJerri Hernandez
 
eCommerce y Negocios por Internet en America Latina
eCommerce y Negocios por Internet en America LatinaeCommerce y Negocios por Internet en America Latina
eCommerce y Negocios por Internet en America Latina
Marcos Pueyrredon
 
Conferenza Pymaemo
Conferenza PymaemoConferenza Pymaemo
Conferenza Pymaemo
Andrea Grandi
 
3 eixos per 3 diputats
3 eixos per 3 diputats3 eixos per 3 diputats
3 eixos per 3 diputatsguest822e85
 
Что происходило в отрасли в 2014 году: Достижения и планы на будущее
Что происходило в отрасли в 2014 году: Достижения и планы на будущееЧто происходило в отрасли в 2014 году: Достижения и планы на будущее
Что происходило в отрасли в 2014 году: Достижения и планы на будущее
Natasha Khramtsovsky
 
Cuadros Que Nunca Pintare
Cuadros Que Nunca PintareCuadros Que Nunca Pintare
Cuadros Que Nunca PintareAmio Cajander
 
Эквивалентность бумажных и электронных документов
Эквивалентность бумажных и электронных документовЭквивалентность бумажных и электронных документов
Эквивалентность бумажных и электронных документов
Natasha Khramtsovsky
 
Europa voor de burger
Europa voor de burgerEuropa voor de burger
Trias
TriasTrias

Viewers also liked (20)

Mary Beth Face Paint
Mary Beth Face PaintMary Beth Face Paint
Mary Beth Face Paint
 
維基經濟學
維基經濟學維基經濟學
維基經濟學
 
Where Is Carbonluisalan
Where Is CarbonluisalanWhere Is Carbonluisalan
Where Is Carbonluisalan
 
Beleidsplanning algemeen - deel 1
Beleidsplanning algemeen - deel 1Beleidsplanning algemeen - deel 1
Beleidsplanning algemeen - deel 1
 
Saturday.presentation 2
Saturday.presentation 2Saturday.presentation 2
Saturday.presentation 2
 
Introduction to Git and Github
Introduction to Git and GithubIntroduction to Git and Github
Introduction to Git and Github
 
TPSE2014 :: Test Driven Development
TPSE2014 :: Test Driven DevelopmentTPSE2014 :: Test Driven Development
TPSE2014 :: Test Driven Development
 
Tooldag 'Financiële planning'
Tooldag 'Financiële planning'Tooldag 'Financiële planning'
Tooldag 'Financiële planning'
 
Gedeelde waarde creëren samen met je stakeholders
Gedeelde waarde creëren samen met je stakeholdersGedeelde waarde creëren samen met je stakeholders
Gedeelde waarde creëren samen met je stakeholders
 
Beleidsplanning voor starters
Beleidsplanning voor startersBeleidsplanning voor starters
Beleidsplanning voor starters
 
Innovatie in het sociaal-cultureel werk
Innovatie in het sociaal-cultureel werkInnovatie in het sociaal-cultureel werk
Innovatie in het sociaal-cultureel werk
 
Economics 4 & 5 with corrections
Economics 4 & 5 with correctionsEconomics 4 & 5 with corrections
Economics 4 & 5 with corrections
 
eCommerce y Negocios por Internet en America Latina
eCommerce y Negocios por Internet en America LatinaeCommerce y Negocios por Internet en America Latina
eCommerce y Negocios por Internet en America Latina
 
Conferenza Pymaemo
Conferenza PymaemoConferenza Pymaemo
Conferenza Pymaemo
 
3 eixos per 3 diputats
3 eixos per 3 diputats3 eixos per 3 diputats
3 eixos per 3 diputats
 
Что происходило в отрасли в 2014 году: Достижения и планы на будущее
Что происходило в отрасли в 2014 году: Достижения и планы на будущееЧто происходило в отрасли в 2014 году: Достижения и планы на будущее
Что происходило в отрасли в 2014 году: Достижения и планы на будущее
 
Cuadros Que Nunca Pintare
Cuadros Que Nunca PintareCuadros Que Nunca Pintare
Cuadros Que Nunca Pintare
 
Эквивалентность бумажных и электронных документов
Эквивалентность бумажных и электронных документовЭквивалентность бумажных и электронных документов
Эквивалентность бумажных и электронных документов
 
Europa voor de burger
Europa voor de burgerEuropa voor de burger
Europa voor de burger
 
Trias
TriasTrias
Trias
 

More from Somkiat Puisungnoen

Next of Java 2022
Next of Java 2022Next of Java 2022
Next of Java 2022
Somkiat Puisungnoen
 
Sck spring-reactive
Sck spring-reactiveSck spring-reactive
Sck spring-reactive
Somkiat Puisungnoen
 
Part 2 :: Spring Boot testing
Part 2 :: Spring Boot testingPart 2 :: Spring Boot testing
Part 2 :: Spring Boot testing
Somkiat Puisungnoen
 
vTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring BootvTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring Boot
Somkiat Puisungnoen
 
Lesson learned from React native and Flutter
Lesson learned from React native and FlutterLesson learned from React native and Flutter
Lesson learned from React native and Flutter
Somkiat Puisungnoen
 
Angular :: basic tuning performance
Angular :: basic tuning performanceAngular :: basic tuning performance
Angular :: basic tuning performance
Somkiat Puisungnoen
 
Shared code between projects
Shared code between projectsShared code between projects
Shared code between projects
Somkiat Puisungnoen
 
Distributed Tracing
Distributed Tracing Distributed Tracing
Distributed Tracing
Somkiat Puisungnoen
 
Manage data of service
Manage data of serviceManage data of service
Manage data of service
Somkiat Puisungnoen
 
RobotFramework Meetup at Thailand #2
RobotFramework Meetup at Thailand #2RobotFramework Meetup at Thailand #2
RobotFramework Meetup at Thailand #2
Somkiat Puisungnoen
 
Visual testing
Visual testingVisual testing
Visual testing
Somkiat Puisungnoen
 
Cloud Native App
Cloud Native AppCloud Native App
Cloud Native App
Somkiat Puisungnoen
 
Wordpress for Newbie
Wordpress for NewbieWordpress for Newbie
Wordpress for Newbie
Somkiat Puisungnoen
 
Sck Agile in Real World
Sck Agile in Real WorldSck Agile in Real World
Sck Agile in Real World
Somkiat Puisungnoen
 
Clean you code
Clean you codeClean you code
Clean you code
Somkiat Puisungnoen
 
SCK Firestore at CNX
SCK Firestore at CNXSCK Firestore at CNX
SCK Firestore at CNX
Somkiat Puisungnoen
 
Unhappiness Developer
Unhappiness DeveloperUnhappiness Developer
Unhappiness Developer
Somkiat Puisungnoen
 
The Beauty of BAD code
The Beauty of  BAD codeThe Beauty of  BAD code
The Beauty of BAD code
Somkiat Puisungnoen
 
React in the right way
React in the right wayReact in the right way
React in the right way
Somkiat Puisungnoen
 

More from Somkiat Puisungnoen (20)

Next of Java 2022
Next of Java 2022Next of Java 2022
Next of Java 2022
 
Sck spring-reactive
Sck spring-reactiveSck spring-reactive
Sck spring-reactive
 
Part 2 :: Spring Boot testing
Part 2 :: Spring Boot testingPart 2 :: Spring Boot testing
Part 2 :: Spring Boot testing
 
vTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring BootvTalk#1 Microservices with Spring Boot
vTalk#1 Microservices with Spring Boot
 
Lesson learned from React native and Flutter
Lesson learned from React native and FlutterLesson learned from React native and Flutter
Lesson learned from React native and Flutter
 
devops
devops devops
devops
 
Angular :: basic tuning performance
Angular :: basic tuning performanceAngular :: basic tuning performance
Angular :: basic tuning performance
 
Shared code between projects
Shared code between projectsShared code between projects
Shared code between projects
 
Distributed Tracing
Distributed Tracing Distributed Tracing
Distributed Tracing
 
Manage data of service
Manage data of serviceManage data of service
Manage data of service
 
RobotFramework Meetup at Thailand #2
RobotFramework Meetup at Thailand #2RobotFramework Meetup at Thailand #2
RobotFramework Meetup at Thailand #2
 
Visual testing
Visual testingVisual testing
Visual testing
 
Cloud Native App
Cloud Native AppCloud Native App
Cloud Native App
 
Wordpress for Newbie
Wordpress for NewbieWordpress for Newbie
Wordpress for Newbie
 
Sck Agile in Real World
Sck Agile in Real WorldSck Agile in Real World
Sck Agile in Real World
 
Clean you code
Clean you codeClean you code
Clean you code
 
SCK Firestore at CNX
SCK Firestore at CNXSCK Firestore at CNX
SCK Firestore at CNX
 
Unhappiness Developer
Unhappiness DeveloperUnhappiness Developer
Unhappiness Developer
 
The Beauty of BAD code
The Beauty of  BAD codeThe Beauty of  BAD code
The Beauty of BAD code
 
React in the right way
React in the right wayReact in the right way
React in the right way
 

TDD with PHP