I am planning to use White framework with NUnit to test my WPF application. The assembly zip available to download from http://white.codeplex.com zip I downloaded for assemblies has a documentation NDoc folder. This documentation seem to be auto generated from the code. And there are no comments to give any hint for how to use the APIs to get WPF controls or perform any action on them. Please point me to a article/blog/sample so that I can use this framework.
I have tried searching myself I don't find anything other than a this article, which is based on older version of White framework. http://blogs.msdn.com/b/john_daddamio/archive/2008/04/04/testing-wpf-applications-with-the-white-ui-test-framework.aspx
Please help me on this.