<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Unit</title>
    <description>the latest stories tagged with 'Unit' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>NHibernate: Testing The Performance Urban Legend</title>
      <description>I wanted to challenge the dogmatic urban legend passed down from .NET developer to .NET developer since the classic ASP days. That dogma simply states you should always access your database via stored procedure for &amp;quot;performance reasons&amp;quot;. Inline SQL is BAAAAAAD.

So I fired up Visual Studio, created a class and started writing tests.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f07%2f02%2fNHibernateTestingThePerformanceUrbanLegend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f07%2f02%2fNHibernateTestingThePerformanceUrbanLegend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_Testing_The_Performance_Urban_Legend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_Testing_The_Performance_Urban_Legend</guid>
      <pubDate>Wed, 16 Jul 2008 20:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Why Pluggable Applications Fails in NUnit? </title>
      <description>I am currently working on a project with a pluggable application. Although, the code was functioning very well it always failed during the NUnit tests, always! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</guid>
      <pubDate>Fri, 16 May 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>More on Unit Testing : TestContext</title>
      <description>In Test Driven Development  as a developer we spend significant amount of time in writing unit tests. As improving coding coverage, testing all the boundary condition and ensuring the of quality code is significantly important, writing unit test effectively become one of the priority that we has to consider in software development. 

In this article, we will see what is TestContext of VSTS unit testing framework and how we can use TestContext  to leverage writing effective unit tests for you application.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fadilakhter%2farchive%2f2008%2f05%2f04%2fmore-on-unit-testing-testcontext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fadilakhter%2farchive%2f2008%2f05%2f04%2fmore-on-unit-testing-testcontext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/More_on_Unit_Testing_TestContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/More_on_Unit_Testing_TestContext</guid>
      <pubDate>Sun, 04 May 2008 10:51:07 GMT</pubDate>
    </item>
    <item>
      <title> Getting Started with Test Driven Development</title>
      <description>&amp;quot;Few days ago I started a poll on www.KoffeeKoder.com where I asked which tool do you use for testing your applications. Surprisingly, most of the people are not using any tool for testing. This means that there are more and more applications being developed which are destined to be failed. In this article I will talk about test driven development hoping that more and more developers start using TDD and see how it benefits the application.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.koffeekoder.com%2fArticleDetails.aspx%3fid%3d334"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.koffeekoder.com%2fArticleDetails.aspx%3fid%3d334" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Getting_Started_with_Test_Driven_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Getting_Started_with_Test_Driven_Development</guid>
      <pubDate>Mon, 14 Jan 2008 01:01:46 GMT</pubDate>
    </item>
    <item>
      <title>Test-Driven Development for Embedded Software</title>
      <description>Despite a prevalent industry perception to the contrary, the agile practices of Test-Driven Development and Continuous Integration can be successfully applied to embedded software. We present here a holistic set of practices, platform independent tools, and a new design pattern (Model Conductor Hardware - MCH) that together produce: good design from tests programmed first, logic decoupled from hardware, and systems testable under automation. Ultimately, this approach yields an order of magnitude or more reduction in software flaws, predictable progress, and measurable velocity for data-driven project management. We use the approach discussed herein for real-world production systems and have included a full C-based sample project to illustrate it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.methodsandtools.com%2farchive%2farchive.php%3fid%3d59"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.methodsandtools.com%2farchive%2farchive.php%3fid%3d59" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/Test_Driven_Development_for_Embedded_Software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/Test_Driven_Development_for_Embedded_Software</guid>
      <pubDate>Mon, 08 Oct 2007 11:34:09 GMT</pubDate>
    </item>
    <item>
      <title>Including unit tests in project release</title>
      <description>It struck me as a great idea to include NUnit test in the next release of my SQLite query browser. If the program crashes or misbehaves, users can run the tests, find out why and either report to me or fix it themselves. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharptutorial.blogspot.com%2f2007%2f10%2fincluding-unit-testing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharptutorial.blogspot.com%2f2007%2f10%2fincluding-unit-testing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Including_unit_tests_in_project_release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Including_unit_tests_in_project_release</guid>
      <pubDate>Sun, 07 Oct 2007 11:45:15 GMT</pubDate>
    </item>
    <item>
      <title>Ways to revert a database to pre-Test state after Unit testing </title>
      <description>A few ways on how to revert a database to pre-testing state after test completion &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f07%2f06%2f60250.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f07%2f06%2f60250.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Ways_to_revert_a_database_to_pre_Test_state_after_Unit_testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Ways_to_revert_a_database_to_pre_Test_state_after_Unit_testing</guid>
      <pubDate>Mon, 09 Jul 2007 01:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Compiled application exe GUI testing with NUnitForms </title>
      <description>NUnitForms is a pretty awsome tool for GUI unit testing. But you can't test an already created application. This is what you must do to succesfully test a compiled application which can be pretty complex.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f03%2f01%2f60123.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f03%2f01%2f60123.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Compiled_application_exe_GUI_testing_with_NUnitForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Compiled_application_exe_GUI_testing_with_NUnitForms</guid>
      <pubDate>Mon, 09 Apr 2007 07:49:43 GMT</pubDate>
    </item>
    <item>
      <title>Ayende @ Rahien - Hibernating Rhinos</title>
      <description>Talks about the differences between Web Forms and MonoRail approaches.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ayende.com%2fhibernating-rhinos.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ayende.com%2fhibernating-rhinos.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Ayende_Rahien_Hibernating_Rhinos</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Ayende_Rahien_Hibernating_Rhinos</guid>
      <pubDate>Sun, 08 Apr 2007 19:12:28 GMT</pubDate>
    </item>
    <item>
      <title>Why TDD Works For *Me*</title>
      <description>A look at the advantages of Test Driven Development from the developer's point of view instead of the project's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fknowledgebits.blogspot.com%2f2007%2f03%2fwhy-tdd-works-for-me.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fknowledgebits.blogspot.com%2f2007%2f03%2fwhy-tdd-works-for-me.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Why_TDD_Works_For_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Why_TDD_Works_For_Me</guid>
      <pubDate>Wed, 28 Mar 2007 01:16:01 GMT</pubDate>
    </item>
    <item>
      <title>TDD Design Starter Kit </title>
      <description>A Set of articles on where to do and what to consider when beginning est drivern development. Stay Agile. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2005%2f07%2f21%2f129659.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2005%2f07%2f21%2f129659.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_Design_Starter_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_Design_Starter_Kit</guid>
      <pubDate>Fri, 08 Sep 2006 05:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>