AzureDevops integration with SOAPUI opensource
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2021
12:51 AM
07-26-2021
12:51 AM
AzureDevops integration with SOAPUI opensource
Hi ,
Is it possible to integrate opensource soap UI with AzureDevops ?
If yes ,can anyone share the steps involved to implement a successful CI/CD.
7 REPLIES 7
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2021
01:41 AM
07-26-2021
01:41 AM
Do you have any soapui project which you want to run in CICD?
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2021
01:48 AM
07-26-2021
01:48 AM
Yes , I have a simple solution
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2021
04:46 AM
07-26-2021
04:46 AM
How do you invoke the test run of that project currently? With SoapUI tool?
You can try to use SoapUI_HOME/bin/testrunner utility which you can try if not already.
I guess, you can use this utility to trigger the same from CI/CD. Nothing specific Azure.
Regards,
Rao.
You can try to use SoapUI_HOME/bin/testrunner utility which you can try if not already.
I guess, you can use this utility to trigger the same from CI/CD. Nothing specific Azure.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2021
11:49 PM
07-27-2021
11:49 PM
I tried building through command line task as you suggested and is unsuccessful . I could find task that support SOAPUI pro and ReadyAPI .
What kind of task can we make use to build/execute soapui os ,any valid solution ? or CI/CD is not possible for for SOAPui opensource . ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2021
08:46 AM
07-28-2021
08:46 AM
Not sure what you mean by "I tried building through command line tasks". Appreciate if there are any details.
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2021
09:11 AM
07-28-2021
09:11 AM
I parsed
testrunner.bat -sDemoTestSuite -r -f "C:\Program Files\SmartBear\SoapUI-5.6.0\bin" ProjectFolder\REST-DemoProject-soapui-project.xml to invoke the project solution in command line task .
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2021
08:13 AM
07-29-2021
08:13 AM
What do you see in the console? Post what you in the console please
Regards,
Rao.
Regards,
Rao.
