Testing Driven Development for Workflow Foundation
As we move into the SOA world workflows will become more common and so the need to test them will increase. If we take the most simplistic view these are a sets if statements and loops so should be amenable to automated testing and TDD. However you have to careful how you try to do this, it is too easy to forget that your workflow will run the the WF thread. Why is this problem? ...