Contents tagged with Unit Testing
-
Howard's agile slide deck
Here's a great article by Howard Van Rooijen on the topic of architecture, implementation and tools.
-
MbUnit... It's all green baby; it's all green!
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 and Trackbacks. I created UrlManager, and UrlFormatter classes to handle some of the url matching logic and thought that I'd start building a library of Unit Tests against this new stuff.
-
Today was a day of software installation
So, today I installed:
-
Entering the world of TestDriven.NET
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: