0

I've just installed the latest dotTrace (v4.0, evaluation) and I'm trying to profile the code by running tests using TestDriven.NET. From what I've googled out, this should be possible: "Test With... dotTrace" menu item should be visible, but it is not (only the standard ones provided by TD.NET). Has anyone had any luck with this?

I'm running VS 2008, by the way.

Igor Brejc
  • 18,714
  • 13
  • 76
  • 95
  • The unit test runner in Resharper is very nice, and integrates with dotTrace 4.0 (as well as dotCover 1.0) extremely well. Unit testing with this combo is very smooth and effortless. – codekaizen Nov 03 '10 at 08:39
  • Yes, but unfortunately it doesn't support Gallio/MbUnit tests out of the box. – Igor Brejc Nov 03 '10 at 11:42

2 Answers2

1

Had the same problem. My investigations showed that latest version of TestDriven.NET uses old version of JetBrains.dotTrace.Integration.dll which seems to be incompatible with the latest version of dotTrace. So waiting for new version of TestDriven.NET which will support new integration approach with dotTrace

dh.
  • 1,501
  • 10
  • 9
0

TestDriven.NET has integration with dotTrace 3.1 but doesn't have it for 4.0.

Ivan Shakhov
  • 1,299
  • 11
  • 12