<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx</link><description>As you likely heard, we have released the source code for all of the Silverlight controls as well as almost 2,000 of our own unit tests.&amp;#160; Included with in this is a jewel... A unit testing framework for Silverlight.&amp;#160; It is very powerful to have</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8320760</link><pubDate>Tue, 18 Mar 2008 22:37:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8320760</guid><dc:creator>MSDN Blog Postings  » A Start at Test Driven Development with Silverlight 2</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/03/18/a-start-at-test-driven-development-with-silverlight-2/"&gt;http://msdnrss.thecoderblogs.com/2008/03/18/a-start-at-test-driven-development-with-silverlight-2/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Silverlight Controls Source Code (and Testing Framework) Available Now!</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8324172</link><pubDate>Wed, 19 Mar 2008 02:24:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8324172</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;URL : &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/brada/archive/2008/03/18/"&gt;http://blogs.msdn.com/brada/archive/2008/03/18/&lt;/a&gt;... Brad Abrams announced the availablility (as&lt;/p&gt;
</description></item><item><title>re: A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8324363</link><pubDate>Wed, 19 Mar 2008 04:22:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8324363</guid><dc:creator>Jody Breshears</dc:creator><description>&lt;p&gt;You are THE MAN! Not so much for the control code, which is nice, but for A SILVERLIGHT TEST HARNESS! &amp;nbsp;Man, I have been dying out here waiting to get back to doing TDD!&lt;/p&gt;
&lt;p&gt;Is there any way you could release the source for the test harness? (Microsoft.Silverlight.Testing + whatever it needs.) That way me, and the god knows how many other TDD addicts can get started building it out. &amp;nbsp;Nothing complicated, just a simple CodePlex project (or whatever keeps legal happy.)&lt;/p&gt;
&lt;p&gt;Do please ask. &amp;nbsp;It would make a huge difference for me and an awful lot of others out here. &amp;nbsp;If you need ammunition, feel free to point that there are no secrets to keep. &amp;nbsp;I have already been through about half the code with Reflector. &amp;nbsp;If I have to, I'll go ahead and disassemble it, and start work that way, as there are a couple changes I need immediately. &amp;nbsp;However, I would FAR rather work with MS's blessing than the other way. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;In any case, do please ask. &amp;nbsp;And thanks again for the goodies. Oh, and kudos on some very nice looking code, too.&lt;/p&gt;
&lt;p&gt;If for any reason you need to reach me re the source code thing, you can get me at msblogs@jodysworld.net&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Jody&lt;/p&gt;
</description></item><item><title>re: A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8324364</link><pubDate>Wed, 19 Mar 2008 04:24:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8324364</guid><dc:creator>Jody Breshears</dc:creator><description>&lt;p&gt;Oh, and one more thing. How did you measure your code coverage? &amp;nbsp;With Team System, or something hand rolled?&lt;/p&gt;
</description></item><item><title>re: A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8325273</link><pubDate>Wed, 19 Mar 2008 12:05:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8325273</guid><dc:creator>JWilcox</dc:creator><description>&lt;p&gt;Jody,&lt;/p&gt;
&lt;p&gt;It's good to get some reactions about the test framework from you, thanks! &amp;nbsp;That's good feedback about the source, it's something that I would love to see happen in my opinion. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;We worked pretty hard on getting the binaries released so that people could really see how neat the controls are by also having those unit tests. &amp;nbsp;Now that that's done we might be able to figure out what it will take to release the source, it definitely would be helpful to people.&lt;/p&gt;
&lt;p&gt;If you do take a look at the public interfaces today, there's a lot of extensibility through log providers and other types, in the coming weeks I'll try and blog a little about that.&lt;/p&gt;
&lt;p&gt;RE: Code Coverage,&lt;/p&gt;
&lt;p&gt;Because of the security model in Silverlight, there isn't an easy way to get code coverage information unfortunately.&lt;/p&gt;
&lt;p&gt;I tried the command line coverage tools from team system and that didn't work for me, the instrumentation only appears to work for desktop framework assemblies (but no error message appeared during instrumentation).&lt;/p&gt;
&lt;p&gt;I do know some folks have been &amp;quot;cross-compiling&amp;quot; their source using the desktop framework to get coverage for basic class libraries and controls that don't use Silverlight-specific features.&lt;/p&gt;
&lt;p&gt;Thanks for the feedback, hope this answers some of your questions!&lt;/p&gt;
&lt;p&gt;Jeff Wilcox&lt;/p&gt;
</description></item><item><title>re: A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8325588</link><pubDate>Wed, 19 Mar 2008 16:19:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8325588</guid><dc:creator>kierepka</dc:creator><description>&lt;p&gt;Where can I post bugs in Silverlight? Like national character support for input controls (I can't put in these controls any combination of our Polish national characters: łoś (right alt+l, o, right alt+s)?&lt;/p&gt;
</description></item><item><title>A Start at Test Driven Development with Silverlight 2</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8325711</link><pubDate>Wed, 19 Mar 2008 17:37:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8325711</guid><dc:creator>A Start at Test Driven Development with Silverlight 2</dc:creator><description>&lt;p&gt;As you likely heard, we have released the &amp;lt;a hr&lt;/p&gt;
</description></item><item><title>New and Notable 228</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8332935</link><pubDate>Mon, 24 Mar 2008 06:49:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8332935</guid><dc:creator>Sam Gentile</dc:creator><description>&lt;p&gt;SOA/Service Bus/Design Patterns/SaaS Ayende - NServiceBus Review Ayende - NServiceBus Distributor Review&lt;/p&gt;
</description></item><item><title>TDD with Silverlight</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8342402</link><pubDate>Sat, 29 Mar 2008 00:25:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8342402</guid><dc:creator>Strategic Developer | Martin Heller</dc:creator><description>&lt;p&gt;Microsoft has not only released the source code for the Silverlight controls, they have released almost 2,000 of their own unit tests -- and a unit testing framework that works with Silverlight. More on Brad Abrams' blog... I think this is seriously cool.&lt;/p&gt;
</description></item><item><title>Silverlight Controls Source Code (and Testing Framework) Available Now!</title><link>http://blogs.msdn.com/brada/archive/2008/03/18/test-driven-development-with-silverlight-2.aspx#8415637</link><pubDate>Tue, 22 Apr 2008 01:47:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8415637</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;URL : &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/brada/archive/2008/03/18/"&gt;http://blogs.msdn.com/brada/archive/2008/03/18/&lt;/a&gt;... Brad Abrams announced the availablility (as&lt;/p&gt;
</description></item></channel></rss>