I want to test the data layer, how do I go about this? I am using NUnit for my business object testing. Must I use mock objects (which I have never used before)?
I would appreciate any amount of input if someone can just guide me in the right direction.