Log In
0% completed
All Lessons
Free Lessons (2)
Introduction
What is Test-driven Development?
Advantages of the Test-driven Development Approach
An Overview of What We Will Build
Types of Tests
Summary
Quiz Yourself on the Introduction to TDD
Steps Involved in Test-driven Development
Writing the Test
Run the Test
Write the Actual Code
Make All Tests Pass
Refactor and Improve the Code
Summary
Quiz Yourself on the Steps Involved in Test Driven Development
E-library Application: Part One
Creating a New Django Project
Overview of Django Automated Testing Framework
Write and Run the Tests for the Models
Writing the Code for the Models
Write and Run the Tests for the URLs
Write the Code for the URLs
Summary
Quiz Yourself on Django Testing Framework
E-library Application: Part Two
Write and Run the Tests for the Forms
Writing the Code for the Form
Write and Run the Tests for the Templates
Write the Code for the Templates
Summary
Quiz Yourself on Web Forms
E-library Application: Part Three
Write and Run the Tests for the Views
Writing the Code for the Views
Refactor and Improve the Test
Summary
Quiz Yourself on Django Template Tags and Docstrings
What's Next?
Introduction to GitHub Actions and Selenium
Conclusion
Wrap Up
Build Robust Applications with Test-driven Development in Django
/
...
/
Summary
Summary
This is a short recap of what was covered in the third chapter.
We'll cover the following...
This is the end of
...