12

I am not able to run the unit tests in Visual Studio 2013 like I used to be able to run it from the Visual Studio window itself in Visual Studio 2010. I am not able to find anything in NuGet Package Manager or on the web.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
merazuu
  • 4,118
  • 6
  • 18
  • 19
  • 1
    Note there is an NUnit test runner add-in which you download via *Tools|Extensions and Updates* - the problem which as you've discovered this doesn't work in Express editions] – Ruben Bartelink Feb 02 '14 at 07:38

3 Answers3

10

Unfortunately this is not possible. The Express SKUs of Visual Studio do not support plugins / extensions.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
  • That's what i revealed after i did my research. Thanks for your confirmation. – merazuu Jan 04 '14 at 15:39
  • 2
    _"do not support plugins / extensions"_ - That's not entirely correct. Express 2013 editions do not support **3rd party** extensions. [Tell me more](http://visualstudiomagazine.com/articles/2014/05/21/no-extensions-for-visual-studio-express.aspx) –  Jan 27 '15 at 07:23
6

Try to use NUnit TestAdapter including NUnit. You will find it searching for NUnit in the Manage NuGet Packages window.

I have tested it, and it works fine.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Flavio Santini
  • 101
  • 1
  • 4
1

A workaround is in blog post How to invoke NUnit from Visual studio express and execute automation tests.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Rafał.S
  • 186
  • 2
  • 14
  • 1
    I come from the future and seek a workaround. This answer is still a link-only one. – Andrei V Nov 12 '14 at 08:25
  • _[Your answer is in another castle: when is an answer not an answer?](http://meta.stackexchange.com/questions/225370/your-answer-is-in-another-castle-when-is-an-answer-not-an-answer)_ –  Jan 27 '15 at 07:24