Download List

Descripción del Proyecto

ATF is a collection of libraries and utilities
designed to ease unattended application testing in
the hands of developers and end users of a
specific piece of software. Tests can currently be
written in C/C++ or POSIX shell and, contrary to
other testing frameworks, ATF tests are installed
into the system alongside any other application
files. This allows the end user to easily verify
that the software behaves correctly on her system.
Furthermore, the results of the test suites can be
collected into nicely-formatted reports to
simplify their visualization and analysis.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-10-20 22:22 Back to release list
0.11

Para mantener la coherencia con la C vinculante, las macros ATF_CHECK en el C + + unión han cambiado de nombre a ATF_REQUIRE. Muchos de los detalles de implementación se han retirado de la API pública. La concha vinculante permite ahora "set-e" de forma predeterminada para detectar errores de programación en los casos de prueba. Por último, se han producido algunos errores y aplicar soluciones de portabilidad.
For consistency with the C binding, the ATF_CHECK macros in the C++ binding have been renamed to ATF_REQUIRE. Lots of implementation details have been removed from the public APIs. The shell binding now enables "set -e" by default to catch programming mistakes in test cases. Lastly, there have been some miscellaneous bug and portability fixes.

Project Resources