upload work

This commit is contained in:
V. Mark Lehky 2018-11-07 12:07:20 -08:00
parent ed74dc8aa1
commit 54de788a6b

View File

@ -1 +1,15 @@
# RabbitMQ tutorials ported to SoapUI
The code is based on the [Java tutorials](http://www.rabbitmq.com/tutorials), with some modifications to make it work in SoapUI.
## Prerequisites
SoapUI (tested with version 5.4.0) or ReadyAPI (tested with version 2.5.0), and you need to place the [Java Client](http://www.rabbitmq.com/download.html#clients) in your `bin/ext` directory.
## Running
You can open and run the `RabbitMQ-tutorials-soapui-project.xml` in the GUI. The project does not have any asserts; all log messages can be viewed in the "script log" tab.
You can use the CLI runner: `$SOAPUI_HOME/testrunner.sh -A -f target/readyapi-results RabbitMQ-tutorials-soapui-project.xml`.
You can use the provided Maven pom: `mvn verify`.