robertc
16 years agoOccasional Contributor
Problem with SoapUI 3.5 Beta1 Nightly Build/JDBC test step
I am running 3.5 Nightly Build (18/1/2010)
I have created a JDBC test step which connects correclty to an Informix database.
However a select statement gives the error:
1970-01-01 12:00:00 - Error getting response; null
The XML result box is empty.
If I try an update statement i.e. update table set x=1 where id=1
the update actually works (db record updated) but the XML displays:
There's been an error in executing query!
This is an excellent addition as it makes test cases so much easier to create that are re-runnable.
I have created a JDBC test step which connects correclty to an Informix database.
However a select statement gives the error:
1970-01-01 12:00:00 - Error getting response; null
The XML result box is empty.
If I try an update statement i.e. update table set x=1 where id=1
the update actually works (db record updated) but the XML displays:
This is an excellent addition as it makes test cases so much easier to create that are re-runnable.