Hello,
I have a lot of unit test that depend on a certain configuration of a database. I would like to execute a script every time I run the unit tests so the database is Ok and the tests do not fail due to wrong data at DB. I currently have a SQL script to put the right data at the DB.
Is there a way of doing that from Visual Studio (2008 would be great)?
Thanks in advance mates.