Tag: Google Test

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.