Completed
Last Updated: 12 Feb 2014 15:14 by ADMIN
ADMIN
Rodney
Created on: 11 Dec 2013 16:48
Type: Feature Request
1
Elements taking extremely long time to update
-- Test Studio 2013.2.1210 --

Making simple updates to any element takes a long time. Changing the find expression on an element can take a minute or more for the element to updated. In Visual Studio, the change is instantaneous. The affected project has almost 500 tests and 7507 detected elements.
3 comments
ADMIN
Daniel Djambov
Posted on: 12 Feb 2014 15:13
Telerik: we implemented performance optimization fix for such scenarios and it will be available in our next product release planned in Feb 2014.
Ewin
Posted on: 12 Dec 2013 14:59
Here are a couple examples. 

This video is an update for a single element that is used in 1 test
http://screencast.com/t/v6eC8s44xIO

This video is an update where a single element is used in 2 tests.
http://screencast.com/t/Vu40SL02q8m
ADMIN
Konstantin Petkov
Posted on: 12 Dec 2013 13:32
Hello,

The described behavior is expected to some extent. We will make sure this works as expected for the particular project though and if anything can be done in general.

How it works:
Test Studio doesn't load all the test data (including steps using the elements) on project load. Instead it loads the entire test on demand. On such case is changing the element find logic when TS needs to update all tests using that element. In that case all related tests are being loaded which may take a long time according to the exact element usage.

In VS this load on demand is not implemented yet. That means that all the tests and data are loaded initially (on project load) and so updating an element makes it right away. That also means though all the tests/data are loaded into memory which causes a number of other problems.

I hope this helps!