Forum Discussion
GiscardN
12 years agoFrequent Contributor
Hi,
I have seen that connection string format but you should make sure you have all you need in it or whether some credentials are also necessary. I suggest you create a connection string template in SoapUI Preferences (from File menu), on the JDBC Drivers Properties tab for your database. Add an entry for your database: Ex: jdbc:cassandra://<HOST:127.0.0.1>:<PORT:50000>/<DB>
That way you can configure the JDBC TestStep using the Configure button when you select your database.
Having the driver placed in the \bin\ext folder, that setup should work.
Regards,
Giscard
SmartBear Support
I have seen that connection string format but you should make sure you have all you need in it or whether some credentials are also necessary. I suggest you create a connection string template in SoapUI Preferences (from File menu), on the JDBC Drivers Properties tab for your database. Add an entry for your database: Ex: jdbc:cassandra://<HOST:127.0.0.1>:<PORT:50000>/<DB>
That way you can configure the JDBC TestStep using the Configure button when you select your database.
Having the driver placed in the \bin\ext folder, that setup should work.
Regards,
Giscard
SmartBear Support