About GroboUtils Sourceforge Project For Developers | GroboTestingAutodoc version
1.0.0alpha2 About AutoDocAuthor:Matt Albrecht
The AutoDoc collection allows tests to be self-documenting. The framework
is a pluggable system to allow any type of implementation of the core
functionality.
The current API set allows for:
- logging:
Access to logging APIs similar to the
Java logging interface or the Jakarta Log4j project.
- pmti:
(problem management tracking interface) Allows for tests to mark
themselves as testing a specific bug. The generated files (or plugins) can
then be used to connect to the bug tracker and record if the test fails
or passes. This allows for better traceability of what bugs were fixed,
if the fix works, and what remains to be tested.
- tp:
(test plans) Allows for tests to generate a test plan based on the code
that executes.
|