<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silverlight Unit Test Framework: New features &amp; download for RC0</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-1013</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-1013</guid>
		<description>@Brant B, @Brandon C:
I&#039;m trying to prepare the tools and utilities that we use for this for general release, and will be blogging about it when it is released.

Timeline is the next month to 6 weeks, most likely.</description>
		<content:encoded><![CDATA[<p>@Brant B, @Brandon C:<br />
I&#8217;m trying to prepare the tools and utilities that we use for this for general release, and will be blogging about it when it is released.</p>
<p>Timeline is the next month to 6 weeks, most likely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon C</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-1005</link>
		<dc:creator>Brandon C</dc:creator>
		<pubDate>Thu, 11 Dec 2008 00:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-1005</guid>
		<description>I, too, am interested in automated testing. I&#039;ve come to the conclusion that I can consume trx files in CruiseControl.NET, but I&#039;m interested in an example producing such a file using  the VisualStudioLogProvider.</description>
		<content:encoded><![CDATA[<p>I, too, am interested in automated testing. I&#8217;ve come to the conclusion that I can consume trx files in CruiseControl.NET, but I&#8217;m interested in an example producing such a file using  the VisualStudioLogProvider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brant B</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-685</link>
		<dc:creator>Brant B</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-685</guid>
		<description>Jeff,

I&#039;m also curious as to how to automate this testing - do we have to host the SL test app in a web site and add a web service to upload the trx file from the silverlight test app?

Thanks,
Brant</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>I&#8217;m also curious as to how to automate this testing &#8211; do we have to host the SL test app in a web site and add a web service to upload the trx file from the silverlight test app?</p>
<p>Thanks,<br />
Brant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapna Manjunath</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-657</link>
		<dc:creator>Sapna Manjunath</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-657</guid>
		<description>Jeff,

1. Can you please expand/include examples, of how I can selectively tag the test methods before I assign or set the settings.

2. Also, is there a way we can include silverlight tests in automated builds(using MSbuild) ?

Thanks</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>1. Can you please expand/include examples, of how I can selectively tag the test methods before I assign or set the settings.</p>
<p>2. Also, is there a way we can include silverlight tests in automated builds(using MSbuild) ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carel Lotz</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-623</link>
		<dc:creator>Carel Lotz</dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-623</guid>
		<description>Jeff

I&#039;m so looking forward to the remainder of the articles on the features of the testing framework.  In an attempt to integrate the test results into our TeamCity CI server, I&#039;ve succeeded in creating a custom logger that logs the test output in the format TeamCity understands.  I now need to get the output uploaded onto the TeamCity server for it to be integrated into the build report.  I know this should be possible as you have shown the test results integrated into VS itself.  

So I did some Reflectoring and it seems like the testing framework invokes a web service to upload the test results outside of the SL app boundary for a consumer (VS/TeamCity) to use.  I&#039;ve tried plugging into what I see as the extensibility points to get this working, but I&#039;m not having any success.  Any quick pointers on how to get it working would be greatly appreciated.

Thanks
Carel</description>
		<content:encoded><![CDATA[<p>Jeff</p>
<p>I&#8217;m so looking forward to the remainder of the articles on the features of the testing framework.  In an attempt to integrate the test results into our TeamCity CI server, I&#8217;ve succeeded in creating a custom logger that logs the test output in the format TeamCity understands.  I now need to get the output uploaded onto the TeamCity server for it to be integrated into the build report.  I know this should be possible as you have shown the test results integrated into VS itself.  </p>
<p>So I did some Reflectoring and it seems like the testing framework invokes a web service to upload the test results outside of the SL app boundary for a consumer (VS/TeamCity) to use.  I&#8217;ve tried plugging into what I see as the extensibility points to get this working, but I&#8217;m not having any success.  Any quick pointers on how to get it working would be greatly appreciated.</p>
<p>Thanks<br />
Carel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 October 06 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-605</link>
		<dc:creator>2008 October 06 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Mon, 06 Oct 2008 09:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-605</guid>
		<description>[...] Wilcox produces a great article on the Microsoft Silverlight Unit Test Framework which is available at the MSDN Code [...]</description>
		<content:encoded><![CDATA[<p>[...] Wilcox produces a great article on the Microsoft Silverlight Unit Test Framework which is available at the MSDN Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Controls, Controls Team, and Testing - Mirrored Blogs</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-595</link>
		<dc:creator>Silverlight Controls, Controls Team, and Testing - Mirrored Blogs</dc:creator>
		<pubDate>Sun, 05 Oct 2008 00:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-595</guid>
		<description>[...] highly recommend reading Jeff Willcox’s writeup of his testing tool; don’t let this slip by without taking [...]</description>
		<content:encoded><![CDATA[<p>[...] highly recommend reading Jeff Willcox’s writeup of his testing tool; don’t let this slip by without taking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Controls, Controls Team, and Testing - Jesse Liberty - Silverlight Geek</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-594</link>
		<dc:creator>Silverlight Controls, Controls Team, and Testing - Jesse Liberty - Silverlight Geek</dc:creator>
		<pubDate>Sat, 04 Oct 2008 23:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-594</guid>
		<description>[...] highly recommend reading Jeff Willcox’s writeup of his testing tool; don’t let this slip by without taking [...]</description>
		<content:encoded><![CDATA[<p>[...] highly recommend reading Jeff Willcox’s writeup of his testing tool; don’t let this slip by without taking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Cream for October 01, 2008 -- #384</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-584</link>
		<dc:creator>Silverlight Cream for October 01, 2008 -- #384</dc:creator>
		<pubDate>Fri, 03 Oct 2008 04:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-584</guid>
		<description>[...] I can&#039;t think of a good use for it, it&#039;s dang addicting to play with :) ... very cool, Matthias Silverlight Unit Test Framework: New features &amp; download for RC0 Jeff Wilcox give us the UnitTest download for RC0 and discusses all the new features.  Stay in the [...]</description>
		<content:encoded><![CDATA[<p>[...] I can&#8217;t think of a good use for it, it&#8217;s dang addicting to play with <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230; very cool, Matthias Silverlight Unit Test Framework: New features &amp; download for RC0 Jeff Wilcox give us the UnitTest download for RC0 and discusses all the new features.  Stay in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 October 02 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-581</link>
		<dc:creator>2008 October 02 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Thu, 02 Oct 2008 07:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-581</guid>
		<description>[...] stuff in the WPF and Silverlight BookControls CodePlex project Jeff Wilcox helps us robust up with Silverlight Unit Test Framework: New features &amp; download for RC0 Corrina Barber has started updating her applications; starting with her Red control skin Mike Snow [...]</description>
		<content:encoded><![CDATA[<p>[...] stuff in the WPF and Silverlight BookControls CodePlex project Jeff Wilcox helps us robust up with Silverlight Unit Test Framework: New features &amp; download for RC0 Corrina Barber has started updating her applications; starting with her Red control skin Mike Snow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carel Lotz</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-579</link>
		<dc:creator>Carel Lotz</dc:creator>
		<pubDate>Wed, 01 Oct 2008 21:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-579</guid>
		<description>Jeff

Thanks for the great work.  I&#039;m looking to use NUnit as my test runner to publish the results on our CI server as individual NUnit test case runs.  Will this be possible?  Where do I start looking to plug this in?

Thanks</description>
		<content:encoded><![CDATA[<p>Jeff</p>
<p>Thanks for the great work.  I&#8217;m looking to use NUnit as my test runner to publish the results on our CI server as individual NUnit test case runs.  Will this be possible?  Where do I start looking to plug this in?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-577</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-577</guid>
		<description>@Paulo, is your Mapa type placed in the TestPanel when you TestMethod&#039;s run? After every TestMethod the TestPanel should be cleared again.

@Ralf, take a look at:
http://www.jeff.wilcox.name/2008/08/16/utbasics/
http://www.jeff.wilcox.name/2008/03/31/silverlight2-unit-testing/</description>
		<content:encoded><![CDATA[<p>@Paulo, is your Mapa type placed in the TestPanel when you TestMethod&#8217;s run? After every TestMethod the TestPanel should be cleared again.</p>
<p>@Ralf, take a look at:<br />
<a href="http://www.jeff.wilcox.name/2008/08/16/utbasics/" rel="nofollow">http://www.jeff.wilcox.name/2008/08/16/utbasics/</a><br />
<a href="http://www.jeff.wilcox.name/2008/03/31/silverlight2-unit-testing/" rel="nofollow">http://www.jeff.wilcox.name/2008/03/31/silverlight2-unit-testing/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-576</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-576</guid>
		<description>Thanks for the thorough write-up. 
I haven&#039;t worked with the test framework yet and want to get started using it. Do you have a &quot;Getting Started&quot; guide, and if not could you put a short tutorial together?</description>
		<content:encoded><![CDATA[<p>Thanks for the thorough write-up.<br />
I haven&#8217;t worked with the test framework yet and want to get started using it. Do you have a &#8220;Getting Started&#8221; guide, and if not could you put a short tutorial together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://blog.bits-in-motion.com/</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-574</link>
		<dc:creator>http://blog.bits-in-motion.com/</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-574</guid>
		<description>Nice stuff!</description>
		<content:encoded><![CDATA[<p>Nice stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://www.jeff.wilcox.name/2008/09/rc0-new-test-features/comment-page-1/#comment-573</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/09/30/rc0-new-test-features/#comment-573</guid>
		<description>Thankyou, 
now in order to load a Page into the test pane 
I suppose that I have to do this:


    [TestClass]
    public class SilverCommandTest : SilverlightTest
    {
        private Master Mapa;

        [TestInitialize]
        public void IniciaTest()
        {
            Mapa = new Master();
            TestPanel.Children.Add(Mapa);
        }
}

the Page flashes trying to load and then dissapears.</description>
		<content:encoded><![CDATA[<p>Thankyou,<br />
now in order to load a Page into the test pane<br />
I suppose that I have to do this:</p>
<p>    [TestClass]<br />
    public class SilverCommandTest : SilverlightTest<br />
    {<br />
        private Master Mapa;</p>
<p>        [TestInitialize]<br />
        public void IniciaTest()<br />
        {<br />
            Mapa = new Master();<br />
            TestPanel.Children.Add(Mapa);<br />
        }<br />
}</p>
<p>the Page flashes trying to load and then dissapears.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
