We just bought Test Studio, it seems great! I am currently going through our Silverlight application and adding automation ID's to all of our Telerik UI controls, since the full Xaml path seems volatile.
I noticed something I hope I don't have to manually edit every time-
I click on a textbox in our application, and type text into it. 2 elements are added to the repository, not 1.
Example:
I've attached two screenshots of the find logic for both elements. Why does it want to also use the full Xaml path for the click? I'm happy I can remove that, and the extra element is removed from the element repository, but we have hundreds of UI controls. I hope I don't have to edit every click element since the Xaml path changes sometimes. Is there a shortcut?
Thanks!
-Dan
I noticed something I hope I don't have to manually edit every time-
I click on a textbox in our application, and type text into it. 2 elements are added to the repository, not 1.
Example:
- LeftClick on Item4Textboxview
- radwatermarktextbox: Type 'name' into rwtbLastNameRadwatermarkertextbox
I've attached two screenshots of the find logic for both elements. Why does it want to also use the full Xaml path for the click? I'm happy I can remove that, and the extra element is removed from the element repository, but we have hundreds of UI controls. I hope I don't have to edit every click element since the Xaml path changes sometimes. Is there a shortcut?
Thanks!
-Dan