Nova Orchestra is delivered with a test suite to check if your installation is correct. There are 3 differents tests available :
Core test suite. This suite tests the core functionnalities 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 testRemote 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-remoteStress test suite. This suite will launch a small stress test. This test suite can be launched with the following command line :
>ant test-stressA command is also provided to launch those 3 test suites at once :
>ant test-allThe results of the tests are available under the directory
testresults.