<?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 version in the April 2010 Silverlight Toolkit</title>
	<atom:link href="http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: smb</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7937</link>
		<dc:creator>smb</dc:creator>
		<pubDate>Wed, 09 Nov 2011 22:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7937</guid>
		<description>Hello, I would like to bump this question.

Also did the fixes for the known issues in the april 2010 toolkit release get implemented in the silverlight 5 toolkit?</description>
		<content:encoded><![CDATA[<p>Hello, I would like to bump this question.</p>
<p>Also did the fixes for the known issues in the april 2010 toolkit release get implemented in the silverlight 5 toolkit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Ben Horesh</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7925</link>
		<dc:creator>Ariel Ben Horesh</dc:creator>
		<pubDate>Thu, 03 Nov 2011 07:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7925</guid>
		<description>@Jeff, if you can influence someone to integrate this with TFS Build Server, it&#039;s long due.
Thanks!</description>
		<content:encoded><![CDATA[<p>@Jeff, if you can influence someone to integrate this with TFS Build Server, it&#8217;s long due.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louise</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7850</link>
		<dc:creator>Louise</dc:creator>
		<pubDate>Tue, 30 Aug 2011 17:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7850</guid>
		<description>I don&#039;t find the test results. You discovered the location?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t find the test results. You discovered the location?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orange25</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7849</link>
		<dc:creator>orange25</dc:creator>
		<pubDate>Tue, 30 Aug 2011 08:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7849</guid>
		<description>Jeff, I would like to know if the test framework will support tests written with the Silverlight 5 Beta runtime? Are there plans to add support for Silverlight 5 in the unit test framework?</description>
		<content:encoded><![CDATA[<p>Jeff, I would like to know if the test framework will support tests written with the Silverlight 5 Beta runtime? Are there plans to add support for Silverlight 5 in the unit test framework?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7768</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 30 Jun 2011 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7768</guid>
		<description>Rvarma,
If you&#039;re using MVVM, you can populate your test model objects any way you wish. For example: You can store your test data in XML or JSON format in files under your test project (make sure to set the respective build action of each file to &quot;Resource&quot;). Next, write a simple utility that can deserialize the XML or JSON back to model objects and, voila, you have test data. 

Our team uses this approach in conjunction with mocking frameworks (e.g. Rhino Mocks, Moq) and it&#039;s worked out well on our projects.</description>
		<content:encoded><![CDATA[<p>Rvarma,<br />
If you&#8217;re using MVVM, you can populate your test model objects any way you wish. For example: You can store your test data in XML or JSON format in files under your test project (make sure to set the respective build action of each file to &#8220;Resource&#8221;). Next, write a simple utility that can deserialize the XML or JSON back to model objects and, voila, you have test data. </p>
<p>Our team uses this approach in conjunction with mocking frameworks (e.g. Rhino Mocks, Moq) and it&#8217;s worked out well on our projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rommel Manalo</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7717</link>
		<dc:creator>Rommel Manalo</dc:creator>
		<pubDate>Tue, 07 Jun 2011 11:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7717</guid>
		<description>Is there any updates on this?</description>
		<content:encoded><![CDATA[<p>Is there any updates on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rvarma</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7713</link>
		<dc:creator>Rvarma</dc:creator>
		<pubDate>Thu, 26 May 2011 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7713</guid>
		<description>Is there a hacky way to make it work? What about using the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll and dynamically loading the System.Data.dll to use System.Data.Datarow? Are we every going to resolve this in future versions of the test framework?</description>
		<content:encoded><![CDATA[<p>Is there a hacky way to make it work? What about using the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll and dynamically loading the System.Data.dll to use System.Data.Datarow? Are we every going to resolve this in future versions of the test framework?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7712</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 26 May 2011 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7712</guid>
		<description>No changes, external files and data-driven tests won&#039;t work. It&#039;s a result
of the sandboxed security model.</description>
		<content:encoded><![CDATA[<p>No changes, external files and data-driven tests won&#8217;t work. It&#8217;s a result<br />
of the sandboxed security model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rvarma</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-7711</link>
		<dc:creator>Rvarma</dc:creator>
		<pubDate>Thu, 26 May 2011 19:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-7711</guid>
		<description>Jeff, I would really like to know whether data-driven testing or in other words using the TestContext to read data from external files will work in the 2010 version of the SL unit test framework?

I see that System.Data.DataRow is not implemented and that tells me that there is no support for using TestContext and hence no support for DDT. But if there is a way to do DDT using the test framework then I would really like to know.

Your link under http://www.jeff.wilcox.name/2008/08/utbasics/ lists the following

 Desktop features that will not work with the Silverlight test framework today (or are no-ops):
 ■Data-driven tests
 ■TestContext
 ■File-based assertions and accessing the file system
 ■Using WorkItem or TestProperty attributes
 ■Web/ASP.NET test functionality.
 ■DeploymentItem.

Is the above still true for the latest 2010 release?

Thanks
Ruchi</description>
		<content:encoded><![CDATA[<p>Jeff, I would really like to know whether data-driven testing or in other words using the TestContext to read data from external files will work in the 2010 version of the SL unit test framework?</p>
<p>I see that System.Data.DataRow is not implemented and that tells me that there is no support for using TestContext and hence no support for DDT. But if there is a way to do DDT using the test framework then I would really like to know.</p>
<p>Your link under <a href="http://www.jeff.wilcox.name/2008/08/utbasics/" rel="nofollow">http://www.jeff.wilcox.name/2008/08/utbasics/</a> lists the following</p>
<p> Desktop features that will not work with the Silverlight test framework today (or are no-ops):<br />
 ■Data-driven tests<br />
 ■TestContext<br />
 ■File-based assertions and accessing the file system<br />
 ■Using WorkItem or TestProperty attributes<br />
 ■Web/ASP.NET test functionality.<br />
 ■DeploymentItem.</p>
<p>Is the above still true for the latest 2010 release?</p>
<p>Thanks<br />
Ruchi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2814</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Wed, 28 Jul 2010 03:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2814</guid>
		<description>@Ashutosh,
Nope!</description>
		<content:encoded><![CDATA[<p>@Ashutosh,<br />
Nope!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2813</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Wed, 28 Jul 2010 03:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2813</guid>
		<description>Thanks Jeff. But do you have any sample code which can collect the logs/results and then convert it into the TRX?</description>
		<content:encoded><![CDATA[<p>Thanks Jeff. But do you have any sample code which can collect the logs/results and then convert it into the TRX?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2760</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Tue, 27 Jul 2010 06:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2760</guid>
		<description>@Ashutosh,
There&#039;s no built-in log saving for the phone, though you could connect to various events on the UnitTestHarness type to generate your own, save it to isolated storage, send to a web service, etc.</description>
		<content:encoded><![CDATA[<p>@Ashutosh,<br />
There&#8217;s no built-in log saving for the phone, though you could connect to various events on the UnitTestHarness type to generate your own, save it to isolated storage, send to a web service, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2759</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Tue, 27 Jul 2010 06:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2759</guid>
		<description>I am planning to use this framework for unit test automation on Windows Phone 7. Can you please let me know where the logs are getting generated? Can we have the results in TRX format?</description>
		<content:encoded><![CDATA[<p>I am planning to use this framework for unit test automation on Windows Phone 7. Can you please let me know where the logs are getting generated? Can we have the results in TRX format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2748</link>
		<dc:creator>Crash</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2748</guid>
		<description>@Jeff

I checked both places and there seem to be no saved test results at all. Searched my drive for .trx files also to no avail. I&#039;ve been testing using Statlight but cannot currently get it to work properly either :(</description>
		<content:encoded><![CDATA[<p>@Jeff</p>
<p>I checked both places and there seem to be no saved test results at all. Searched my drive for .trx files also to no avail. I&#8217;ve been testing using Statlight but cannot currently get it to work properly either <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/comment-page-1/#comment-2747</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Tue, 29 Jun 2010 22:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/05/new-2010-test-framework/#comment-2747</guid>
		<description>@Crash,
For phone testing, there isn&#039;t storage of the results.
For desktop, if everything aligns, then it is possible that it is stored in the current directory or the debug folder. There are some issues with this working consistently.
There&#039;s also a tool called StatLight that might be of help: http://statlight.net/</description>
		<content:encoded><![CDATA[<p>@Crash,<br />
For phone testing, there isn&#8217;t storage of the results.<br />
For desktop, if everything aligns, then it is possible that it is stored in the current directory or the debug folder. There are some issues with this working consistently.<br />
There&#8217;s also a tool called StatLight that might be of help: <a href="http://statlight.net/" rel="nofollow">http://statlight.net/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

