Post

Experimentations with TDD

The git repo associated with this blog post is here: Experiments with TDD

This blog does not explain how Test-Driven Development works or the reasoning behind it. That’s because, enough information about the topics exists already, especially by James Grenning in his fantastic book Test Driven Development for Embedded C.

In the following sections of this blog post, I’ll share my journey of experimenting with the ideas outlined in the book. I have also shown in the first section, here, the development environment and the setup to develop, debug, and execute the tests.

Setup for development and debugging

Chapter 3 walkthrough

Chapter 4 walkthrough

Chapter 8 walkthrough

Chapter 9 walkthrough

Chapter 10 walkthrough

This post is licensed under CC BY 4.0 by the author.