This is a migrated thread and some comments may be shown as answers.

CodedUITest Error with Silverlight RadGridViewRow

0 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 15 Feb 2017, 03:38 PM

We use Telerik UI Q1 2015.

When I try to do a CodedUITest recording session, all the controls that I currently use are being discovered UNLESS it resides in a radgridview row.

The Header Row and the cells in the header row even work. The group panel and the scroll bar work.

Specific data rows show the error "An exception occured when trying to discover information about a Silverlight control." when trying to add to the UI map.

 

Am I missing something? I made sure they all have an AutomationID - I even went as far as to make sure each cell and row get assigned one in an onloaded event.

 

I believe this is the exception I'm getting in the CodedUITest log file

E, 16424, 18, 2017/02/15, 10:35:39.886, 428011460841, CodedUITestBuilder.exe, Exception: System.NotSupportedException
    Message: The property vsttApplicationId is not supported for this control.
    Stack Trace:    at Microsoft.VisualStudio.TestTools.UITest.Extension.IE.BrowserHtmlNode.GetHtmlPropertyValue(String propertyName)
   at Microsoft.VisualStudio.TestTools.UITest.Extension.IE.BrowserHtmlNode.GetPropertyValue(String propertyName)
    BaseExceptionMessage: The property vsttApplicationId is not supported for this control.

 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Share this question
or