Microsoft Silverlight unit test framework now on MSDN Code Gallery
September 15, 2008
The Silverlight unit test framework's binaries are now available for download direct from the MSDN Code Gallery. If you already have the test framework libraries, there's no need to download them again: the bits haven't changed... yet.
http://code.msdn.microsoft.com/silverlightut/
The current release targets Silverlight 2 Beta 2. Along with the binaries, there's also a set of Visual Studio project and item templates that make it easy to create test projects and test classes for Visual Basic and Visual C#.
Beta 2 test framework refresh in the works
I'm still working hard to make sure that some of the most-requested customer features are made available, so expect another release. Once the refresh bits go out, I'll enable the work item tracking feature of Code Gallery. Some of the simple, yet helpful improvements in the pipeline:- Complete support for Silverlight 2 Beta 2 without needing to cast the CreateTestPage result to a UIElement
- Bug fixes
- Test run progress bar
- Easier to discover API for test developers (fewer namespaces)
- Neat tag and "tag expression" implementation by Ted Glaza that makes it easy for developers to select just the tests that are important to run
- Improved framework and test harness settings design by Jad Baydoun