Hi I am new to .net.
In my project there is a business layer and a Data Access Layer. The data access layer are methods which in turn use stored procedures. I need to write test cases for these Data Access layer and then later the business layer. I have been told to do it by using Nunit.
can someone please guide me on it. How should i start.i have gone through many tutorials but i didn't properly understand how to write test cases for my DAL methods which in turn use stored procedures.
Any help is appreciated.
I would also like to know is it useful and feasible to write test cases for all the methods in the DAL. if no then please suggest other alternative and the reason why its not feasible.
Regards