Lessons learnt building a custom activity to run Typemock Isolator in VS2010 Team Build
Updated 25th March 2010 - All the source is now available at the Typemock Add-in site Updated 2nd July 2010 - Some usage notes posted Updated 26th July 2011 - More usage notes Updated 21st Nov 2011 - Typemock Isolator now has direct support for TFS 2010 Build, see usage notes I have previously posted on how you can run Typemock Isolator based tests within a VS2010 using the InvokeMethod activity. After this post Gian Maria Ricci, a fellow Team System MVP suggested it would be better to put this functionality in a custom code activity, and provided the basis of the solution. I have taken this base sample and worked it up to be a functional activity, and boy have I learnt a few things doing it. ...