Unit Testing with Silverlight

Scott Guthrie writes an article about unit testing in Silverlight He writes the following:

«One of the important capabilities we shipped with the Beta1 release of Silverlight 2 was a unit test harness that enables you to perform both API-level and UI-level unit testing. This testing harness is cross browser and cross platform, and can be used to quickly run and verify automated unit tests:

In addition to shipping this unit test harness for Silverlight, we also shipped the source to ~2,000 unit tests built with it that provide automated coverage for the Silverlight control source that we also shipped under a permissive license (you can take the control source, modify it, run the unit tests to verify the behavior, then re-ship the controls however you want).»

Source: ScottGu's Blog.

Comments

You can use simple HTML-formatting tags(like <b>, <ul>, <code> and others)