Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

C++ Unit Testing - A 3 day Course

Synopsis

The course provides a thorough introduction to unit testing concepts and strategies. It makes use of several of the more widely used C++ unit testing frameworks (CppUnit, Boost.test, CppUnitLite and CxxTest) It covers the concepts underlying unit testing, the requirements and characteristics of good unit testing frameworks and the way these concepts are realised in some practical frameworks. The hands on exercises will familiarise students with test-driven development as a methodology for implementing highly reliable C++ code.

Course Objectives

At the end of the course student will know

Suitable for

The course is aimed at C++ developers (including developers of Computer Game software), quality-assurance engineers, and project managers.

Prerequisites


Contents:

Overview of C++ and Unit Testing

What to test for - Right BICEP

Structuring tests, automating tests, reporting results

Test-Driven Development (TDD)

Characteristics of Good Tests

Testing and Design

Testing and Project Planning and Management