Tagged Questions
6
votes
7answers
270 views
Creating & rolling back test data with SQL server
I am creating a series of web automation tests which require test data to be in a database (SQL Server 2008). To generate the required data for each test I have to call some C# code which will insert ...