Java 您如何使用 Jenkins 之类的命令行工具运行 SOAP UI 测试套件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22739277/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you run SOAP UI test suite with Commandline tool like Jenkins
提问by user3195193
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?
你如何使用 Jenkins 运行 soap ui 测试套件?
你如何在soap ui中生成报告?
采纳答案by vins
I think below link has all the information you need
我认为下面的链接包含您需要的所有信息
http://www.soapui.org/Test-Automation/functional-tests.html
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.
Jenkins 实际上是一个持续集成工具。一旦您能够通过命令行调用 SOAP UI,您就可以使用 jenkins 在您配置的远程机器上定期运行您的测试。
回答by djangofan
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.
忘记去 SoapUI 文档让它工作吧。只需查看我放在一起的示例项目,您就可以更快地完成它。
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.
请记住,SoapUI 插件有 2 个不同版本,一个是由 Github 上的一个人创建的免费版本,另一个是官方版本。它们的工作方式相似。