Richard Fennell

Mirror of 'But it works on my PC!'

Browse by Tags

All Tags » WF » Testing (RSS)
Testing SharePoint Workflows using TypeMock Isolator
I have for a while been trying to test SharePoint workflows using TypeMock Isolator to mock out the SharePoint fixtures, I want to remove the dependency of having SharePoint on any test boxes where possible. I have at last got this working after getting...
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...