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

和自甴很熟 提交于 2019-12-14 02:13:15

问题


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?


回答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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!