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 Release 880 available, Dec 3rd 2011
New is this release are support for floating point validations and function mocking.
Also, MinGW has been added to the list of supported platforms.
more
Forum change, Mar 27th 2011
TestApe forum is now hosted on Proboards.
Support questions can be posted here or send directly on email. Due to
...
more TestApe beta release available, Sep 27th 2011
TestApe can now be used with MinGW GCC on windows. Also supported in this beta are floating point types in
validations or when mocking functions
more IPad update for WebTTY, May 15th 2011
A 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.
TestApe Release 791 available, Apr 2nd 2010
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.
more 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