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?
source share