SlideShare uma empresa Scribd logo
1 de 18
REST API-LEVEL TDD WITH
NODEJS
Dang Viet Ha @ Tech Talk #2, Hanoi 2016
AGENDA
 What is TDD?
 The Benefits and Limitations of TDD
 Common Pitfalls of TDD
 REST-API TDD with Node.js
 Demo
 Question?
WHAT IS TDD?
 TDD: Test Driven Development refers to a style of programming
in which three activities are tightly interwoven
1. Coding
2. Testing (Unit Test)
3. Design (Refactoring)
 Basic Philosophy
1. write a "single" unit test describing an aspect of the program
2. run the test, which should fail because the program lacks that feature
3. write "just enough" code, the simplest possible, to make the test pass
4. "refactor" the code until it conforms to the simplicity criteria
5. repeat, "accumulating" unit tests over time
WHAT IS TDD?
THE BENEFITS AND LIMITATIONS
 Benefits
1. Writing tests first require you to really consider what you want from the code
2. Short feedback loop
3. Reduced time in rework
4. Less time spent in the debugger
5. Simplification & Loose Coupling (DI)
6. Improves quality and reduces bugs
 Limitations
1. Bigger up-front cost
2. Some codes are difficult to write the test.
3. Focus on micro-design not macro-design
4. Need to use mock to reproduce the real world.
5. Cannot cover all functional testing (UI, DB, Network,…)
COMMON PITFALLS
 Individual mistakes
1. Forgetting to run tests frequently
2. Writing too many tests at once
3. Writing tests that are too large or coarse-grained
4. Writing overly trivial tests, for instance omitting assertions
5. Writing tests for trivial code, for instance assessors
 Team pitfalls
1. Partial adoption - only a few developers on the team use TDD
2. Poor maintenance of the test suite - most commonly leading to a test suite
with a prohibitively long running time
3. Abandoned test suite (i.e. seldom or never run) - sometimes as a result of
poor maintenance, sometimes as a result of team turnover
REST-API TDD WITH NODE.JS
 REST-API: Express and Mongoose
 Authorization: Passport
 Dependencies Injection: Wagner
 Test framework: Mocha
 Validation & Assertion: Assert
 HTTP Request: Super-Agent
 Test And Watch task running: Gulp
REST-API
MOCHA
MOCHA
MOCHA
GULP TASK
DEMO
DEMO
DEMO
DEMO
DEMO
Q&A

Mais conteúdo relacionado

Mais procurados

Tdd in php a brief example
Tdd in php   a brief exampleTdd in php   a brief example
Tdd in php a brief example
Jeremy Kendall
 

Mais procurados (18)

Unit tests benefits
Unit tests benefitsUnit tests benefits
Unit tests benefits
 
Code Review
Code ReviewCode Review
Code Review
 
RESTful Microservices
RESTful MicroservicesRESTful Microservices
RESTful Microservices
 
Code Review
Code ReviewCode Review
Code Review
 
Android Devops : Master Continuous Integration and Delivery
Android Devops : Master Continuous Integration and DeliveryAndroid Devops : Master Continuous Integration and Delivery
Android Devops : Master Continuous Integration and Delivery
 
Introduction to test programming
Introduction to test programmingIntroduction to test programming
Introduction to test programming
 
Code Review: How and When
Code Review: How and WhenCode Review: How and When
Code Review: How and When
 
Tdd com Java
Tdd com JavaTdd com Java
Tdd com Java
 
Introduction to test_driven_development
Introduction to test_driven_developmentIntroduction to test_driven_development
Introduction to test_driven_development
 
Tdd in php a brief example
Tdd in php   a brief exampleTdd in php   a brief example
Tdd in php a brief example
 
Tdd
TddTdd
Tdd
 
TDD
TDDTDD
TDD
 
Code review
Code reviewCode review
Code review
 
Introduction to Robot Framework – Exove
Introduction to Robot Framework – ExoveIntroduction to Robot Framework – Exove
Introduction to Robot Framework – Exove
 
What Is Cucumber?
What Is Cucumber?What Is Cucumber?
What Is Cucumber?
 
Code Review tool for personal effectiveness and waste analysis
Code Review tool for personal effectiveness and waste analysisCode Review tool for personal effectiveness and waste analysis
Code Review tool for personal effectiveness and waste analysis
 
