Software Qualification
The Unit Test Suite allows developers to design test suites while they are writing their programs.
Test suites can be orgnaized in families and autmatically executed to exercize application in order to verify functionalities against the specifications.

The Code Coverage Analyser is a companion tool of the Unit Test Suites tool when testing on a simulated platform.
The analyser checks code coverage performance at source and binary levels to help developers to find untested portions of code. Binary level analysis is a major feature because binary remains unchanged semantically when desployed to the Embedded Platform.
TTM (Time to Market Indicator) mixes indicators from functional and binary code coverage analysis. This tools is ideal for developers and project managers to follow-up overall application maturity from existing test database and provides means to build activity projections from the past testing activites.

The Memory Map Analyser provides a graphical interpretation of map
files provides by linkers.
No hardware is required to operate that tool.
With the Memory Map Analyser, developers can figure-out memory footprints (both data & code) for a target embedded Java Platform. This can be useful when prototyping to find the right hardware configuration and during the development phase to dertermine with Marketing feature costs.






