-
Measure code coverage on ARM Cortex-M microcontrollers
Read moreARM Cortex-M microcontrollers are becoming more and more popular. This article will show you how to use Squish Coco to get code coverage from one of such microcontrollers.
-
What exactly is cyclomatic complexity?
Read moreThe cyclomatic complexity is a measurement of the code complexity proposed by Thomas J. McCabe which is often considered as a magic number which allows us to measure the complexity of a program. It is
-
Are Unit Tests necessary, or do System Tests suffice?
Read moreIn theory, each new or modified function should be tested. Often, the initial reaction is to have one unit test per code change. It’s not that simple however. Writing unit tests is time consumin