0
kicks
Unit Testing Coming to a Workflow Near You
If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc.
However you won't find very much support for Test Driven Development (TDD) or unit testing in general. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit test.