Data Driven testing is a strong feature ini soapUI, especially in soapUI Pro where you have the DataSource TestStep available for connecting to a database. We have however noticed that the databases themselves are an issue? How do I download a driver and how do I access it?
Here is a list of JDBC drivers with links where to download them, and how to connect to them (*)- stands for commercial drivers
| Driver | Connection string | Where to find |
|---|---|---|
| MySql/ com.mysql.jdbc.Driver |
jdbc:mysql:// |
download |
| PostgreSQL/ org.postgresql.Driver |
dbc:postgresql:// |
distributed with soapUI Pro |
| IBMDB2/ COM.ibm.db2.jdbc.app.DB2Driver |
jdbc:db2:// |
comes with db2 express c download |
| MSSQL(MicrosoftDriver)/ com.microsoft.jdbc.sqlserver.SQLServerDriver |
jdbc:microsoft:sqlserver:// |
distributed with soapUI Pro |
| MSSQL(Weblogic)/ weblogic.jdbc.mssqlserver4.Driver |
jdbc:weblogic:mssqlserver4: |
should come with weblogic instalation |
| MSSQL(SprintaDriver)/ com.inet.tds.TdsDriver |
jdbc:inetdae: |
(*)download |
| MicrosoftSQLServer(JTurboDriver)/ com.ashna.jturbo.driver.Driver |
jdbc:JTurbo:// |
download |
| OracleThin/ oracle.jdbc.driver.OracleDriver |
jdbc:oracle:thin: |
download |
| Oracle(OranhoDriver)/ com.inet.pool.PoolDriver |
jdbc:inetpool:inetora: |
(*)download |
| Sybase(jConnect5.2)/ ncom.sybase.jdbc2.jdbc.SybDriver |
jdbc:sybase:Tds: |
download |
| PointBaseEmbeddedServer/ com.pointbase.jdbc.jdbcUniversalDriver |
jdbc:pointbase://embedded: |
Get more information here |
| Cloudscape/ COM.cloudscape.core.JDBCDriver |
jdbc:cloudscape: |
The Cloudscape Embedded JDBC Driver is included with the Cloudscape product. You can download Cloudscape and this driver from this page |
| CloudscapeRMI/ RmiJdbc.RJDriver |
jdbc:rmi:// |
Get more information here |
| Firebird(JCA-JDBCDriver)/ org.firebirdsql.jdbc.FBDriver |
jdbc:firebirdsql:// |
The Firebird JCA-JDBC Driver is bundled in a jaybird JAR file which is available as part of the Firebird download |
| IDSServer/ ids.sql.IDSDriver |
jdbc:ids:// |
Get more information here |
| InformixDynamicServer/ com.informix.jdbc.IfxDriver |
jdbc:informix-sqli:// |
download |
| InstantDB/ org.enhydra.instantdb.jdbc.idbDriver |
jdbc:idb: |
Get more information here |
| Interbase(InterClientDriver)/ interbase.interclient.Driver |
jdbc:interbase:// |
The InterBase JDBC driver is bundled in a JAR file called 'interclient.jar' which is available as part of the Interclient download. |
| HypersonicSQL/ org.hsql.jdbcDriver |
jdbc:HypersonicSQL: |
download |



