Hi, I have created projects in solution like this
MySolution
Solution Items (This created when I added test project in solution) (includes Local.testsettings, Mysolution.vsmdi, TraceAndTestImpact.testsettings)
+Project1
+Project1.Test
+Project2
When I add new test project in solution, Project2.Tests for Project2, I can not run the this Project2.Test project. When I click run tests button, Project1 test projects are running.
Is this is a bug?