Some weeks ago I did a
TDD presentation and for that matter I prepared a small tutorial of how to do it.
Details
- I used Robert Martin's approach to TDD.
- The example idea was taken from James Shore.
- The QueryString(built in the tutorial) component is a simple HTTP parameters parser.
Http Parameters format: http://myhos.org/test?param1=value1¶m2=value2