I have an existing asp.net webforms application that I would like to add some unit testing to but am unsure of exactly how to go about it.
The application is database driven with functionality I guess you could compare to an advanced forum. Logic, data access and presentation are seperated for the most part.
What methods should I be testing?
How do I handle the database and test data?
Are there any tools recommended to assist in this?