Tag: Unit Testing

Taylor Built Solutions Logo

Software Development and Testing Process For Embedded Drivers

How do you go about writing software? Join me in this journey through my software development methodology for writing embedded device drivers

Taylor Built Solutions Logo

How Do I Start Writing Unit Tests For An Existing Code Base?

Starting to implement unit testing in an existing code base is a challenge. Here is how I approach getting automated testing started.

Taylor Built Solutions Logo

Addressing Arguments Against Unit Testing

This post addresses several of the common arguments against taking the time to implement unit testing.

Taylor Built Solutions Logo

Convincing a Team to Start Unit Testing

This post in my unit testing series addresses the benefits of unit testing in general and in specific to the roles of Project Management, Developers, and QA.

Taylor Built Solutions Logo

Tools for Unit Testing a C Code Base

Googletest and Fake Function Framework are the tools that I chose to use to unit test a C code base. Here I talk about why I chose them.