TDD type methodology for WPF / Silverlight

本秂侑毒 提交于 2019-12-03 03:13:54

The silverlight toolkit provides all the unit test and the source code... on http://silverlight.codeplex.com/

For UI testing I think some folks use the Silverlight Accessibility api http://msdn.microsoft.com/en-us/library/cc707824(VS.95).aspx ....

And there are also tools for UI testing, too

MSDN Magazine article on UI-Testing http://msdn.microsoft.com/en-us/magazine/dd483216.aspx

Testing using WPF UI automation http://blogs.msdn.com/b/llobo/archive/2007/09/06/testing-using-wpf-ui-automation.aspx

It is surely not an easy and obvious topic and it always depends on the business case...

And for TDD in general look at this book: The art of Unit Testing...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!