Skip to content

SoapUI Commands

MirekVales edited this page Apr 14, 2018 · 4 revisions

Following commands allow to integrate FinesSE with test suites defined in SoapUI. Test results are automatically appended to the test report that may be enabled optionally.

GetSoapUICaseResponse a suite name, a case name

Returns a received xml result for an executed case from a suite. The execution must be run before, otherwise the result is not found

GetSoapUICaseRequest a suite name, a case name

Returns a request xml for a case from a suite. The execution must be run before, otherwise the request is not found

RunSoapUISuite a path to SoapUI project file, a suite name

Executes a SoapUI test suite

VerifySoapUISuite a path to SoapUI project file, a suite name

Executes a SoapUI test suite, also throws an exception if some of test cases fails