Category: Unit Testing

Taylor Built Solutions Logo

Understand Your Code Better By Experimenting With Unit Tests

Don’t understand how your code or a library works? Writing unit tests lets you experiment and learn how the code works.

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.