SlideShare uma empresa Scribd logo
1 de 28
Baixar para ler offline
TDD & CI in FRONTEND
disyam.adityana@gmail.com
AGILE SOFTWARE
DEVELOPMENT
COMPLEXITY
AGILE VS WATERFALL
TEST DRIVEN DEVELOPMENT
(TDD)
WHAT IS TDD?
WHY TDD?
● SAFETY NET
● REDUCE BUGS
● FAST FEEDBACK
● VALIDATE YOUR DESIGN
● KEEP FOCUS ON GETTING DONE
● FORCE DEVELOPER TO THINK ABOUT GOALS
● EASY MAINTENANCE
● EASY UPGRADE
● ETC...
GOOD TEST
● AUTOMATED AND REPEATABLE
● EASY TO IMPLEMENT
● ANYONE SHOULD ABLE TO RUN IT
● IT SHOULD RUN QUICKLY
● IT’S RESULT SHOULD BE CONSISTENT
● IT SHOULD FULLY ISOLATED
● WHEN TEST FAILS, IT MUST BE EASY TO DETECT WHAT WAS EXPECTED
AND HOW TO PINPOINT THE PROBLEM
TDD WORKFLOW
UNIT TESTING
FRONTEND UNIT TESTING
● KARMA - TASK RUNNER
● MOCHA - TESTING FRAMEWORK
● CHAI - ASSERTION LIBRARY
FRONTEND UNIT TESTING EXAMPLE
FRONTEND TESTING EXAMPLE
END TO END TESTING
FRONTEND E2E TESTING
● PROTRACTOR - TASK RUNNER
● MOCHA - TESTING FRAMEWORK
● CHAI - ASSERTION LIBRARY
FRONTEND E2E TESTING EXAMPLE
CODE COVERAGE
A TECHNIQUE TO DETERMINE HOW
MUCH CODE IS BEING TESTED
CODE COVERAGE TOOLS
● ISTANBUL
● BLANKET.JS
● COVERALLS.IO
CODE COVERAGE EXAMPLE
CLEAN CODING
CLEAN CODE METRIC
WAY TO CLEAN CODE
● ANGULAR JOHN PAPA’S STYLE GUIDE
● CODECLIMATE.COM
CONTINUOUS INTEGRATION (CI)
WHAT IS CI?
WHY CI?
● IF YOU’RE GOING TO FAIL, THEN FAIL EARLY
● ENABLE CONTINUOUS DELIVERY
● ENABLE AUTOMATED TESTING
● INCREASE CONFIDENCE IN OUR PRODUCT
● PREVENTION AND REDUCTION OF PRODUCTION AND STAGING ERRORS
● REDUCING RISK
● REDUCING OVERHEAD ACROSS THE DEVELOPMENT AND DEPLOYMENT
PROCESS
CI TOOLS
● JENKINS
● TEAMCITY
● TRAVIS-CI.ORG
● CODESHIP.COM
THANK YOU
Test Driven Development (TDD) & Continuous Integration (CI)

Mais conteúdo relacionado

Mais procurados

Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
Zohirul Alam Tiemoon
 
Agile and ATDD the perfect couple
Agile and ATDD the perfect coupleAgile and ATDD the perfect couple
Agile and ATDD the perfect couple
Stephen Tucker
 

Mais procurados (20)

From Gatekeeper to Partner by Kelsey Shannahan
From Gatekeeper to Partner by Kelsey ShannahanFrom Gatekeeper to Partner by Kelsey Shannahan
From Gatekeeper to Partner by Kelsey Shannahan
 
A Not-So-Serious Introduction to Test Driven Development (TDD)
A Not-So-Serious Introduction to Test Driven Development (TDD) A Not-So-Serious Introduction to Test Driven Development (TDD)
A Not-So-Serious Introduction to Test Driven Development (TDD)
 
