Skip to main content
Test Driven Development for Silverlight 3 (Unit Testing)
Entry Date: Rate:
Site:
Keywords:
RSS Description:
I cover how to set up unit testing in Silverlight 3 along with some gotchas for the new deep-linking feature of Silverlight Navigation Applications.
Comments:

Nice short and good webcast about how to unit test your Silverlight UI Layer.

A nice application of this sample would be to give some requirements for a designer let him build the interface and then use this unit testing approach to test that all requirements has been completed (no links missings, links navigate to the right pages, ...).

Pending to check if this approach would work with deeplinking.