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:

~ by mdavey on June 14, 2007.

4 Responses to “UI Automation”

  1. [...] 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. [...]

  2. [...] 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. [...]

  3. 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.

  4. [...] 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/ [...]

Leave a Reply