I am getting a COM exception when running Coded Ui tests on windows 10. Is there a specific dependency I need to provide for windows 10 in order to run coded UI?
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotAvailableException: The control is not available or not valid. ---> System.Windows.Automation.ElementNotAvailableException: Element not available ---> System.Runtime.InteropServices.COMException: Operation timed out. (Exception from HRESULT: 0x80131505)
The reference for the namespace Microsoft.VisualStudio.TestTools is a little bit hidden.
You need to reference the DLL Microsoft.VisualStudio.QualityTools
User contributions licensed under CC BY-SA 3.0