vote up 2 vote down star

How to unit test the windows workflows?

flag

20% accept rate
Please specify your question and give an example, as it seems too broad right now. What are you looking for exactly? – Kena Oct 8 '08 at 13:41

3 Answers

vote up 2 vote down

MS dropped the ball on making workflows easily mockable and testable. If you want to do thorough tests on your custom activities you'll need to purchase a mocking framework that can mock sealed types such as TypeMock. Otherwise, you'll have to write your code around the limitations of Workflow.

link|flag
vote up 2 vote down

K. Scott Allen has posted this, which provides an approach to unit testing custom activities (although he says that he is not satisfied). A similar approach is presented by Ron Jacobs here and here.

Another approach is presented by Maurice here and here (he uses TypeMock as Will already mentioned).

link|flag
vote up 1 vote down

See similar question already asked:

Unit/Automated Testing in a workflow system

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.