I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good investment for next time to learn the newer tool for the job.

So, what are the best references, and hopefully actual tutorials, for programming UI Automation? Specifically, I'm looking for programming "client" applications, i.e. the ones doing the accessing to other program's UI, not just providing access to my own UI.

Thanks, Edan

link|improve this question

69% accept rate
Oops, sorry about that. Not sure how it happened. Thanks for the heads up. – Edan Maor Oct 13 '09 at 12:51
feedback

3 Answers

up vote 4 down vote accepted

I published a tutorial An introduction to UI Automation - with Spooky Spirographs that has been quite popular.

link|improve this answer
feedback

Here's another tutorial that seems good. Automating UI Tests In WPF Applications

link|improve this answer
feedback

http://www.codeproject.com/Articles/34038/UI-Automation-Framework-using-WPF also a good station to learn something about ui automation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.