Tests no longer run through Visual Studio 2010 after the beta version of Visual Studio 11 was installed

I have created many TestProjects with Visual-Studio-2010 Ultimate . All tests were successfully completed (these were simple unit tests). Now I installed Visual-Studio-11 beta , and I realized that they are not running through VS-2010 . I also tried through MSTest (2010) from the command line without success. Test execution seems to start (and never ends), but tests do not run without an error message. Everything works fine through VS-11 .

Does anyone have the same problem?

+6
source share
2 answers

You checked this: MSTest does not work after installing vs11 next to vs10

To rephrase Microsoft's official answer in the link above:

This is a known issue with Visual Studio 2010 that was fixed in 2010 SP1

Get SP1 from here .

+12
source

I think this is because the lack of SP1 in TFS 2010

+2
source

Source: https://habr.com/ru/post/911028/


All Articles