Completed
Last Updated: 18 Sep 2015 06:07 by ADMIN
ADMIN
Ivaylo
Created on: 07 May 2014 13:33
Type: Bug Report
2
Opening a test within visual studio takes a very long time
Using the project in the internal description of this item  try to load it in VS and open a single test. It takes a lot of time (2-3 minutes and more) in order to proceed.
2 comments
ADMIN
Daniel Djambov
Posted on: 18 Sep 2015 06:07
Telerik: we have implemented optimizations for loading tests and elements into memory (load on demand), so now the performance for opening big projects in VS is much faster (3+ times). The implementation will be available in our next internal product release planned to be out by the end of Sep 2015.
ADMIN
Daniel Djambov
Posted on: 15 May 2014 11:54
Telerik: the is a case when the project is very big with several hundreds ot tests and 10000+ elements. When such project is opened in Visual Studio it loads all the information from all the tests into memory and causes slow response times. We are looking for solution to integrate better with Visual Studio APIs and optimize performance which is in our control for such cases.