I would like to automatically test a workflow using NUNIT or the MS equivalent. Has anyone tried this?
I can foresee some problem areas:
user roles
workflows that wait for time periods e.g 1 week
I imagine I would need to run Action.Execute(true) with sync set to true. If there are server events, how can I ensure they have completed ...