September 2010
Intermediate to advanced
272 pages
5h 16m
English
In this task, we will create a Test Project to do unit testing for a WF program.
Add a Test Project to the Chapter01 solution and name the project as UnitTestForWFProgram as shown in the following screenshot:

Add a workflow activity to this project. Right-click the newly created Test Project, then go to Add | New Items… | Workflow | Activity and name the activity as WorkflowForTest.xaml. In the opening WF designer, create an OutArgument
as OutMessage. Next, drag an Assign
activity to the Designer panel and assign ...