Browse by Tags
All Tags »
Unit Testing (
RSS)
Here's a great article by Howard Van Rooijen on the topic of architecture, implementation and tools. http://blogs.conchango.com/howardvanrooijen/archive/2004/12/07/397.aspx I especially noted the section where he talks about their building blocks that...
Last night I started moving some of the PD logic out of the web project and into a Framework project so that it is more accessible to other components. This resulted from some refactoring of the app. That I've been doing since implementing UrlRewriting...
So, today I installed: SVGViewer so that I could view the Assembly Graphs generated by Reflector.Framework MicrosoftAntiSpyWare - this looks great. NCover so that I can see how much of my total code base is being exercised by my unit tests TestDriven...
I've been giving serious consideration to writing a limited set of Unit Tests for the ProjectDistributor codebase - in particular, tests against the web services and several web scenatios. Today I started that journey by downloading TestDriven.NET: Within...
More Posts