SlideShare ist ein Scribd-Unternehmen logo
1 von 146
Downloaden Sie, um offline zu lesen
When, How, and Why Developers
(Do Not) Test in Their IDEs
When, How, and Why Developers
(Do Not) Test in Their IDEs
Moritz Beller
@Inventitech
Image: https://en.wikipedia.org/wiki/Delft, CC-BY
Image: https://en.wikipedia.org/wiki/Delft, CC-BY
Image: https://en.wikipedia.org/wiki/Delft, CC-BY
Image: https://en.wikipedia.org/wiki/Province_of_Bergamo, CC-BY
Image: http://www.scarymommy.com/angry-baby/
Image: http://www.scarymommy.com/angry-baby/
I am one of
you!
Image: http://www.scarymommy.com/angry-baby/
Source: Moeez, https://commons.wikimedia.org/wiki/File:Thank_You!.jpg, CC-BY
Image: http://www.jccschools.com/news/what_s_new/district_testing_descriptions
Developer Writes Tests
Image: http://www.jccschools.com/news/what_s_new/district_testing_descriptions
Developer Writes Tests Mine Repos for Tests
Image: http://www.jccschools.com/news/what_s_new/district_testing_descriptions
Developer Writes Tests Mine Repos for Tests
Image: http://www.jccschools.com/news/what_s_new/district_testing_descriptions
?
Developer Writes Tests Mine Repos for Tests
Image: http://www.jccschools.com/news/what_s_new/district_testing_descriptions
RQ1. How Do Developers Test?
RQ1. How Do Developers Test?
RQ2. How Do Developers Manage Failing Tests?
RQ1. How Do Developers Test?
RQ3. Do Developers Follow Test-Driven Development?
RQ2. How Do Developers Manage Failing Tests?
RQ1. How Do Developers Test?
RQ3. Do Developers Follow Test-Driven Development?
RQ4. How Much Do Developers Test?
RQ2. How Do Developers Manage Failing Tests?
IDE!
IDE!
IDE!
Image: https://www.ckras.com/EPS-Entry-GameServer-mieten
Image: https://www.ckras.com/EPS-Entry-GameServer-mieten
→ Interval
→ Edit Distance
2013 2014 2015
Initial WatchDog
prototype with ~10
users
2013 2014 2015
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
40
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
40
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
40
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
40 416
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
ESEC/FSE
Studying
416 developers
40 416
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
ESEC/FSE
Studying
416 developers
1.5
40 416
Initial WatchDog
prototype with ~10
users
2013 2014 2015
1.0
ICSE NIER
Evaluation
with 40
students
ESEC/FSE
Studying
416 developers
?
1,936
1.5
40 416
416
Source: https://en.wikipedia.org/wiki/Pair_programming, CC-BY
WatchDog World Domination Tour 2015
416
416
●
Projects from industry
●
Famous and not-so-famous OSS
projects, e.g. Apache
●
Private projects
●
Anonymous projects
●
5 months
416
●
Projects from industry
●
Famous and not-so-famous OSS
projects, e.g. Apache
●
Private projects
●
Anonymous projects
●
5 months
416
●
Projects from industry
●
Famous and not-so-famous OSS
projects, e.g. Apache
●
Private projects
●
Anonymous projects
●
5 months
●
68 countries
●
24,255 hours of work time
●
~13.7 developer years
●
460 unique projects
●
5,665 sessions
416
●
Projects from industry
●
Famous and not-so-famous OSS
projects, e.g. Apache
●
Private projects
●
Anonymous projects
●
5 months
●
68 countries
●
24,255 hours of work time
●
~13.7 developer years
●
460 unique projects
●
5,665 sessions
RQ1. How Do Developers Test?
RQ1. How Do Developers Test?
How Common is Testing?
RQ1. How Do Developers Test?
How Common is Testing?
Projects
RQ1. How Do Developers Test?
How Common is Testing?
460
Projects
RQ1. How Do Developers Test?
How Common is Testing?
460
200 (43%)
Projects
RQ1. How Do Developers Test?
How Common is Testing?
460
200 (43%)
Projects
RQ1. How Do Developers Test?
How Common is Testing?
460
200 (43%) Actually worked on
tests
Projects
RQ1. How Do Developers Test?
How Common is Testing?
460
200 (43%) Actually worked on
tests
Projects
1) Most projects do not work with tests.
RQ1. How Do Developers Test?
What are Tests? Every class that ...
RQ1. How Do Developers Test?
What are Tests? Every class that ...
●
is a Junit test.
●
contains traces of a testing Framework (Mockito,
PowerMock, TestNG, …).
●
has “Test” in its name.
RQ1. How Do Developers Test?
What are Tests? Every class that ...
●
is a Junit test.
●
contains traces of a testing Framework (Mockito,
PowerMock, TestNG, …).
●
has “Test” in its name.
RQ1. How Do Developers Test?
What are Tests? Every class that ...
●
is a Junit test.
●
contains traces of a testing Framework (Mockito,
PowerMock, TestNG, …).
●
has “Test” in its name.
RQ1. How Do Developers Test?
RQ1. How Do Developers Test?
How Common is Executing Tests?
RQ1. How Do Developers Test?
How Common is Executing Tests?
sessions
RQ1. How Do Developers Test?
How Common is Executing Tests?
3,424
sessions
RQ1. How Do Developers Test?
How Common is Executing Tests?
3,424
527 (15%)
sessions
≥ 1 test run
RQ1. How Do Developers Test?
How Common is Executing Tests?
3,424
527 (15%)
sessions
≥ 1 test run
2) Very rare, even for projects with tests.
RQ1. How Do Developers Test?
Image: TylerFrotierPhoto, http://tylerfortierphoto.deviantart.com/art/Lonely-Sheep-244657922
RQ1. How Do Developers Test?
How Many Tests Do Developers Execute?
Image: TylerFrotierPhoto, http://tylerfortierphoto.deviantart.com/art/Lonely-Sheep-244657922
RQ1. How Do Developers Test?
How Many Tests Do Developers Execute?
Image: TylerFrotierPhoto, http://tylerfortierphoto.deviantart.com/art/Lonely-Sheep-244657922
RQ1. How Do Developers Test?
How Many Tests Do Developers Execute?
3) One (90%), or all of them (9%).
Image: TylerFrotierPhoto, http://tylerfortierphoto.deviantart.com/art/Lonely-Sheep-244657922
RQ1. How Do Developers Test?
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
How Long is a Test Run?
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
How Long is a Test Run?
50% < 0.5s
75% < 5s
95% < 2m
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
How Long is a Test Run?
50% < 0.5s
75% < 5s
95% < 2m
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
How Long is a Test Run?
50% < 0.5s
75% < 5s
95% < 2m
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
How Long is a Test Run?
50% < 0.5s
75% < 5s
95% < 2m
4) Very short.
Image: https://blog.shareaholic.com/retail-sites-page-load-time/stopwatch
RQ1. How Do Developers Test?
RQ1. How Do Developers Test?
1) Most projects do not actively work with tests.
2) Even projects with tests execute them very
rarely.
3) Most test executions contain 1 test.
4) Most test executions are very short.
RQ1. How Do Developers Test?
1) Most projects do not actively work with tests.
2) Even projects with tests execute them very
rarely.
3) Most test executions contain 1 test.
4) Most test executions are very short.
RQ1. How Do Developers Test?
1) Most projects do not actively work with tests.
2) Even projects with tests execute them very
rarely.
3) Most test executions contain 1 test.
4) Most test executions are very short.
RQ1. How Do Developers Test?
1) Most projects do not actively work with tests.
2) Even projects with tests execute them very
rarely.
3) Most test executions contain 1 test.
4) Most test executions are very short.
RQ2. How Do Developers Manage Failing Tests?
Image: https://www.linkedin.com/pulse/admit-failure-early-james-ient
RQ2. How Do Developers Manage Failing Tests?
How Many Test Executions Fail?
Image: https://www.linkedin.com/pulse/admit-failure-early-james-ient
RQ2. How Do Developers Manage Failing Tests?
The majority, 65%.
How Many Test Executions Fail?
Image: https://www.linkedin.com/pulse/admit-failure-early-james-ient
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
1) Dive into production code
2) Switch away from Eclipse
3) Almost no debug perspective
4) No frustration-closing of IDE
RQ2. How Do Developers Manage Failing Tests?
1) Dive into production code
2) Switch away from Eclipse
3) Almost no debug perspective
4) No frustration-closing of IDE
RQ2. How Do Developers Manage Failing Tests?
1) Dive into production code
2) Switch away from Eclipse
3) Almost no debug perspective
4) No frustration-closing of IDE
RQ2. How Do Developers Manage Failing Tests?
1) Dive into production code
2) Switch away from Eclipse
3) Almost no debug perspective
4) No frustration-closing of IDE
RQ2. How Do Developers Manage Failing Tests?
minutes
RQ2. How Do Developers Manage Failing Tests?
minutes
RQ2. How Do Developers Manage Failing Tests?
50% of test failures are fixed within 10 minutes.
minutes
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
RQ2. How Do Developers Manage Failing Tests?
1) Most test executions fail.
2) Developers have certain patterns of managing
failed test executions.
3) Most test repairs are fast.
RQ2. How Do Developers Manage Failing Tests?
1) Most test executions fail.
2) Developers have certain patterns of managing
failed test executions.
3) Most test repairs are fast.
RQ2. How Do Developers Manage Failing Tests?
1) Most test executions fail.
2) Developers have certain patterns of managing
failed test executions.
3) Most test repairs are fast.
RQ3. Do Developers Follow TDD?
What is TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
What is TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
What is TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
What is TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
What is TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
Method?
RQ3. Do Developers Follow TDD?
Method?
RQ3. Do Developers Follow TDD?
Method?
Test phase
RQ3. Do Developers Follow TDD?
Method?
Test phase
RQ3. Do Developers Follow TDD?
Method?
Test phase Refactoring
RQ3. Do Developers Follow TDD?
Method?
Test phase Refactoring
2% of developers
RQ3. Do Developers Follow TDD?
Method?
Test phase Refactoring
2% of developers
28%
RQ3. Do Developers Follow TDD?
Method?
Test phase Refactoring
2% of developers
72%28%
RQ3. Do Developers Follow TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
(Almost) nobody follows TDD.
Image: http://www.agilenutshell.com/test_driven_development
RQ3. Do Developers Follow TDD?
“You followed TDD 38.6% of your
development changes (so, in
words, quite often).”
Sven Amann, letsdeveloper.com
RQ3. Do Developers Follow TDD?
RQ4. How Much Do Developers Test?
Software Testing takes ...
RQ4. How Much Do Developers Test?
Brooks, 1975
Software Testing takes ...
RQ4. How Much Do Developers Test?
50%
… of Project EffortBrooks, 1975
Software Testing takes ...
How (Much)
Do You
Test?
Image: http://www.agilenutshell.com/test_driven_development
RQ4. How Much Do Developers Test?
Projects
Delta(Production% Est - Real)
RQ4. How Much Do Developers Test?
Projects
Delta(Production% Est - Real)
RQ4. How Much Do Developers Test?
Projects
Delta(Production% Est - Real)
RQ4. How Much Do Developers Test?
%testingwork
RQ4. How Much Do Developers Test?
Estimated 48%
%testingwork
RQ4. How Much Do Developers Test?
Estimated 48% Reality 25%
%testingwork
RQ4. How Much Do Developers Test?
Estimated 48% Reality 25%
%testingwork
not test execution time!
Conclusion: Testing Paradox
Conclusion: Testing Paradox
1) Test executions are rare
Conclusion: Testing Paradox
1) Test executions are rare
2) Yet, 25% of work time on testing
Conclusion: Testing Paradox
1) Test executions are rare
“Running Eclipse UI Platform tests
locally blocks my machine … I
offload running them to the CI.”
Famous Eclipse Dude
2) Yet, 25% of work time on testing
@Inventitech
Moritz Beller, TU Delft
When, How, and Why Developers
(Do Not) Test in Their IDEs
@Inventitech
Moritz Beller, TU Delft
When, How, and Why Developers
(Do Not) Test in Their IDEs
@Inventitech
Moritz Beller, TU Delft
When, How, and Why Developers
(Do Not) Test in Their IDEs
@Inventitech
Moritz Beller, TU Delft
When, How, and Why Developers
(Do Not) Test in Their IDEs

Weitere ähnliche Inhalte

Kürzlich hochgeladen

All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 

Kürzlich hochgeladen (20)

All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 

Empfohlen

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Empfohlen (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

When, How, and Why Developers (Do Not) Test