<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: Testing .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/Testing/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>Developing and Unit Testing an ASP.NET MVC 2 Application</title>
<link>http://www.dotnetcat.com/news/Testing/id/14114/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/14114/</guid>
<pubDate>Tue, 15 Jun 2010 13:37:00 -0500</pubDate>
<description><![CDATA[An introduction with AJAX, jQuery, JSON, MvcContrib and NUnit]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Unit Testing A Silverlight View Model Style Modal Popup</title>
<link>http://www.dotnetcat.com/news/Testing/id/13822/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/13822/</guid>
<pubDate>Thu, 06 May 2010 21:36:00 -0500</pubDate>
<description><![CDATA[An example of a View Model Style Modal Popup Unit Test]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>How to convince developers and management to use automated test instead of manual test</title>
<link>http://www.dotnetcat.com/news/Testing/id/13776/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/13776/</guid>
<pubDate>Mon, 03 May 2010 05:56:00 -0500</pubDate>
<description><![CDATA[Everyone knows automated tests are good, unit test is good, we should all do it. But when you try to convince management that it's going to take double the time to deliver anything from now on, you are kicked out of the room. Learn how I convinced a dev lead to do automated test.]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Unit testing your App.config and ConfigurationSection using NUnit, Ninject and TestDriven.NET</title>
<link>http://www.dotnetcat.com/news/Testing/id/13587/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/13587/</guid>
<pubDate>Sat, 10 Apr 2010 07:37:00 -0500</pubDate>
<description><![CDATA[This article is about really unit testing the different scenarios you have when working with configuration files:

What if the section is missing?
What if required fields are missing?
What values can I expect when optional fields are missing?
...
]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Isolating Dependencies in Tests Using Mocks and Stubs</title>
<link>http://www.dotnetcat.com/news/Testing/id/11000/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/11000/</guid>
<pubDate>Mon, 15 Jun 2009 22:50:42 -0500</pubDate>
<description><![CDATA[Unit tests are not &quot;unit&quot; tests if they test things other than the System Under Test (SUT).]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Creating UI Automation Client Applications</title>
<link>http://www.dotnetcat.com/news/Testing/id/10005/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/10005/</guid>
<pubDate>Mon, 27 Oct 2008 19:00:00 -0500</pubDate>
<description><![CDATA[Sometimes an application needs to interact with the user interface (UI) of a second application. The first application might be a test application that drives the UI of the target to run through some automated tests. It might describe the UI out loud, as an aid to users that are blind. It might be a speech application that allows users to give vocal commands. In each of these cases, the application needs a way to inspect and interact with the UI of the system and other running applications.
]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>NCover Basics: Improving Json.NET's Test Suite with NUnit and NCoverExplorer</title>
<link>http://www.dotnetcat.com/news/Testing/id/8605/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/8605/</guid>
<pubDate>Thu, 28 Feb 2008 15:56:00 -0600</pubDate>
<description><![CDATA[One of the easiest ways to master NCover is simply to dive into some code and improve tests, so in this article we'll be looking at improving the test quality for an open source project, Json.NET.]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Using MVC to Unit Test WPF Applications</title>
<link>http://www.dotnetcat.com/news/Testing/id/8483/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/8483/</guid>
<pubDate>Sun, 27 Jan 2008 22:12:00 -0600</pubDate>
<description><![CDATA[Provides guidance for using the Model-View-Controller design pattern to create modular WPF apps that are easy to unit test]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Apply Test-Driven Development to your Database Projects</title>
<link>http://www.dotnetcat.com/news/Testing/id/8539/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/8539/</guid>
<pubDate>Tue, 22 Jan 2008 18:00:00 -0600</pubDate>
<description><![CDATA[In November 2006 Microsoft released Visual StudioВ® Team System Database Edition, also known as DBPro or Data Dude, which introduced a product lifecycle methodology to database development. DBPro also introduced a database unit-testing designer that makes it easy to either generate or write T-SQL-oriented unit tests to verify database objects prior to deployment. In this article, I will dig into database unit testing, explain how the feature was implemented, and show you how to perform unit testing of your own database projects.]]></description>
<category><![CDATA[Testing]]></category>
</item>
<item>
<title>Custom Test Automation with Team System</title>
<link>http://www.dotnetcat.com/news/Testing/id/8544/</link>
<guid>http://www.dotnetcat.com/news/Testing/id/8544/</guid>
<pubDate>Tue, 22 Jan 2008 18:00:00 -0600</pubDate>
<description><![CDATA[There is no single best way to test software. In addition to manual testing, depending on your particular development environment, you may be using commercial test automation frameworks, open source and in-house test automation frameworks, and custom test automation scripts. All these approaches have pros and cons.
Custom test automation scripts have the advantages of being quick to write and providing maximum flexibility. However, a downside to using custom test automation is manageability. Your testing effort can become overwhelmed by the sheer volume of test scripts, test case data, and test results. Luckily, Visual StudioВ® 2005 Team System provides you with the ability to manage custom test automation...]]></description>
<category><![CDATA[Testing]]></category>
</item>
</channel>
</rss> 
