问题
I am new to soap ui and Jenkins
how do you run soap ui test suites using Jenkins?
how do you generate reports in soap ui?
回答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.
回答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.
来源:https://stackoverflow.com/questions/22739277/how-do-you-run-soap-ui-test-suite-with-commandline-tool-like-jenkins