How do you run SOAP UI test suite with Commandline tool like Jenkins

12,356

Solution 1

I think below link has all the information you need

http://www.soapui.org/Test-Automation/functional-tests.html

Jenkins is actually a continuous integration tool. Once you are able to invoke SOAP UI via Command line, then you can use jenkins to run your tests periodically in the remote machines you have configured.

Solution 2

Forget going to SoapUI documentation to get it working. You'll get it done much faster by just looking at the sample project I put together.

Just remember, there are 2 different versions of the SoapUI plugin, a free one created by a guy on Github and the official one. They both work similarly.

Share:
12,356
user3195193
Author by

user3195193

Updated on September 13, 2022

Comments

  • user3195193
    user3195193 almost 2 years

    I am new to soap ui and Jenkins

    1. how do you run soap ui test suites using Jenkins?

    2. how do you generate reports in soap ui?