Can you please give me a whitebox testing tool for Asp.net
No. WatiN, I think, performs black box testing on methods. I need a test tool that will perform a unit test on each line inside the method. Hopefully that tool will work well with Visual Studio 2008.
2009-07-24 10:03:52
A:
Are you looking for a unit testing framework? If so:
NUnit MbUnit MSTest (built-in to Visual Studio 2008) xUnit.Net
mgroves
2009-08-03 20:50:19