Date: 06/30/06 (C Sharp) Keywords: database How do you guys deal with test data that comes from a database? I've got unit tests running that check , for example that data is inserted, fetched, and updated from the database corrrectly, but obviously the data changes as it goes, which creates a lot of work (i.e., manually going in and changing all the expected values). There must be a less-retarded way to do this... any suggestions?
|