About Us | [Public iPhone iPad Courses] | [Public Android Courses] | [Public Arduino Courses] | [Contact Us]

Course UNT104
Embedded C Systems Unit Testing

Duration: 3 Days

Duration: 3 Days

Intended Audience

The course is aimed at C developers (including developers of Computer Game software), quality-assurance engineers, and project managers. Students are expected to have a good understanding of C and embedded systems programming, as well as some familiarity with testing concepts (e.g. unit, integration, functional, and load testing)

Course Overview

The course provides a thorough introduction to unit testing concepts and strategies. It describes techniques and strategies for implementing a Unit Testing framework in C and provides an overview of some open source C Unit Testing frameworks. 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 Benefits

At the end of the course student will know

Key Delivery

Instructor led in-house training with a great deal of hands-on practice.


Course Contents

Overview of C and Embedded Systems 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