Completed
Last Updated: 28 Aug 2014 13:07 by ADMIN
ADMIN
Cody
Created on: 12 Mar 2014 18:11
Type: Bug Report
1
VS 2012/2013 will (needlessly) rediscover all tests in the project
Problem is only with TS projects in VS2012/2013 and is reproducible with a customer project.

Every time I attempt to start a test studio test from VS Test Explorer, VS will rediscover all tests in the project which in the customer case takes a lot of time. This doesn't happen with other test project like vstest for example or nUnit and so on.
1 comment
ADMIN
Shtilianov
Posted on: 21 Mar 2014 14:27
Hello, the problem is fixed. Discovery will still kick in as this is expected because each time a test is executed a build is triggered which also triggers test discovery and we don't have control over that. What we did is that we improved the test loading so now test discovery will be much faster. For example the discovery process of a project with 500 tests takes less than 10 sec at the moment compared to 2+ minutes before the fix.
Fix will be included in the upcoming release this April and also in the next internal build.