endpoint.tv - How to test activities and workflow services with XamlInjection

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In our http://channel9.msdn.com/Shows/Endpoint/endpointtv-WF4--AppFabric-Contoso-HR-Sample last episode I showed you the http://code.msdn.microsoft.com/WF4ContosoHR/ Contoso HR sample application . The Submit Application workflow coordinated database updates, sending of email and multiple web service calls. How can you unit test a workflow like this? You dont want to update databases and send email when testing but you want to be sure that the conditions and correlation queries are correct. The http://code.msdn.microsoft.com/wfth WorkflowTestHelper project now features XamlInjection which allows you to inject mock activities into the XAML when testing. In this episode Ill show you how I tested the Submit Application workflow using XamlInjection. Ron Jacobs
blog http://blogs.msdn.com/rjacobs http://blogs.msdn.com/rjacobs
twitter http://twitter.com/ronljacobs @ronljacobs http://appfabric.uservoice.com/forums/71035-want-to-see-on-endpoint-tv What do you want to see on endpoint.tv? <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9341de4d62bf466492299e1101151628

View the full article
 
Back
Top