<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlight &#38; WCF RIA Services &#187; unit testing</title>
	<atom:link href="http://bachelorthesis.zdechovan.com/tag/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://bachelorthesis.zdechovan.com</link>
	<description>Bachelor Thesis About RIA Enterprise Applications (written by Lukáš Zdechovan, led by Ondrej Svačina)</description>
	<lastBuildDate>Sat, 29 May 2010 17:57:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unit Testing of Silverlight LoB Applications</title>
		<link>http://bachelorthesis.zdechovan.com/unit-testing-of-silverlight-lob-applications/</link>
		<comments>http://bachelorthesis.zdechovan.com/unit-testing-of-silverlight-lob-applications/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:52:20 +0000</pubDate>
		<dc:creator>Lukáš Zdechovan</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[SilverlightTest]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://bachelorthesis.zdechovan.com/?p=163</guid>
		<description><![CDATA[Unit testing has become rather important in the last decade as the need for quality code increased. It is also an essential part of Test-Driven Design which is a part of Extreme Programming.
Probably the most common approach to do unit testing in .NET solutions is by creating special Tests projects in a pair to the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_164" class="wp-caption alignleft" style="width: 160px"><img class="size-full wp-image-164" title="The Art of Unit Testing book cover" src="http://bachelorthesis.zdechovan.com/wp-content/uploads/2010/02/unit-testing.jpg" alt="Book cover" width="150" height="186" /><p class="wp-caption-text">Book cover</p></div>
<p>Unit testing has become rather important in the last decade as the need for quality code increased. It is also an essential part of Test-Driven Design which is a part of Extreme Programming.</p>
<p>Probably the most common approach to do unit testing in .NET solutions is by creating special Tests projects in a pair to the library we want to test and perform the testing in <a href="http://www.nunit.org/">NUnit </a>. In Silverlight projects we would like to test the business domain logic on the server and the ViewModel classes on the Silverlight client side.</p>
<p>If you haven&#8217;t ever used unit testing read an excellent book <a href="http://www.artofunittesting.com/">The Art of Unit Testing</a> with examples in C# which will guide through both the theory of unit testing and practical examples. There were also a presentation of <a href="http://microsoftpdc.com/Sessions/CL32">Developing Testable Silverlight Application</a> at the Microsoft PDC conference.</p>
<p><em>Note: I plan to enlarge this article later with a real example of Testable Silverlight Application.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bachelorthesis.zdechovan.com/unit-testing-of-silverlight-lob-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

