Forum Discussion

RawRanger's avatar
RawRanger
Regular Visitor
8 years ago

How to install SoapUI, open pre-prepared project, run tests and mock on ubuntu server?

I want to install SoapUI, open pre-prepared project, run tests and mock service on ubuntu server that do not have any graphical tools (just terminal). Is it possible? How to do it?

 

I found some instructions for running mock service from command line here:
https://www.soapui.org/test-automation/running-from-command-line/rest-mock.html

 

But I didn't find a how to install and run tests.

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    There are different installers available for each OS platform.

    In your case, a zip installer file can be used in headless ubuntu i.e., install in terminal by just unzipping it.

    Under SOAPUI_HOME/bin, there is testrunner.sh utility is available. Use this utility to run/execute the pre-created soapui project in command line.