rutema

test execution tool aimed at simplifying test result collection and analysis

This project is maintained by damphyr

rutema

rutema is a test execution tool and a framework for organizing and managing test execution across different tools.

It enables the combination of different test tools while it takes care of logging, reporting, archiving of results and formalizes execution of automated and manual tests.

It's purpose is to make testing in heterogeneous environments easier.

Why?

Require consistency, repeatability and reliability from your test infrastructure while gathering data on every run.

Whether running through a checklist of manual steps, or executing a sequence of fully automated commands we always want to know if a test has failed, where it failed and what was the state of the system at that time.

rutema will gather all logs, timestamp them, store them and report on them.

rutema core provides a reference implementation of a parser for a simple but extensible XML test specification format which works well out of the box but the framework provides clearly defined interfaces so you can write the parser for your own format and add reporters that log wherever is needed.