Testing 101

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!

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’t work in every scenario. In this episode, we’ll talk about a bunch of types of testing and why they’re helpful. Let’s dive in.

 

Sponsors.

A huge thank you to our sponsors for supporting the Ladybug Podcast! Interested in becoming a Ladybug Podcast sponsor? Head over to our Sponsorship page for more details.

 

AWS Amplify is a suite of tools and services that enables developers to build full-stack serverless and cloud-based web and mobile apps using their framework or technology of choice on the front end.

Using Amplify you can quickly get up and running with things like hosting, authentication, managed GraphQL, serverless functions, APIs, machine learning, chatbots, and storage for files like images, videos, and pdfs.

Amplify is built especially in a way to enable traditionally front-end developers to be successful because they can use their existing skillset to build real-world full-stack apps that in the past would require deep knowledge around back end, dev ops, and scalable infrastructure.

The Amplify Console then allows you to use a Github repository to deploy to a globally available CDN, with CI and CD built-in.

To learn more, visit aws-amplify.github.io

 

Show Notes.

  • 01:39 What is our experience with testing?

  • 05:12 What types of code do you write tests for normally?

  • 06:38 What different types of testing are there?

  • 14:26 Why is testing important?

  • 18:50 TDD vs adding tests after

  • 23:33 What types of tools can you use?

 
 

Transcript.

We provide transcripts for all of our episodes. You can find them here!

Previous
Previous

Systems Design

Next
Next

Mobile Development