- Joined
- Jun 27, 2006
- Messages
- 23,048
- Thread Author
- #1
In our last episode I showed you the 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 don't want to update databases and send email when testing but you want to be sure that the conditions and correlation queries are correct.
The WorkflowTestHelper project now features XamlInjection which allows you to inject mock activities into the XAML when testing. In this episode I'll show you how I tested the Submit Application workflow using XamlInjection.
Ron Jacobs
blog http://blogs.msdn.com/rjacobs
twitter Link Removed
Link Removed
Link Removed
Link Removed
The WorkflowTestHelper project now features XamlInjection which allows you to inject mock activities into the XAML when testing. In this episode I'll show you how I tested the Submit Application workflow using XamlInjection.
Ron Jacobs
blog http://blogs.msdn.com/rjacobs
twitter Link Removed
Link Removed
Link Removed
Link Removed