Orchestra is delivered with a test suite to check if your installation is correct. There are 3 different tests available :
Core test suite. This suite tests the core functionalities of the engine (e.g. BPEL activities, variables, etc...). To run this test suite, the server should not be started.This test suite can be launched with the following command :
>ant test
Remote test suite. This suite gives the possibility to test the Web Service stack deploying and launching real processes. This test suite can be launched with the following command (server should be started) :
>ant test-remote
Stress test suite. This suite will launch a small stress test. This test suite can be launched with the following command line :
>ant test-stress
A command is also provided to launch those 3 test suites at once :
>ant test-all
The results of the tests are available under the directory
testresults
.