I'm using the UIAutomation APIs for accessibility and I'm finding it difficult to mix CUIT and UnitTest using UIAutomation APIs.
It seems as if Microsoft stopped supporting the UIAutomation APIS such as UIAutomationClentProviders , UIAutomationClient and UIAutomationTypes.
I'm in a project in which I cannot use CUIT unless I can make it work without having to install Visual Studio in slave test machines. Reason why I'm trying to use the older UIAutomation APIs with XUnit.
Does anyone have a clue as whether or not I can continue using the UIAutomation APIs mentioned above for automating the latest WPF developed application.
Some sound advice is appreciated if you still using those same APIs.
NR