Forum Discussion

prasun236's avatar
prasun236
Occasional Contributor
8 years ago

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 !!

 

4 Replies

    • prasun236's avatar
      prasun236
      Occasional Contributor

      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. 

      • testhrishi's avatar
        testhrishi
        Frequent Contributor

        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