Is it possible to add all controls in a view to the automatically generated UIMap?
I am writing a test to check if a control in a form has focus. The function that is beeing tested sets control.focus() if the control actually exists in this view. The function can open several different forms, based on the string value passed to the function, and I therefore want to check if I am beeing sent to the form that actually contains this control. The control can be anything from a dropdown-menu to an edit-box.
I am using VisualStudio 2013 RC to create this Coded UI Test from a testCase created in Test Manager 2013.