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 any samples 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
Here are a few places you can find info to get started with:
http://white.codeplex.com/
For example:
http://white.codeplex.com/wikipage?title=Get%20Started&referringTitle=Home
http://white.codeplex.com/wikipage?title=Programming%20using%20white&referringTitle=Home
...and so on.
https://github.com/petmongrels/white
Once you unzip or clone that repo, you should see the docs/ directory, which contains a brief "getting started" document ("White-Core.doc").