Runner2

Runner2 is an engine to perform repetitive operations, quickly.

It has been used to automate the installation of a chain of softwares on a set of test machines, and it will be used to perform automated testing of softwares.

Runner2 has been written keeping in mind that:

Runner2 is written in Python, since this language offers a very good run-time extensibility and is easily maintanable. The code is interpreted at run-time, and so it is slower than a C code, but this wasn't necessarily the aim of the project. The automated operations are supposed to be quick. The automating operations completed by Runner2 were once made by hand, so the speed up factor is not mesurable but enormous.

 

Requirements

 

Get it!

In the case you would give runner2 a chance, download the components listed among the Requirements, as well as the file Runner2 (revision 194). Then unpack the archive and read the runrunner.bat file.

Instead, were you willing to change it, download  (jre+eclipse+pydev plugin+subversion plugin) set. The n check out the last revision from the svn and use the eclipse 'Run as' feature to start runner2.

You can find the SVN repository at the address

http://svn2.assembla.com/svn/etools

or, if you want to download the files by hand (not recommended), browse it through an HTTP interface.