I want to automate DotNetBar Controls using Coded UI. I came across a forum,in which it was stated like DotNetBar Controls supports Coded UI using IAccessible reference : https://social.msdn.microsoft.com/Forums/en-US/5cda7dea-c3c5-497e-8185-2cefaef79283/cui-tests-for-devcomponentsdotnetbar-based-interface?forum=vsautotest How to implement this. Could anyone please explain with a simple sample example?
Asked
Active
Viewed 238 times
0
-
If a control supports IAccessible then it should be seen by Coded UI (or UI Automation), so there's not much you have to do, it should work (if they *do* support IAccessibe) – Simon Mourier Aug 10 '16 at 11:53
-
@SimonMourier Could you please tell me how to use IAccessible interface for a control with a simple code example if possible? – solai Alagappan Aug 10 '16 at 12:27
-
You don't have to. Just use Coded Ui as you would do with any other control – Simon Mourier Aug 10 '16 at 12:56