ContributionsMost RecentMost LikesSolutionsRe: Issues with Assertions in ready API 1.7.0 (Do not refresh when added or deleted) Did they fix this annoying issue in 1.8.0? I have been apprehensive to upgrade because of issues in the past. Re: Ready API: Rest call with same Parameters I figured it out on the request property: add a multi-value delimiter \| also select Disables URL-Encoding of the parameter value then make 2 parameters id on the request test steps fill them in according for various permutations : id&id=&id= or 1&id=2&id=3 and so on Re: Ready API: Rest call with same Parameters that didnt work Re: Ready API: Rest call with same Parameters For this call, 2 ids are provided and the expected response will be a shape containing information for both ids. Ready API does not allow you to add two parameters with the same name. See picture. How do you work around thing. This was identified as a defect years ago. Ready API: Rest call with same Parameters How do I go about adding multiple parameters with the same name. In the application, you can not add a parameter with the same name. For example endpont: http://api.pleasework.com resource: /ids parameters: id,id so the call would look like http://api.pleasework.com/ids?id=1&id=2 any ideas? SolvedRe: Couchbase driver There isnt a selection for the class. You seem to setup the databases then select that one in the JDBC request. Unfortunately, those jars are more of a library not a JDBC selection. Re: Couchbase driver So judging from your response, its more of an external library for which I need to add custom scripts and not a driver. Re: Couchbase driver I copied the 3 current jar files into the C:\Program Files\SmartBear\ReadyAPI-1.5.0\bin\ext folder: couchbase-core-io-1.2.3.jar couchbase-java-client-2.2.3.jar rxjava-1.0.15.jar I restarted ReadyAPI. I dont see them in the OBDC list for databases? What would be the next step? mike Couchbase driver Is there a driver for using Couchbase as a datasource in SOAPUI NG? Re: Rest Project RequestFilter.afterRequest Target issueyes its not being passed to the lower levels (testsuite)...Does Target work?