ContributionsMost RecentMost LikesSolutionsRe: How to integrate Ready! API Soap UI NG Pro with Bamboo? 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!! Re: How to integrate Ready! API Soap UI NG Pro with Bamboo? 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. 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 !! Re: Data source step removes leading zero I was able to resolve this using Groovy Script with Contains statement. Closing the post. Data source step removes leading zero I have a Database select query which returns values like "0.5" If I run this select query using DB Visualizer then it returns me the value "0.5" but when I run the Select Query from Soap UI data source step it omits the leading zero and returns ".5" instead of "0.5" As a result my assertion is failing. Please let me know how to handle this.