Will redirect to How do I test an activity with bookmarks? on wf.CodePlex.com in 5 seconds

How do I test an activity with bookmarks?

Bookmarks allow an activity to inform the host application and workflow runtime that it needs more data before it can continue. The host application or some other workflow extension can resume the bookmark with the required data at some later point in time.

Activities with bookmarks must be tested using WorkflowApplicationTest host because WorkflowInvokerTest does not allow activities to use bookmarks.
Notes: