Test Webservice
There are several automated tests you can use. These are located in
client/servlet/test
First thing you have to do is edit the testing properties
cd client/servlet/test/src cp test.properties.in test.properties
Modify the file test.properties and run the tests like this
cd webservice ./run.sh all
Each test will generate a directory with output, as of this writing test t7 should fail as it's not implemented. Other tests may fail if nonunique names have been generated, this should be fixed in the tests.
To clean out all test activities run
./run.sh clean
Back to ReleaseProcedure.
Last modified 13 years ago
Last modified on Dec 8, 2010, 8:31:36 AM