Behavior Driven Development—A Guide to Agile Practices by Josh Eastman
Behavior Driven Development—A Guide to Agile Practices by Josh EastmanBehavior Driven Development—A Guide to Agile Practices by Josh Eastman
Behavior Driven Development—A Guide to Agile Practices by Josh Eastman
 
Hey You Got Your TDD in my SQL DB by Jeff McKenzie
Hey You Got Your TDD in my SQL DB by Jeff McKenzieHey You Got Your TDD in my SQL DB by Jeff McKenzie
Hey You Got Your TDD in my SQL DB by Jeff McKenzie
 
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 (TDD)
Test Driven Development (TDD)Test Driven Development (TDD)
Test Driven Development (TDD)
 
Test-Driven Development
Test-Driven DevelopmentTest-Driven Development
Test-Driven Development
 
TDD (Test Driven Design)
TDD (Test Driven Design)TDD (Test Driven Design)
TDD (Test Driven Design)
 
Test-Driven Development In Action
Test-Driven Development In ActionTest-Driven Development In Action
Test-Driven Development In Action
 
Test Driven Development (TDD) Preso 360|Flex 2010
Test Driven Development (TDD) Preso 360|Flex 2010Test Driven Development (TDD) Preso 360|Flex 2010
Test Driven Development (TDD) Preso 360|Flex 2010
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Unit testing & TDD concepts with best practice guidelines.
Unit testing & TDD concepts with best practice guidelines.Unit testing & TDD concepts with best practice guidelines.
Unit testing & TDD concepts with best practice guidelines.
 
TDD - Test Driven Development
TDD - Test Driven DevelopmentTDD - Test Driven Development
TDD - Test Driven Development
 
