You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
submitapplication
About this tag
The submitapplication tag on WindowsForum.com covers discussions about testing and debugging workflow services, particularly the Submit Application workflow. Content includes techniques for unit testing workflows without triggering real side effects like database updates or email sending. A recurring theme is the use of XamlInjection to inject mock activities into XAML-based workflows for isolated testing. This tag is relevant for developers working with Windows Workflow Foundation, enterprise application testing, and automation of HR or business process workflows. Topics also touch on correlation queries, web service calls, and integration with tools like the WorkflowTestHelper project.
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...