ContributionsMost RecentMost LikesSolutionsSoapUI Free vs. SoapUI Pro on Jenkins Greetings! We are currently running SoapUI Pro on a Jenkins-server. We have been asked if it's possible to make do with the free version. Is it possible? If so: are there any differences using Pro vs. Free on Jenkins? Cheers, Rikard Re: JDBC Response date format assertion diffs that dont include ".0" at the end of the string Hello! I am having the exakt same problem. I am using ReadyAPI 2.2.0. When executing the same sql via Oracle SQL Developer (we are runing Oracle Database 12c) I get the date without the .0 in the end. Not a big problem, but slightly annoying :) Cheers, Rikard Re: Waiting for a REST resource Thanks for the reply! I've been thinking the same way. We're looking into creating a groovy-script in the same way you propose. The reason we try to avoid using a Delay is that we are not sure how fast the resource is created. I guess we could set the Delay to 30 sec, but that will slow our test down. Cheers, Rikard Waiting for a REST resource Hello! I wonder if there is a way to wait for a REST resource to be created? What I'd like to do is this (kinda): 1. Load data into the datebase 2. Have SoapUI wait for a REST resource to be created I guess I could put a Delay step in there, but that's not a good solution. Also, using Conditional Gotos is messy. Cheers, Rikard Re: Forking a process in SoapUI Thank you, Anastasia! Unfortunately, the link you provided is dead :( Forking a process in SoapUI Hello! I am looking for a way to start a process i SoapUI (a Python SimpleHTTPServer to be precise), save its pid (so I can kill it later) and then run the rest of the test steps. Har anyone done this? Cheers, Rikard Re: Edit JSON response data. How? Alright, I found out how to do this. Just right-click in the response tab and you can toggle Edit-mode. Is is possible to toggle it with a Groovy script? Cheers, Rikard Edit JSON response data. How? Hello! I saw this new functionality in SoapUI 2.1: You can now edit response data in the JSON and XML response editors of the REST and SOAP requests. This makes it easier to create and debug assertions that check response contents. This sounds like something I'd like to use. Is there any documentation on how to do this? Cheers! Rikard Show all columns from a empty JDBC-request Hello! When executing sql from a JDBC Request Test Step which gives no result, this is what is shown in Response: <Results> <ResultSet fetchSize="10"/> </Results> I would like to get something like this: <Results> <ResultSet fetchSize="10"> <Row rowNumber="1"> <ID>null</ID> <NAME>null</NAME> </Row> </ResultSet> </Results> Any ideas how to get that done? Cheers! Rikard Sort REST request response array Hello! I wonder if there is a way to sort the (json) response from a REST Request teststep? Thanks, Rikard