root / ToolkitAutomatedTesting / Start Automated Tests.bat

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
2REM first parameter is path to config.xml
3REM second parameter is build caption
4REM 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
Note: See TracBrowser for help on using the browser.