Functional Tests Automation with Robot Framework
Functional Tests Automation with Robot FrameworkFunctional Tests Automation with Robot Framework
Functional Tests Automation with Robot Framework
 
Code review
Code reviewCode review
Code review
 

Destaque

Non-linear PP example
Non-linear PP exampleNon-linear PP example
Non-linear PP example
naterator
 
Huong dan dang ky
Huong dan dang kyHuong dan dang ky
Huong dan dang ky
Havy Tran
 
ศึกหลายด้านของไมโครซอฟท์
ศึกหลายด้านของไมโครซอฟท์ศึกหลายด้านของไมโครซอฟท์
ศึกหลายด้านของไมโครซอฟท์
Surapol Imi
 

Destaque (15)

Non-linear PP example
Non-linear PP exampleNon-linear PP example
Non-linear PP example
 
Huong dan dang ky
Huong dan dang kyHuong dan dang ky
Huong dan dang ky
 
Pic
PicPic
Pic
 
Bullying 2
Bullying 2Bullying 2
Bullying 2
 
Call tracking как ключевой ресурс аналитики и увеличения продаж для ecommerce...
Call tracking как ключевой ресурс аналитики и увеличения продаж для ecommerce...Call tracking как ключевой ресурс аналитики и увеличения продаж для ecommerce...
Call tracking как ключевой ресурс аналитики и увеличения продаж для ecommerce...
 
Struktur dan fungsi organ tumbuhan ii
Struktur dan fungsi organ tumbuhan iiStruktur dan fungsi organ tumbuhan ii
Struktur dan fungsi organ tumbuhan ii
 
ศึกหลายด้านของไมโครซอฟท์
ศึกหลายด้านของไมโครซอฟท์ศึกหลายด้านของไมโครซอฟท์
ศึกหลายด้านของไมโครซอฟท์
 
L’arte di tagliare i capelli
L’arte di tagliare i capelliL’arte di tagliare i capelli
L’arte di tagliare i capelli
 
Calculus 45S Slides February 5, 2008
Calculus 45S Slides February 5, 2008Calculus 45S Slides February 5, 2008
Calculus 45S Slides February 5, 2008
 
67 69
67 6967 69
67 69
 
Linea de la tangente
Linea de la tangenteLinea de la tangente
Linea de la tangente
 
IT Security: What an In-Plant Print Center Needs to Know
IT Security: What an In-Plant Print Center Needs to KnowIT Security: What an In-Plant Print Center Needs to Know
IT Security: What an In-Plant Print Center Needs to Know
 
My Trip To Guatemala
My Trip To GuatemalaMy Trip To Guatemala
My Trip To Guatemala
 
¿NATURALIZACIÓN O PROBLEMATIZACIÓN EN LAS PRÁCTICAS DE ENSEÑANZA DE LOS NOVELES?
¿NATURALIZACIÓN O PROBLEMATIZACIÓN EN LAS PRÁCTICAS DE ENSEÑANZA DE LOS NOVELES?¿NATURALIZACIÓN O PROBLEMATIZACIÓN EN LAS PRÁCTICAS DE ENSEÑANZA DE LOS NOVELES?
¿NATURALIZACIÓN O PROBLEMATIZACIÓN EN LAS PRÁCTICAS DE ENSEÑANZA DE LOS NOVELES?
 
Lime Stone1 B
Lime Stone1 BLime Stone1 B
Lime Stone1 B
 

Semelhante a REST API level TDD with NodeJS

Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
bhochhi
 
Test driven development
Test driven developmentTest driven development
Test driven development
Harry Potter
 
Test driven development
Test driven developmentTest driven development
Test driven development
Luis Goldster
 
Test driven development
Test driven developmentTest driven development
Test driven development
Tony Nguyen
 
Test driven development
Test driven developmentTest driven development
Test driven development
Young Alista
 
Test driven development
Test driven developmentTest driven development
Test driven development
James Wong
 
Test driven development
Test driven developmentTest driven development
Test driven development
Fraboni Ec
 
Test Driven Development - Tulsa TechFest 2009
Test Driven Development - Tulsa TechFest 2009Test Driven Development - Tulsa TechFest 2009
Test Driven Development - Tulsa TechFest 2009
Jason Ragsdale
 
