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
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
Comments
Anonymous
September 06, 2007
One question that often pops up among WPF app developers is UI testing... WPF enables this scenario throughAnonymous
September 13, 2007
You've been kicked (a good thing) - Trackback from DotNetKicks.comAnonymous
January 13, 2008
I just ran across Lester's blog post Testing using WPF UI automation , which is definitely worth sharingAnonymous
June 08, 2008
ok.. So Silverlight Beta 2 was released on and it has some great new features. But what is the story