Testing 101

Published: July 6, 2020, 7 a.m.

Have you ever written code to add a new feature that ended up breaking an existing feature? Or, have you ever written code that works in one scenario but breaks in a bunch of others? I think we can all admit to this as developers!

\n

Well, this is where testing shines -- we write code to test our other code so we immediately get warned if our code breaks something else! OR doesn\u2019t work in every scenario. In this episode, we\u2019ll talk about a bunch of types of testing and why they\u2019re helpful. Let\u2019s dive in.

\nShow Notes\n
    \n
  • 01:39 What is our experience with testing?
  • \n
  • 05:12 What types of code do you write tests for normally?
  • \n
  • 06:38 What different types of testing are there?
  • \n
  • 14:26 Why is testing important?
  • \n
  • 18:50 TDD vs adding tests after
  • \n
  • 23:33 What types of tools can you use?
  • \n
\nResources\n\nTranscript\n

Here is the transcript for this week's episode.