Why Automated Testing Matters To DevOps
Why Automated Testing Matters To DevOpsWhy Automated Testing Matters To DevOps
Why Automated Testing Matters To DevOps
 
Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
Overview on TDD (Test Driven Development) & ATDD (Acceptance Test Driven Deve...
 
What is Agile Testing?
What is Agile Testing? What is Agile Testing?
What is Agile Testing?
 
Extreme Programming
Extreme ProgrammingExtreme Programming
Extreme Programming
 
Agile and ATDD the perfect couple
Agile and ATDD the perfect coupleAgile and ATDD the perfect couple
Agile and ATDD the perfect couple
 
Four Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley TempleFour Stages of Automated Testing by Bradley Temple
Four Stages of Automated Testing by Bradley Temple
 

Destaque

Destaque (20)

PHP Experience 2016 - [Workshop] Agile: Test Driven Development
PHP Experience 2016 - [Workshop] Agile: Test Driven DevelopmentPHP Experience 2016 - [Workshop] Agile: Test Driven Development
PHP Experience 2016 - [Workshop] Agile: Test Driven Development
 
Test-Driven Development in the Corporate Workplace
Test-Driven Development in the Corporate WorkplaceTest-Driven Development in the Corporate Workplace
Test-Driven Development in the Corporate Workplace
 
ODD: Extending Agile 1.3
ODD: Extending Agile 1.3ODD: Extending Agile 1.3
ODD: Extending Agile 1.3
 
ABAP Code Retreat Frankfurt 2016: TDD - Test Driven Development
ABAP Code Retreat Frankfurt 2016: TDD - Test Driven DevelopmentABAP Code Retreat Frankfurt 2016: TDD - Test Driven Development
ABAP Code Retreat Frankfurt 2016: TDD - Test Driven Development
 
Test Driven Development SpeedRun
Test Driven Development SpeedRunTest Driven Development SpeedRun
Test Driven Development SpeedRun
 
ABAPCodeRetreat 23.7.2016 - TDD
ABAPCodeRetreat 23.7.2016 - TDDABAPCodeRetreat 23.7.2016 - TDD
ABAPCodeRetreat 23.7.2016 - TDD
 
Test Driven Design - GDG DevFest Istanbul 2016
Test Driven Design - GDG DevFest Istanbul 2016Test Driven Design - GDG DevFest Istanbul 2016
Test Driven Design - GDG DevFest Istanbul 2016
 
Test driven development
Test driven developmentTest driven development
Test driven development
 
Ci Basics & Jenkins
Ci Basics & JenkinsCi Basics & Jenkins
Ci Basics & Jenkins
 
Test Driven Design
Test Driven DesignTest Driven Design
Test Driven Design
 
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
 
Context driven agile tester - from outsourcing to startup world – EclipseCon ...
Context driven agile tester - from outsourcing to startup world – EclipseCon ...Context driven agile tester - from outsourcing to startup world – EclipseCon ...
Context driven agile tester - from outsourcing to startup world – EclipseCon ...
 
Android TDD
Android TDDAndroid TDD
Android TDD
 
Android TDD & CI
Android TDD & CIAndroid TDD & CI
Android TDD & CI
 
Introduction to TDD (Test Driven development) - Ahmed Shreef
Introduction to TDD (Test Driven development) - Ahmed ShreefIntroduction to TDD (Test Driven development) - Ahmed Shreef
Introduction to TDD (Test Driven development) - Ahmed Shreef
 
Tomcat Optimisation & Performance Tuning
Tomcat Optimisation & Performance TuningTomcat Optimisation & Performance Tuning
Tomcat Optimisation & Performance Tuning
 
Test Driven Development (TDD) with FlexUnit 4 - 360|Flex San Jose preso
Test Driven Development (TDD) with FlexUnit 4 - 360|Flex San Jose presoTest Driven Development (TDD) with FlexUnit 4 - 360|Flex San Jose preso
Test Driven Development (TDD) with FlexUnit 4 - 360|Flex San Jose preso
 
JAVASCRIPT Test Driven Development & Jasmine
JAVASCRIPT Test Driven Development & JasmineJAVASCRIPT Test Driven Development & Jasmine
JAVASCRIPT Test Driven Development & Jasmine
 
re-Connect Madrid: Novedades Xamarin
re-Connect Madrid: Novedades Xamarinre-Connect Madrid: Novedades Xamarin
re-Connect Madrid: Novedades Xamarin
 
Continuous Integration & Continuous Delivery with GCP
Continuous Integration & Continuous Delivery with GCPContinuous Integration & Continuous Delivery with GCP
Continuous Integration & Continuous Delivery with GCP
 

Semelhante a Test Driven Development (TDD) & Continuous Integration (CI)

Semelhante a Test Driven Development (TDD) & Continuous Integration (CI) (20)

Test-Driven Development.pptx
Test-Driven Development.pptxTest-Driven Development.pptx
Test-Driven Development.pptx
 
Introduction to Continuous Delivery (BBWorld/DevCon 2013)
Introduction to Continuous Delivery (BBWorld/DevCon 2013)Introduction to Continuous Delivery (BBWorld/DevCon 2013)
Introduction to Continuous Delivery (BBWorld/DevCon 2013)
 
Test Driven Development Methodology and Philosophy
Test Driven Development Methodology and Philosophy Test Driven Development Methodology and Philosophy
Test Driven Development Methodology and Philosophy
 
Unit Testing and TDD 2017
Unit Testing and TDD 2017Unit Testing and TDD 2017
Unit Testing and TDD 2017
 
Kenzan Spinnaker Meetup
Kenzan Spinnaker MeetupKenzan Spinnaker Meetup
Kenzan Spinnaker Meetup
 
Test driven development : software process
Test driven development : software process Test driven development : software process
Test driven development : software process
 
Selenium done right
Selenium done rightSelenium done right
Selenium done right
 
Scrum Gathering 2012 Shanghai_敏捷测试与质量管理分会场演讲话题:getting to done by testing at ...
Scrum Gathering 2012 Shanghai_敏捷测试与质量管理分会场演讲话题:getting to done by testing at ...Scrum Gathering 2012 Shanghai_敏捷测试与质量管理分会场演讲话题:getting to done by testing at ...
Scrum Gathering 2012 Shanghai_敏捷测试与质量管理分会场演讲话题:getting to done by testing at ...
 
Agile Testing Dilemmas
Agile Testing DilemmasAgile Testing Dilemmas
Agile Testing Dilemmas
 
High Performance Software Engineering Teams
High Performance Software Engineering TeamsHigh Performance Software Engineering Teams
High Performance Software Engineering Teams
 
Xtreme Programming
Xtreme ProgrammingXtreme Programming
Xtreme Programming
 
Developer's QA Toolkit - 34th National IT Conference - Sri Lanka
Developer's QA Toolkit - 34th National IT Conference - Sri LankaDeveloper's QA Toolkit - 34th National IT Conference - Sri Lanka
Developer's QA Toolkit - 34th National IT Conference - Sri Lanka
 
Acceptance Test Driven Development
Acceptance Test Driven DevelopmentAcceptance Test Driven Development
Acceptance Test Driven Development
 
Test driven development_continuous_integration
Test driven development_continuous_integrationTest driven development_continuous_integration
Test driven development_continuous_integration
 
Agile Testing 2020
Agile Testing 2020Agile Testing 2020
Agile Testing 2020
 
Exploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven TestingExploring No Mans Land with Keyword-Driven Testing
Exploring No Mans Land with Keyword-Driven Testing
 
Talking about craftsmanship with ensaimadas and katas
Talking about craftsmanship with ensaimadas and katasTalking about craftsmanship with ensaimadas and katas
Talking about craftsmanship with ensaimadas and katas
 
Shift Left Testing: Going Beyond Agile
Shift Left Testing: Going Beyond AgileShift Left Testing: Going Beyond Agile
Shift Left Testing: Going Beyond Agile
 
Automated Testing in Angular Slides
Automated Testing in Angular SlidesAutomated Testing in Angular Slides
Automated Testing in Angular Slides
 
Testing in java
Testing in javaTesting in java
Testing in java
 

Mais de Fatkul Amri

Mais de Fatkul Amri (20)

Qurani - Platform Belajar Mengajar Al-Quran Online Offline
Qurani - Platform Belajar Mengajar Al-Quran Online OfflineQurani - Platform Belajar Mengajar Al-Quran Online Offline
Qurani - Platform Belajar Mengajar Al-Quran Online Offline
 
Keuntungan Sholat di Masjid
Keuntungan Sholat di MasjidKeuntungan Sholat di Masjid
Keuntungan Sholat di Masjid
 
Fiqih Praktis - Amalan Bulan Syawal
Fiqih Praktis - Amalan Bulan SyawalFiqih Praktis - Amalan Bulan Syawal
Fiqih Praktis - Amalan Bulan Syawal
 
Aqidatul Awam - Aqidah Untuk Orang Umum
Aqidatul Awam - Aqidah Untuk Orang UmumAqidatul Awam - Aqidah Untuk Orang Umum
Aqidatul Awam - Aqidah Untuk Orang Umum
 
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 2
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 2Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 2
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 2
 
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 1
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 1Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 1
Ta'lim Muta'allim - Bab 13 - Rizki Dan Panjang Usia Bagian 1
 
Ta'lim Muta'allim - Bab 12 - Penyebab Hafal Dan Lupa
Ta'lim Muta'allim - Bab 12 - Penyebab Hafal Dan LupaTa'lim Muta'allim - Bab 12 - Penyebab Hafal Dan Lupa
Ta'lim Muta'allim - Bab 12 - Penyebab Hafal Dan Lupa
 
Ta'lim Muta'allim - Bab 11 - Wira'i Pada Masa Belajar
Ta'lim Muta'allim - Bab 11 - Wira'i Pada Masa BelajarTa'lim Muta'allim - Bab 11 - Wira'i Pada Masa Belajar
Ta'lim Muta'allim - Bab 11 - Wira'i Pada Masa Belajar
 
Ta'lim Muta'allim - Bab 10 - Cara Mengambil Pelajaran
Ta'lim Muta'allim - Bab 10 - Cara Mengambil PelajaranTa'lim Muta'allim - Bab 10 - Cara Mengambil Pelajaran
Ta'lim Muta'allim - Bab 10 - Cara Mengambil Pelajaran
 
Ta'lim Muta'allim - Bab 9 - Kasih Sayang Dan Nasehat
Ta'lim Muta'allim - Bab 9 - Kasih Sayang Dan NasehatTa'lim Muta'allim - Bab 9 - Kasih Sayang Dan Nasehat
Ta'lim Muta'allim - Bab 9 - Kasih Sayang Dan Nasehat
 
Ta'lim Muta'allim - Bab 8 - Waktu Belajar
Ta'lim Muta'allim - Bab 8 - Waktu BelajarTa'lim Muta'allim - Bab 8 - Waktu Belajar
Ta'lim Muta'allim - Bab 8 - Waktu Belajar
 
Ta'lim Muta'allim - Bab 7 - Tawakal (Berserah Diri Kepada Allah)
Ta'lim Muta'allim - Bab 7 - Tawakal (Berserah Diri Kepada Allah)Ta'lim Muta'allim - Bab 7 - Tawakal (Berserah Diri Kepada Allah)
Ta'lim Muta'allim - Bab 7 - Tawakal (Berserah Diri Kepada Allah)
 
Ta'lim Muta'allim - Bab 6 - Permulaan, Ukuran dan Tata Tertib Belajar
Ta'lim Muta'allim - Bab 6 - Permulaan, Ukuran dan Tata Tertib BelajarTa'lim Muta'allim - Bab 6 - Permulaan, Ukuran dan Tata Tertib Belajar
Ta'lim Muta'allim - Bab 6 - Permulaan, Ukuran dan Tata Tertib Belajar
 
Ta'lim Muta'allim - Bab 5 - Sungguh-Sungguh, Tekun Dan Cita-Cita
Ta'lim Muta'allim - Bab 5 - Sungguh-Sungguh, Tekun Dan Cita-CitaTa'lim Muta'allim - Bab 5 - Sungguh-Sungguh, Tekun Dan Cita-Cita
Ta'lim Muta'allim - Bab 5 - Sungguh-Sungguh, Tekun Dan Cita-Cita
 
Ta'lim Muta'allim - Bab 4 - Mengagungkan Ilmu Dan Ahli Ilmu
Ta'lim Muta'allim - Bab 4 - Mengagungkan Ilmu Dan Ahli IlmuTa'lim Muta'allim - Bab 4 - Mengagungkan Ilmu Dan Ahli Ilmu
Ta'lim Muta'allim - Bab 4 - Mengagungkan Ilmu Dan Ahli Ilmu
 
Ta'lim Muta'allim - Bab 3 - Memilih Ilmu, Guru, Teman, dan Tabah
Ta'lim Muta'allim - Bab 3 - Memilih Ilmu, Guru, Teman, dan TabahTa'lim Muta'allim - Bab 3 - Memilih Ilmu, Guru, Teman, dan Tabah
Ta'lim Muta'allim - Bab 3 - Memilih Ilmu, Guru, Teman, dan Tabah
 
Ta'lim Muta'allim - Bab 2 - Niat di Waktu Belajar
Ta'lim Muta'allim - Bab 2 - Niat di Waktu BelajarTa'lim Muta'allim - Bab 2 - Niat di Waktu Belajar
Ta'lim Muta'allim - Bab 2 - Niat di Waktu Belajar
 
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 2
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 2Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 2
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 2
 
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 1
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 1Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 1
Ta'lim Mutaalim - Bab 1 - Hakikat Ilmu, Fiqih dan Keutamaannya - Bagian 1
 
Ta'lim Mutaalim - Pendahuluan
Ta'lim Mutaalim - PendahuluanTa'lim Mutaalim - Pendahuluan
Ta'lim Mutaalim - Pendahuluan
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Último (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 

Test Driven Development (TDD) & Continuous Integration (CI)