|
Revision 4161, 0.5 kB
(checked in by jani.laakso@…, 8 months ago)
|
|
Initial import of Toolkit Automated Testing project.
Runs multiple test cases and generates HTML raports.
Some execution time and memory consumption analysis is done for subsequent testruns.
Emails developers if subsequent testruns change "radically".
Requires
- IT Mill Toolkit
- IT Mill Toolkit Testing Tools
- proper testing environment involving multiple hosts
- JRE 1.5
Internally used by IT Mill RAD, results are displayed on http://dev.itmill.com .
|
| Line | |
|---|
| 1 | @ECHO OFF |
|---|
| 2 | REM first parameter is path to config.xml |
|---|
| 3 | REM second parameter is build caption |
|---|
| 4 | REM third parameter is html link to build package (JAR) |
|---|
| 5 | |
|---|
| 6 | @java lib\itmill-toolkit-automated-testing.jar;lib\itmill-testingtools-plugin-api.jar;lib\commons-configuration-1.5.jar;lib\commons-lang-2.3.jar;lib\commons-collections-3.2.jar;lib\commons-logging-1.1.1.jar;classes;lib\commons-codec-1.3.jar;lib\commons-email-1.1.jar;lib\activation.jar;lib\mail.jar com.itmill.toolkit.automatedtests.client.LaunchToolkitTests @1 @2 @3 |
|---|
| 7 | |
|---|