TestApe is a free unit-testing package that can be used to test embedded software written in C. Like many other unit test frameworks, it can be used to make a function call into the unit and test the return value. However, TestApe's ability to test what goes on inside these functions is what make this framework different.
In general, the output of a function becomes a less interesting test parameter as the abstraction level of the function increases. For example, the output of a function implementing a state machine is of little importance for test, compared to the behavior inside the function. TestApe allows testing of the behavior inside functions as well as their output.
TestApe package comes with a instrumenter for code generated with GCC, CygWin GCC or Microsoft compilers. It will run in both Windows and Linux operating systems. The instrumenter generates default mocks in order to test and simulate the data flow between the unit that is tested and the mock function.
New is this release are support for floating point validations and function mocking. Also, MinGW has been added to the list of supported platforms.
moreTestApe forum is now hosted on Proboards. Support questions can be posted here or send directly on email. Due to ...
moreTestApe can now be used with MinGW GCC on windows. Also supported in this beta are floating point types in validations or when mocking functions
moreA small fix for webtty scripts, to allow the usage from Apple IPads. Tab on textarea to bring up IPad keyboard - you may have to scroll webpage beneath keyboard, in order to actually see what you're typing.
This release contains a new flexible mocking system with default mocks automatically generated for unresolved functions. Installation packages are available for GCC/Linux, GCC/CygWin as well Visual Studio 2009/Windows XP or Vista.
moreNew beta version is now available for download. This is the last beta before official release. The release supports an extensive mocking system.
moreThere is a change for the forum hosted on this site. The previous phpBB forum is closed for now. All forum threads will be migrated to a new simple blog. ...
more