(E-Mail Removed) a écrit :
> Can anyone recommend a good framework (preferably open source) that can
> be used for database testing ?
For Oracle databases, you can use utPLSQL
(
http://utplsql.oracledeveloper.nl/), which is a PL/SQL unit testing
framework. You can write ADO .NET code to call the utPLSQL package
functions if you want to drive your tests from .NET (or better, a .NET
unit testing framework, like NUnit).
But you will have to write specific code to take a snapshot, undo
changes, check for modifications.
I think have once read about a similar framework for SQL Server, but
you will have to
I am pretty sure that no framework exist that target as little as 2
databases, every system being so largely different...
Mathieu Cartoixa