Skip to main content

Posts written by Sébastien Fricker

Coco Test Engine – The New Era of Code Coverage Analysis

Coco Test Engine – The New Era of Code Coverage Analysis

Our Coco 7 major release brought a highly anticipated test data generation..

Read Article
Strategies for Higher Test Coverage

Strategies for Higher Test Coverage

In many software projects, tests are neglected at the beginning of..

Read Article
Performance Analysis with Coco

Performance Analysis with Coco

Version 5 of Coco supports the performance measurement of an application..

Read Article
Code Coverage of Multi-Platform Applications

Code Coverage of Multi-Platform Applications

Many applications are now targeting several operating systems. In most..

Read Article
What exactly is cyclomatic complexity?

What exactly is cyclomatic complexity?

The cyclomatic complexity is a measurement of the code complexity proposed..

Read Article
Bug Location with Squish Coco 3.4

Bug Location with Squish Coco 3.4

Locating a software failure can be a tenuous and a time intensive..

Read Article
Are Unit Tests necessary, or do System Tests suffice?

Are Unit Tests necessary, or do System Tests suffice?

In theory, each new or modified function should be tested. Often, the..

Read Article
Code Coverage with the ARM C/C++ Compiler

Code Coverage with the ARM C/C++ Compiler

Introduction Developing for an embedded environment can often leave you..

Read Article