From the course: Test-Driven Development in Django

Why test-driven development (TDD) is important

From the course: Test-Driven Development in Django

Start my 1-month free trial

Why test-driven development (TDD) is important

- [Nick] Imagine deploying a new feature and not hoping that it works but knowing that it works. Test-driven development can bring confidence to your complex system and help your team be more autonomous so they know where errors come from quickly. We'll use tests that confirm the home page, save and load objects from our database, and evaluate browser functionality like waiting for AJAX responses. Hi, I'm Nick, and I love Django in mobile programming. Let's begin.

Contents