Practicing Test Driven Development with Python
Learn Test Driven Development (TDD) with Python. Write tests before the code to ensure robust, maintainable applications with high code quality.
At a Glance
Test Driven Development (TDD) is a critical software development process in which developers write the tests before writing code. In this hands-on guided project, you will learn the basics of Test Driven Development.
Software developers use Test Driven Development (TDD) to write code that passes predefined tests. TDD is a method that produces well-designed, reliable, and easy-to-maintain code. The ability to follow TDD practices is an important skill.
You will learn how to follow a TDD workflow in this hands-on guided project. As part of your TDD-guided project, you will learn how to write test cases based on an application’s requirements and then build code designed to pass those tests.
After completing this project, you will have fundamental TDD skills that you can use when developing software using any coding language.
A Look at the Project Ahead
After completing this project, you’ll be able to:
- Follow a TDD workflow
- Write test cases based on an application’s requirements
- Write code to pass test cases
What You’ll Need
For this project, you will need the following:
- Familiarity with Python
You’ll have access to a Cloud-based IDE, Theia, that includes all of the required software, including Python, preinstalled. All you need is a recent version of a modern web browser to complete this project.
There are no reviews yet.