Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure to Disable Usage Statistics as shown below on SoapUI installation.

Image RemovedImage Added

In order to validate SoapUI installation, you can run following commands with example project file.

Code Block
# change path appropriately
/opt/SmartBear/SoapUI-5.5.0/bin
# /var/tmp will be where output will be written
./testrunner.sh -rjf /var/tmp <project.xml file name>


Tip

You will notice some errors during execution due to the fact that SoapUI installs some plugins during first invocation of testrunner. Once you execute SoapUI project file, go to home folder and delete plugins folder from .soapuios. Here are commands for Unix.

  • cd $HOME
  • cd .soapuios
  • rm -rf plugins

SoapUI Docker Plugin

Don't have a SoapUI installation available for FlexDeploy?  No problem.  All you need is a docker install and you can make use of our SoapUI plugin for running on Docker.

...

The SoapUI Docker plugin functions exactly the same as the traditional java based SoapUI plugin with the notable exception that it needs to be run on an Endpoint that is configured as a Docker Host or a K8s cluster.

Image RemovedImage Added