Upon changing element's find logic Test Studio crashes with the following exception: Outer Exception Type: System.ArgumentOutOfRangeException Message: Index must be within the bounds of the List. Parameter name: index HRESULT: 0x80131502 (Official ID (if app.) = COR_E_ARGUMENTOUTOFRANGE, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5378) Call Stack: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.Insert(Int32 index, T item) at System.Collections.ObjectModel.Collection`1.InsertItem(Int32 index, T item) at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item) at Telerik.Windows.Data.RadObservableCollection`1.InsertItem(Int32 index, T item) at ArtOfTest.WebAii.Design.ProjectModel.ObservableList`1.<>c__DisplayClass5.<InsertItem>b__4() Use the video demonstration and the project attached in the internal description for repro.