In MSTest you can do something like:
[TestMethod] [DataSource(\"Microsoft.VisualStudio.TestTools.DataSource.CSV\", \"testdata.csv\", \"testdata#
I think the Nunit equivilent is to mark a method as a setup method and then load the data into a field to be used in subsequent tests.
You have to code it yourself, more or less.