Hi,
As systems accessing databases are a major percentage of developments - has anyone any ideas regarding unit testing this. The problems being - how to practically make a DB return to state after test run, to ensure its in expected state before test run, to test the unit of code interacting with the DB functioned correctly - eg updates to hundreds of records. All this without over burdening the developer.
Cheers