Partager via


Testing using WPF UI automation

One question that often pops up among WPF app developers is UI testing... WPF enables this scenario through a new accessibility framework. Some useful resources from mdeavey's post 

Overview

Using UI Automation

UI Spy

Stress Test using UI Automation (new link : here)

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

Share this post

 

InvokeStress.zip

Comments

  • Anonymous
    September 06, 2007
    One question that often pops up among WPF app developers is UI testing... WPF enables this scenario through

  • Anonymous
    September 13, 2007
    You've been kicked (a good thing) - Trackback from DotNetKicks.com

  • Anonymous
    January 13, 2008
    I just ran across Lester's blog post Testing using WPF UI automation , which is definitely worth sharing

  • Anonymous
    June 08, 2008
    ok.. So Silverlight Beta 2 was released on and it has some great new features. But what is the story