russellbcopeland
Programmer
I am putting together a unit testing strategy (using mostly nUnit and VB.Net) and am looking for information on how to handle my data.
I will have processes that require testing that really need to have a standard set of data to go with the test. Problem is that the test will change the data and tests of other pieces of the system will change the data. It seems that I need to have some method of resetting to a baseline set of data before each test.
I suppose I could have a base set of data and reload it for each test group but that could really be very time consuming as I am dealing with a rather large amount of data.
Does anyone have any advice on this or know a good source of information (books, articles, sites, etc.) on how people handle this?
I will have processes that require testing that really need to have a standard set of data to go with the test. Problem is that the test will change the data and tests of other pieces of the system will change the data. It seems that I need to have some method of resetting to a baseline set of data before each test.
I suppose I could have a base set of data and reload it for each test group but that could really be very time consuming as I am dealing with a rather large amount of data.
Does anyone have any advice on this or know a good source of information (books, articles, sites, etc.) on how people handle this?