Hi guys,
i know MVC is the future but for some of us still stuck in the good old webform land, i'm trying to learn how to do TDD and introduce better testing for our current application...
basically the asp.net 2.0 c# web app is quite complicated with some logic in sproc, some in the javascript via json data processing, some in user controls and some in the code behind. not to mention some libraries here and there to make it merrier.
i have literally no idea how to even begin to break things down to smaller chunks to do any testing.
from so i can only find this related question which doesn't really help much. and i kind of like this simplistic way of getting things started but was looking for more comprehensive samples.
Any help in source code, tutorials, etc would be nice :) thanks!