Running soapUI tests with maven plugin

I have my soapUI project in .xml. I now want to change my project as maven build so that I can integrate it as part of my daily builds. I tried to get some information on how to integrate maven and soapUI. But nothing worked.

I want to know how can I use the maven plugin in order to run my existing soap project


You can go through the below link to start. It has step by step and pom.xml sample to start with it.

https://support.smartbear.com/readyapi/docs/testing/integrations/ci-systems/maven/working.html

Hope this will help you and if you have any specific error you can post error trace here.

Thanks

链接地址: http://www.djcxy.com/p/60674.html

上一篇: PHP命名空间基准

下一篇: 使用maven插件运行soapUI测试