16 years ago
Can SOAPUI do this...
I would like to run a test (to a Webservice), then get a DB connection (and we have lots of developers, so we need to be able to change the db url to point to user specific databases) and execute some SQL to validate certain rows have been inserted into a DB table, and validate certain field values are in there...
or am I better off writing a load of JUnit java tests to do this?
Any advice appreciated!!
or am I better off writing a load of JUnit java tests to do this?
Any advice appreciated!!