Test Driven Development - 09/2009
Test Driven Development - 09/2009Test Driven Development - 09/2009
Test Driven Development - 09/2009
Jason Ragsdale
 

Semelhante a REST API level TDD with NodeJS (20)

Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
[DevDay2018] Let’s all get along. Clean Code please! - By: Christophe K. Ngo,...
[DevDay2018] Let’s all get along. Clean Code please! - By: Christophe K. Ngo,...[DevDay2018] Let’s all get along. Clean Code please! - By: Christophe K. Ngo,...
[DevDay2018] Let’s all get along. Clean Code please! - By: Christophe K. Ngo,...
 
Tdd is not about testing (C++ version)
Tdd is not about testing (C++ version)Tdd is not about testing (C++ version)
Tdd is not about testing (C++ version)
 
Test Driven Development - Tulsa TechFest 2009
Test Driven Development - Tulsa TechFest 2009Test Driven Development - Tulsa TechFest 2009
Test Driven Development - Tulsa TechFest 2009
 
Test Driven Development - 09/2009
Test Driven Development - 09/2009Test Driven Development - 09/2009
Test Driven Development - 09/2009
 
Test-Driven Development In Action
Test-Driven Development In ActionTest-Driven Development In Action
Test-Driven Development In Action
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Understanding TDD - theory, practice, techniques and tips.
Understanding TDD - theory, practice, techniques and tips.Understanding TDD - theory, practice, techniques and tips.
Understanding TDD - theory, practice, techniques and tips.
 
Test Driven Development - Overview and Adoption
Test Driven Development - Overview and AdoptionTest Driven Development - Overview and Adoption
Test Driven Development - Overview and Adoption
 
Test-Driven-Development.pptx
Test-Driven-Development.pptxTest-Driven-Development.pptx
Test-Driven-Development.pptx
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Último (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

REST API level TDD with NodeJS

  • 1. REST API-LEVEL TDD WITH NODEJS Dang Viet Ha @ Tech Talk #2, Hanoi 2016
  • 2. AGENDA  What is TDD?  The Benefits and Limitations of TDD  Common Pitfalls of TDD  REST-API TDD with Node.js  Demo  Question?
  • 3. WHAT IS TDD?  TDD: Test Driven Development refers to a style of programming in which three activities are tightly interwoven 1. Coding 2. Testing (Unit Test) 3. Design (Refactoring)  Basic Philosophy 1. write a "single" unit test describing an aspect of the program 2. run the test, which should fail because the program lacks that feature 3. write "just enough" code, the simplest possible, to make the test pass 4. "refactor" the code until it conforms to the simplicity criteria 5. repeat, "accumulating" unit tests over time
  • 5. THE BENEFITS AND LIMITATIONS  Benefits 1. Writing tests first require you to really consider what you want from the code 2. Short feedback loop 3. Reduced time in rework 4. Less time spent in the debugger 5. Simplification & Loose Coupling (DI) 6. Improves quality and reduces bugs  Limitations 1. Bigger up-front cost 2. Some codes are difficult to write the test. 3. Focus on micro-design not macro-design 4. Need to use mock to reproduce the real world. 5. Cannot cover all functional testing (UI, DB, Network,…)
  • 6. COMMON PITFALLS  Individual mistakes 1. Forgetting to run tests frequently 2. Writing too many tests at once 3. Writing tests that are too large or coarse-grained 4. Writing overly trivial tests, for instance omitting assertions 5. Writing tests for trivial code, for instance assessors  Team pitfalls 1. Partial adoption - only a few developers on the team use TDD 2. Poor maintenance of the test suite - most commonly leading to a test suite with a prohibitively long running time 3. Abandoned test suite (i.e. seldom or never run) - sometimes as a result of poor maintenance, sometimes as a result of team turnover
  • 7. REST-API TDD WITH NODE.JS  REST-API: Express and Mongoose  Authorization: Passport  Dependencies Injection: Wagner  Test framework: Mocha  Validation & Assertion: Assert  HTTP Request: Super-Agent  Test And Watch task running: Gulp
  • 10. MOCHA
  • 11. MOCHA
  • 13. DEMO
  • 14. DEMO
  • 15. DEMO
  • 16. DEMO
  • 17. DEMO
  • 18. Q&A