Versions Compared

Key

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

The SoapUI plugin provides a means to run SoapUI test suites and load tests defined in SoapUI project files. The entire project must be present, not just an exported test. It must contain one or more test suites, with one or more tests cases or load tests.

Supported Versions

The SoapUI plugin has been tested with SoapUI version 5.1.3, 5.2.0, and 5.2.1 running on Windows and Linux Endpoints.Test runner runs best with version 5.1.3, but the test results will be identical across the versions of SoapUI. SoapUI Pro is not required.

...

Tip

Setting up Testing Instance

You can install SoapUI on your Build or Development servers for execution of Tests. This should be defined in FlexDeploy as Testing Instance. See Creating/Editing a Test Instance. You can use this Testing Instance as Override on your Test Definition, which means that if you are running Build or Deploy on any server/environment and as part of the Workflow you execute tests, execution will transfer to specific Testing Instance for execution of Tests.

Key Features

  • Use existing SoapUI test suites and load tests

  • Aggregates test results for each execution

Plugin Operations

Child pages (Children Display)

...

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.

...