Under the hood and working with .Net, TDD, Software Design, and Agile Stuff
I don't know many details right now, but ThoughtWorks just released something called Project White as a new toolkit for test automation of WinForms and WPF user interfaces. It might be worth checking out. It's released as OSS under the Apache 2 license.
I'm happily doing automated testing of my new WinForms application, but I've purposely built that automated testing support in from the get go (I build a Window Driver into every screen and use some IoC magic). I'll write up my solution as part of Build your own CAB soon, but I think most people will prefer something like Project White instead.
About Jeremy D. Miller
Jeremy began his IT career writing "Shadow IT" applications to automate his engineering documentation, then wandered into software development because it looked like more fun. Jeremy previously worked as a systems architect building mission critical supply chain software for a Fortune 100 company and learned agile development practices as a .Net consultant at ThoughtWorks, one of the pioneers of agile development. Jeremy is the author of the open source StructureMap (http://structuremap.sourceforge.net) tool for Dependency Injection with .Net and the forthcoming StoryTeller (http://storyteller.tigris.org) tool for supercharged FIT testing in .Net. Jeremy's thoughts on just about everything software related can be found on his weblog "The Shade Tree Developer" at http://codebetter.com/blogs/jeremy.miller, part of the popular CodeBetter site. Jeremy is a Microsoft MVP for C#.