How to integrate Ready! API Soap UI NG Pro with Bamboo?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to integrate Ready! API Soap UI NG Pro with Bamboo?
I need to integrate Ready! API project with Bamboo for automation purpose so that, when I get any commit on my repository, bamboo will trigger Ready! API to test the Rest API's in my project.
Currently I have licensed version of Ready! API 1.9.0.
We have a bunch of Test Cases which are automated in Soap UI and will need to triggered once the deployments are completed in Bamboo.
Appreciate the help !!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Seems like there is some plugin for that now
https://marketplace.atlassian.com/plugins/com.mdb.plugins.soapuiforbamboo/server/installation
I know it use to be free before
You/dev's can still write some pom script to execute the soapUI tests using testrunner
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response !!
I checked the plugin but looks like its not free anymore.
Doo you have a sample script/maven project that can do the same? I actually don't have knowledge on how to set up the scripts execute the soapUI tests using testrunner.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok,
all bamboo plan would need will be the command line input to execute the project.
The same input (with all the parameters like reports and all set) can be grabbed from the logs, when you actually physically execute the suites using LAUNCH TESTRUNNER by right clicking the project.
For maven if you need sample pom may be I shall be able to email you a sample one.
I don't use maven currently, but at some point I have used it.
Also soapUI documentation can guide you through the process as well
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the inputs -- I will try out the Launch TestRunner option to the command line input and set it up in the bamboo plan.
Also, if you can share the sample POM file that would be great. My email ID is prasun236@gmail.com
Appreciate all the help!!
