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.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Here are a few places you can find info to get started with:

  • Most of the white documentation seems to be in the codeplex wiki - each wiki page is linked to on the main page at:

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.

  • There's also some documentation in the white github repository - to find it, use the ZIP button on the main white github page to download a copy of the repo, or just use git to clone the repo:

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").

link|improve this answer
Thanks Bill for the links, I had gone through most of them already. But the problem was none of them cover the API documentation. But as of now, I have been able to get going following few examples found on net. – Rajiv Nov 10 '11 at 9:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.