
Running a single test package
------------------------------

1. copy tp.properties.sample -> tp.properties and adapt

2. run a testpackage, e.g.

>  ant tp.functional

3. look into the result.xml



Running the batch test
----------------------

1a. install tomcat (with the manager application)
  - assure that there is a user that can access the manager application
    for installing web apps (i.e. a user with the role 'manager')

1b. run tomcat

2. adapt testsuite/junit/testconfigs/_default/test_properties.xml
  - in particular the first line (server name ant port where the tomcat
    is running, user name and password of the user that can run the 
    manager app)

3. in batchtest.properties:
  - configure which test configurations shall be executed.
  - configure which test package (ant target) shall be executed for
    what configuration
