Hi,
Can you recommend me a way or tell me the most common practice to create a sample portion of a data-base as an xml file so that I can use it from my unit tests without worrying about Db state to be persistent?
Is there any frame work to overcome such a scenerio including the functionality that after each test I can get back to the previous state of the XML file which will be the sample data obtained from the Db?
Thanks