2

I have installed MBUnit and Gallio via nuget package, but there is no context menu or button where I can say run tests etc...

Do I still have to install something?

enter image description here

Elisabeth
  • 20,496
  • 52
  • 200
  • 321
  • possible duplicate of [VS 2010 and MBUnit how to run just one test](http://stackoverflow.com/questions/2254167/vs-2010-and-mbunit-how-to-run-just-one-test) – Preet Sangha Jul 28 '14 at 08:36

2 Answers2

0

I use TestDriven.net for running MbUnit test within visual studio(2013 ultimate) , and Gallio Icarus GUI tool for running them externally . I presume you could do the same

DasunB
  • 83
  • 1
  • 8
0

I installed on my VS2010 now NUnit nuget package and the free Visual NUnit extension for VS2010.

http://visualstudiogallery.msdn.microsoft.com/c8164c71-0836-4471-80ce-633383031099

I can not use Testdriven.NET personal licence in a commercial area!

Elisabeth
  • 20,496
  • 52
  • 200
  • 321