Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
We usually don't provide support for groovy scripting, but a quick glance reveals the problem. The way properties in SoapUI work is that they are all strings, so you aren't able to save a database connection there.
What you can do is set up a JDBC connection at the project level (Look for the "JDBC connections" tab in the Project view" and use that in your tests.
Regards,
Arian
SmartBear Sweden
We usually don't provide support for groovy scripting, but a quick glance reveals the problem. The way properties in SoapUI work is that they are all strings, so you aren't able to save a database connection there.
What you can do is set up a JDBC connection at the project level (Look for the "JDBC connections" tab in the Project view" and use that in your tests.
Regards,
Arian
SmartBear Sweden