Running Typemock Isolator based tests in TFS 2010 Team Build
Updated 2nd March 2010: Altered the sample arguments see this post for more details Updated 27th Jan 2010: Gian Maria Ricci, another Team System MVP has done some more work on this problems and posted on how to create a custom activity to address the problem. I have been looking at getting automated builds running on TFS2010 that make use of Typemock Isolator. This is not as straight forward as you would expect. The issue is that you have start Isolator’s mocking interceptor before you run any tests that use Typemock (and stop it afterwards). If you are running in the VS IDE this is all done automatically, but is not done as part of an MSBuild Team Build Process by default. ...