About this site
Welcome - This site is TestApe.com. Most likely you arrived here for one of the reasons
listed below.

The TestApe unit test framework is available for embedded software written in C. It is shareware and
anyone can use it.
Mocking functions is completely automatic with the supplied instrumenter. Each test decides what mock functions
to use. Mock functions can be shared between tests. By passing mock parameters to them it is possible for them
to support several tests. Mock functions are optional - if not used default mocks are supplied automatically,
and each test can decide the return value they should provide to the unit.
Simple default stubs will be generated for those functions that are not present in the unit. The instrumenter
will therefore produce a test executable from any combination of source, object or library files.
Manual stub functions are possible, but they are not required.
The tests can be written to run with small variations using TestApe test parameters, e.g. number ranges
or lists of interesting values. These parameters are then available to the test code in nested tests or in mocks.
Documentation and packages for GCC/Linux, GCC/CygWin or Visual studio/Windows are available for download.
Continue
here.
The Ajax demo application made quite some furore when it was first released.
It seamlessly integrates data coming from a slow running Unix process into a
web page. To illustrate the usage TestApe.com hosts a demo page where everyone
can operate a bash terminal on a virtual server.
Continue
here.
Thank you for visiting this site - Feel free to browse the site or
to try one of the related subjects listed on this
page
You can also go back out
here.
News
The latest headlines from Testape.com
TestApe beta version available, Jan 26th 2010
New beta version is now available for download. This is the last beta before official release.
The release supports an extensive mocking system.
more
Forum change, Mar 10th 2009
There 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 TestApe CygWIN support released, Jun 19th 2008
A minor update has been released in order to support GCC when running in a
CygWIN environment.
more TestApe first beta released, Aug 23th 2007
The major update this year has been released. It includes a reference manual and macros
to support test parameters and improved usage of the automatic stub instrumentation.
more
Site improvements, Aug 23th 2007
The site has been updated. The webtty package has been tugged safely away in the
corner and the TestApe
...
more