Skip to content
/ tpedit Public

This project is a tool to manage test plans ant to produce test protocols.

License

Notifications You must be signed in to change notification settings

elbosso/tpedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPEdit

GitHub release GitHub tag GitHub license GitHub issues GitHub issues-closed contributions welcome GitHub contributors Github All Releases Website elbosso.github.io

This project is a tool to manage test plans ant to produce test protocols. Test plans are persisted as simple XML files. The creation of the protocols is done using XSLT transformations. That way, it is possible to create virtually any output format, though the focus of this project is to create PDF documents.

This app is able to fully automatically create PDF documents with only those test cases that are new since the last saving (and the ones that were modified since then) or to create PDF focuments containing all test cases.

The app is also able to create interactive PDF documents that can be filled out on screen and printed afterwards. But it is also still possible to create plain PDFs that have to be printed out and filled out manually.

For more information visit my webpage starting here.

Build

mvn compile exec:java

or

mvn -U package assembly:single