The document discusses unit testing for Silverlight applications. It provides an overview of model-view-viewmodel (MVVM) patterns, and examples of writing unit tests for a Silverlight application using the StatLight testing framework. Examples include tests for view models, models, and data services using common unit testing assertions and attributes.
Related topics: