Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
for loadUI to pick up the driver you need to add the following to your soapUI Projects' onLoad script (or to any script that is run before the TestCase);
com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "oracle.jdbc.driver.OracleDriver" )
Does this help?
regards!
/Ole
SmartBear Software
for loadUI to pick up the driver you need to add the following to your soapUI Projects' onLoad script (or to any script that is run before the TestCase);
com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "oracle.jdbc.driver.OracleDriver" )
Does this help?
regards!
/Ole
SmartBear Software