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.
contosohr
About this tag
The contosohr tag on WindowsForum.com relates to a sample HR application used in demonstrations of workflow testing with XamlInjection. The tagged content discusses the Contoso HR sample application, specifically its Submit Application workflow that coordinates database updates, email sending, and web service calls. The focus is on unit testing such workflows without affecting real systems, using the WorkflowTestHelper project's XamlInjection feature to inject mock activities into XAML. This approach helps verify conditions and correlation queries while avoiding actual database or email operations. The content is relevant for developers working with workflow services and testing in Microsoft environments.
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...