Completed
Last Updated: 06 Jul 2016 06:39 by ADMIN
ADMIN
Elena
Created on: 02 May 2016 10:53
Type: Bug Report
0
Elements cannot be edited
Elements in a particular customer project cannot be edited. An error message pops up: 

---------------------------
Telerik - Test Studio
---------------------------
   at ArtOfTest.WebAii.Design.UI.FindElementModel.<LoadNode>b__0(KeyValuePair`2 n)

   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)

   at ArtOfTest.WebAii.Design.UI.FindElementModel.LoadNode(ElementNode node)

   at ArtOfTest.WebAii.Design.UI.FindElementView.Load(ElementNode node, Boolean showElement)

   at ArtOfTest.WebAii.Design.Orchestrator.EditElement(ElementNode node, Boolean showElement, Window parent)
2 comments
ADMIN
Daniel Djambov
Posted on: 06 Jul 2016 06:38
Telerik: We have implemented a partial fix for this specific case which will be available in our next product release planned to be out by the end of July 2016.

Here are details of the problem: it seems some independent elements are broken due to their pages find logic, which seems to cause the exception. The element node is null because Test Studio is unable to locate the node on editing - the three page nodes have empty CompareUrl (and only BaseUrl to compare by) to find by and we explicitly avoid matching nodes in this case. 

What we can recommend in this specific case is to merge those page nodes (http://docs.telerik.com/teststudio/knowledge-base/project-configuration-kb/merge-page-nodes#page-nodes point 10) by setting CompareMode to use BaseUrl for them, which will merge them, save the test and from this point on there should be no error on edit element or anything. 
MarketSharp User
Posted on: 11 May 2016 16:11
I am receiving the same error message.  Please advise.