UI Automation
Testing has historically been difficult in the UI world. Microsoft’s WPF aims to simplify UI testing using UI Automation - a new accessibility framework. Below are a few useful resources if your venturing down the WPF UI testing road:
- Overview
- Using UI Automation
- UI Spy
- Stress Test using UI Automation
- Unit Testing WPF controls with Automation Peers
- Instantiating a WPF control from an NUnit test
- Adding UI Automation support to a custom control
- .NET UI Automation Extension for Automation Testing

[...] UI Automation is what you would use to do automated testing of your WPF apps. There are set of helpful links to get you started here. [...]
Public Sector Developer Weblog : Testing a WPF UI said this on June 15, 2007 at 3:22 pm |
[...] UI Automation is what you would use to do automated testing of your WPF apps. There are a set of helpful links to get you started here. [...]
MSDN Blog Postings · Testing a WPF UI said this on June 15, 2007 at 5:36 pm |
Great.
I want test NUnitsForms (http://nunitforms.sourceforge.net/), a extension for NUnit for Windows Forms, but this will be more integrated with Visual Studio.
Regards.
[...] Here is a blog post which contains many useful links related to unit testing WPF code: http://mdavey.wordpress.com/2007/06/14/ui-automation/ [...]
Using NUnit with WPF « Josh Smith on WPF said this on July 10, 2007 at 4:12 am |
Thanks for nice blog! I think it’s useful. http://www.wowebook.co.cc/net/wpf-recipes-in-c-2008-a-problem-solution-approach/