Unit Testing in Silverlight
Roy Osherove
In this talk we’ll explore the world of silverlight unit testing possibilities. We’ll show two frameworks that help write tests for silverlight – Microsoft Silverlight test framework and the open source SilverUnit framework, and the big differences between the two framework styles: Integration vs. unit testing. We’ll show demos of how you can test custom silverlight controls and how you can run these tests as simple, in memory tests, without needing a browser.