AutomationID Best Practices
I am trying to find out whether or not it is a best practice to set Automation properties (AutomationId, HelpText, Name) for WPF controls as a standard development procedure. It doesnt appear that you need to define these properties unless you are creating a custom control, and that in their absence UI Automation would be based on the Name of the control.
We are just getting started with UI Automation in WPF and our main focus today is UI Automation for QA Testing. However, other accessibility features are also on the horizon. Are there other benefits to setting automation properties?
Thanks in advance.
JAtkins

