<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Test-Driven Development With Test Lists</title><link>http://blogs.msdn.com/ploeh/archive/2006/09/18/test-driven-development-with-test-lists.aspx</link><description>For most of the time, I write code using the test-driven development methodology. This means that I write a bit of code, run a suite of tests, write a bit more code, run some more tests, etc. For this reason, I need unit testing to be an integrated part</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Test-Driven Development With Test Lists</title><link>http://blogs.msdn.com/ploeh/archive/2006/09/18/test-driven-development-with-test-lists.aspx#761856</link><pubDate>Tue, 19 Sep 2006 14:07:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:761856</guid><dc:creator>Mark</dc:creator><description>Can you provide more details of how you setup VS to work with NUnit?</description></item><item><title>VSTS Links - 09/19/2006</title><link>http://blogs.msdn.com/ploeh/archive/2006/09/18/test-driven-development-with-test-lists.aspx#761952</link><pubDate>Tue, 19 Sep 2006 15:37:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:761952</guid><dc:creator>Team System News</dc:creator><description>Grant Holliday on OzTFS.com Launched.&lt;br&gt;&lt;br&gt;Buck Hodges on VC API: CheckIn() may return 0.&lt;br&gt;&lt;br&gt;Martin Woodward...</description></item><item><title>re: Test-Driven Development With Test Lists</title><link>http://blogs.msdn.com/ploeh/archive/2006/09/18/test-driven-development-with-test-lists.aspx#763402</link><pubDate>Wed, 20 Sep 2006 11:31:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:763402</guid><dc:creator>ploeh</dc:creator><description>Hi Mark&lt;br&gt;&lt;br&gt;Setting up Visual Studio to work with NUnit is pretty straightforward: Open the project properties for the test project and go the debugging options. Here, you should change the debugging options to launch an external program and specify either the NUnit GUI or console (depending on your personal preferences). You'll also need to supply a command line parameter to NUnit to specify which test library should be loaded (refer to the NUnit documentation for the exact syntax). After doing this, pressing F5 will launch the NUnit executable with your test library loaded and the debugger attached.&lt;br&gt;&lt;br&gt;Some people like to use a Visual Studio add-in called Test-Driven.NET, which will also provide some integration between Visual Studio and NUnit, but I always like my own solution better, as it was simple and always worked.</description></item></channel></rss>