Getting StartedThe purpose of this document is to demonstrate the JMS CTS, using OpenJMS as the test subject. In order to do this:
Setting up OpenJMSOpenJMS can be obtained from http://openjms.sourceforge.net/ See the Getting Started guide for instructions on downloading, installing, and running OpenJMS. Setting up JMS CTSTo set up JMS CTS to test OpenJMS:
Running the compliance testsTo run the compliance test suite, enter the following in a command prompt: Windows > cd %JMSCTS_HOME%\bin > jmscts.bat run Unix > cd $JMSCTS_HOME/bin > jmscts.sh run The tests take several hours to run. On completion, a report is written to $JMSCTS_HOME/report/html/coverage.html , indicating the tests run, requirements covered, and the number of passes and failures. For runtime options, see Running JMS CTS . |