Add a CodedUI test which records expanding a node in RadTreeView. Run the CodedUI test and you will see that the TestMethod throws the following exception:
"Microsoft.VisualStudio.TestTools.Extension.UITestControlNotFoundException: The playback failed to find the control with given search properties."
Hi,
The problem occurs when you Record a CodedUI tests and directly click on a NodeExpanderItem. As a possible workaround you can create custom RadTreeViewAccessibleObject and RadTreeNodeAccessibleObject as can be seen in the attached project.
Regards,
Dimitar
Progress Telerik