Test-driven development

This lesson contains approximately 45 minutes of video content.

Unit tests

Writing unit tests in C++ with the Catch2 framework

We will use the Catch2 framework unit testing framework in our class. To learn how to compose unit tests using this framework, please see the Catch2 framework for authoring test cases page under our site's Resources section. You will be required to write test cases using this framework for assessments in this course. Therefore, you can either become familiar with it today or once the first assignment requiring it is released.

Coverage measurement

Test-driven development

Beyond correctness

Questions