Typemock Isolator for SharePoint

Wednesday, November 26, 2008 6:49:37 PM (Eastern Standard Time, UTC-05:00)

Still waiting...

Typemock Isolator for SharePoint

Monday, November 24, 2008 10:37:39 PM (Eastern Standard Time, UTC-05:00)

Typemock are offering their new product for unit testing SharePoint called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to unit test SharePoint without a SharePoint server. To learn more click here.

The first 50 bloggers who blog this text in their blog and tell us about it, will get a Full Isolator license, Free. for rules and info click here.

Test First, or Second?

Tuesday, September 25, 2007 9:46:03 PM (Eastern Standard Time, UTC-05:00)
Something I've been struggling with lately is how to reconcile a need for adequate TDD design whilst applying sound pattern-based architecture. I'm really beginning to see why TDD is making my designs much more coherent and maintainable, but using design patterns is second nature and typically doesn't involve (at least for me) a deliberate effort to flesh out higher level tests. It seems like the TDD aspect kicks in somewhere between the "hey this mediator pattern is a good solution for this" and "I should probably be writing some tests before I get much more code banged out". Maybe the source of my discontent is a lack of discipline very early in the design phase, or maybe some hard-wired need to model with patterns first. Anyway, having recently become deeply interested in using Mock Objects as well as Behavior Driven Development (BDD), I am focusing a lot of cycles thinking about how they are actually just variations of a theme, namely, let the tests drive the rest. I've got a lot more to learn here, but I believe that a lot of my pain (and my customers' too) can be reduced using some of these techniques.