<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.1.1" -->
<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/"
	>

<channel>
	<title>The long way round...</title>
	<link>http://blogs.cognifide.com/cleve</link>
	<description>Stuff you pick up on the way...</description>
	<pubDate>Thu, 22 Mar 2007 07:01:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.1.1</generator>
	<language>en</language>
			<item>
		<title>I&#8217;ve moved</title>
		<link>http://blogs.cognifide.com/cleve/2007/03/21/ive-moved/</link>
		<comments>http://blogs.cognifide.com/cleve/2007/03/21/ive-moved/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 14:05:49 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2007/03/21/ive-moved/</guid>
		<description><![CDATA[I have moved my blog to http://www.clevegibbon.com/blog.  I done this because I am playing around with new plugins and stuff and I cannot do that safely on the corporate blog.
]]></description>
			<content:encoded><![CDATA[<p>I have moved my blog to <a href="http://www.clevegibbon.com/blog">http://www.clevegibbon.com/blog</a>.  I done this because I am playing around with new plugins and stuff and I cannot do that safely on the corporate blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2007/03/21/ive-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Timeout</title>
		<link>http://blogs.cognifide.com/cleve/2007/01/18/timeout/</link>
		<comments>http://blogs.cognifide.com/cleve/2007/01/18/timeout/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 21:49:01 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2007/01/18/timeout/</guid>
		<description><![CDATA[It&#8217;s been a long time since I&#8217;ve had time to post anything.&#160; A lot has happened, most notably I moved house.&#160; How painful is that! Being offline for 2 whole days really hurt me.&#160; But I&#8217;m back with a fatter pipe providing me with copius amounts of bandwidth.
Anyway, during my downtime I read a great [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since I&#8217;ve had time to post anything.&nbsp; A lot has happened, most notably I moved house.&nbsp; How painful is that! Being offline for 2 whole days really hurt me.&nbsp; But I&#8217;m back with a fatter pipe providing me with copius amounts of bandwidth.</p>
<p>Anyway, during my downtime I read a great article by Alistair Cockburn on <a href="http://alistair.cockburn.us/index.php/Are_iterations_hazardous_to_your_project%3F">&#8220;Are iterations hazardous to your project?&#8221;</a>&nbsp;And yet again&nbsp;Alistair is spot on.&nbsp; There are many nuggets in this paper but by far the one that rings home for me is the age old problem of clients not having the time to accept&nbsp;iteration deliverables.&nbsp; With no feedback, where&#8217;s the value.&nbsp; Agile development is about delivering value.&nbsp; If you are not doing that, you are doing iterative development NOT agile development.</p>
<p>Another funny thing&nbsp;Alistair alludes to is&nbsp;are the <strong>macho agilists</strong>.&nbsp; I&#8217;ve come across a number of these and I had to laugh out loud on the issue of iteration length.&nbsp;&nbsp;Alistair is spot on with macho agilists opting for very short iteration cycles.&nbsp; Don&#8217;t get me wrong, sometimes very short iterations&nbsp;are the right thing to do in certain contexts, but in others i&#8217;ve seen them used to&nbsp;by macho boys to demonstrate experience and knowledge over an unworthy (read as less experienced) agile opponents (read as team members)&nbsp;.&nbsp; &nbsp;</p>
<p>Anyway, I recommend taking 10 minutes out of your day to read this article&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2007/01/18/timeout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Groovy</title>
		<link>http://blogs.cognifide.com/cleve/2006/11/22/welcome-to-groovy/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/11/22/welcome-to-groovy/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 16:22:06 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/11/22/welcome-to-groovy/</guid>
		<description><![CDATA[I used Groovy a couple of years back and loved it.&#160; But then did nothing with it.&#160; Then Graeme Rocher, author of The Definitive Guide to Grails, came over to our offices to deliver a course on test-driven development.&#160; After that I got interested in Grails - a web framework that brings the coding by [...]]]></description>
			<content:encoded><![CDATA[<p>I used <a href="http://groovy.codehaus.org/">Groovy</a> a couple of years back and loved it.&nbsp; But then did nothing with it.&nbsp; Then Graeme Rocher, author of <strong><a href="http://www.apress.com/book/bookDisplay.html?bID=10205">The Definitive Guide to Grails</a></strong>, came over to our offices to deliver a course on test-driven development.&nbsp; After that I got interested in <a href="http://grails.codehaus.org/">Grails</a> - a web framework that brings the coding by conventions paradigm&nbsp;to Groovy to simplify application development.&nbsp; </p>
<p>So I refreshed my memory with Groovy by reading the following:</p>
<ul>
<li><a href="http://groovy.codehaus.org/">All the documentation at the groovy web site</a></li>
</ul>
<p>Now, ready to flex my Groovy muscles&nbsp;I downloaded and installed:</p>
<ul>
<li>&nbsp;The <a href="http://groovy.codehaus.org/Eclipse+Plugin">Eclipse groovy plugin</a>.&nbsp; </li>
</ul>
<p>Then with that installed&nbsp;I ran through numerous examples.&nbsp; But before you do anything, I think you simply have to read about <a href="http://groovy.codehaus.org/Closures">Closures</a>.&nbsp; To my mind, one of the most powerful and well implemented features within Groovy.&nbsp; </p>
<p>So I&#8217;m up and away with Groovy, then next logical step is to see how easy it is to integrate with some legacy Java applications that I have wandering around.&nbsp; Also, just how easy is it to debug in and is the Eclipse plugin up to it.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/11/22/welcome-to-groovy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SoapUI</title>
		<link>http://blogs.cognifide.com/cleve/2006/11/03/soapui/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/11/03/soapui/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 13:46:59 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/11/03/soapui/</guid>
		<description><![CDATA[Sorry, been offline for a bit with project work.  Anyway, we are entering a new phase of a project that is heavy geared towards web services and interoperability between the .NET and Java platforms.  After a little bit of digging around I found this very useful utility, SoapUI, that people like, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, been offline for a bit with project work.  Anyway, we are entering a new phase of a project that is heavy geared towards web services and interoperability between the .NET and Java platforms.  After a little bit of digging around I found this very useful utility, <a href="http://www.soapui.org/index.html">SoapUI</a>, that people like, so I gave it a go.</p>
<p>Not bad.  Not bad at all.  For the .NET guys, bear with the Java looking GUI and look to its ability to quickly and easily test web services.</p>
<p>Neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/11/03/soapui/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scrum and XP</title>
		<link>http://blogs.cognifide.com/cleve/2006/10/04/scrum-and-xp/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/10/04/scrum-and-xp/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 16:43:04 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[books]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/10/04/scrum-and-xp/</guid>
		<description><![CDATA[Okay, I finished Agile Project Management with Scrum by Ken Schwaber.  Damned fine book that I highly recommend.  The neat thing about this book is that is it defines Scrum, start to finish within a single chapter, that being chapter 1.  The remaining chapters demonstrate exactly what Scrum is with real life [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I finished <a href="http://www.amazon.com/Project-Management-Scrum-Microsoft-Professional/dp/073561993X">Agile Project Management with Scrum</a> by Ken Schwaber.  Damned fine book that I highly recommend.  The neat thing about this book is that is it defines Scrum, start to finish within a single chapter, that being chapter 1.  The remaining chapters demonstrate exactly what Scrum is with real life examples of projects applying Scrum: the good, the bad and the ugly.  Ken pull this off nicely.</p>
<p>I am still coming down on the side of Scrum with a bit of XP, as opposed to XP with a bit of Scrum.  The simplicity of Scrum, its clear and concise rules and practices, fit with the way I tend to run projects.  I don&#8217;t know enough of about XP in practice, so I&#8217;ve decided to attend <a href="http://www.xpday.org/">XPDay</a> this November.  Also, we just had the pleasure of <a href="http://www.twelve71.org/blogs/rachel/">Rachel Davies</a>, the now chair of <a href="http://www.spaconference.org/spa2007/index.html">Software Practice Advancement</a> 2007 (formerly OT) come out to our offices to run a number of XP sessions.  Interesting stuff&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/10/04/scrum-and-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Better late than never&#8230;</title>
		<link>http://blogs.cognifide.com/cleve/2006/10/01/better-late-than-never/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/10/01/better-late-than-never/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 17:31:58 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/10/01/better-late-than-never/</guid>
		<description><![CDATA[3 years ago I was contracted by ABN to build what ending up being a sales portal for their Fixed Income Business Unit.  The team started out with just me on the sales side.  I was both the Technical Architect and Project Manager and the team grew to 15-20 people by the time [...]]]></description>
			<content:encoded><![CDATA[<p>3 years ago I was contracted by ABN to build what ending up being a sales portal for their Fixed Income Business Unit.  The team started out with just me on the sales side.  I was both the Technical Architect and Project Manager and the team grew to 15-20 people by the time I left.  So why I am telling you this?</p>
<p>I left because the team structure had evolved into something that I couldn&#8217;t work within.  I loved the people, but when things are better without you, than with, you walk away.  In the beginning, as the team grew I mentored and coached, held frequent team meetings to synchronise knowledge and status, we delivered frequently (despite clearcase) and were quite proud of our continuous integration build environment.  The business defined value.  We delivered it.  The team structure was flat.  Work was fun.</p>
<p>Then the business threw more work at us.  Management reacted by adding more levels of management (sigh!). The team moved from a flat to a hierarchical structure.  The once fluid communication with the customer stopped.  There was a layer between us and them.  My project manager hat was removed.  I was purely technical architecture now (&#8221;thank&#8217;s very much cleve, we&#8217;ll take it from here&#8230;&#8221;).  The team stopped having meetings.  The team became individuals.  The individuals reported <i>individually</i> to the new project manager.  The team became dysfunctional in some respects but we had to continue to deliver software.  That&#8217;s what we do.  We just did it in a different way.</p>
<p>During this change in team structure, I fought to maintain the close collaboration we had built up with the customer.  I fought to protect the team dynamic.  I failed.  The islands of developers (read as component groups) were formed.</p>
<p>Currently, I&#8217;m half way through a book by Ken Schwaber called Agile Project Management with Scrum.  It is the book that I wish I had known about to give to my project management to read, to understand what I was fighting for and why it was so important to both the business and development teams.  I basically failed to articulate the guidelines, practices and rules of Scrum in a way that made sense to both of us.</p>
<p>Ken, I take my hat off to you.  The more I read about Scrum, its case studies and how ScrumMasters have applied it to   the thousands of projects out there, the better I feel.  I always thought it was mad to fight complexity (software) with complexity (high ceremony process and/or methodologies).  Although outwardly Scrum appears simple (this is good a thing), its conceptual rivers run deep.  I am looking forward to learning how deep&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/10/01/better-late-than-never/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting FIT (Day 2)</title>
		<link>http://blogs.cognifide.com/cleve/2006/09/29/getting-fit-day-2/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/09/29/getting-fit-day-2/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 10:33:38 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[c#]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/09/29/getting-fit-day-2/</guid>
		<description><![CDATA[After a day of getting FIT I was able to run the FitNesse wiki and poke around a bit and run some more acceptance tests.&#160; This I found very interesting and quite impressive really.&#160; It was truly simple.&#160; So how do I write acceptance tests for my .NET applications.
The first step is understanding how a [...]]]></description>
			<content:encoded><![CDATA[<p>After a day of getting FIT I was able to run the FitNesse wiki and poke around a bit and run some more acceptance tests.&nbsp; This I found very interesting and quite impressive really.&nbsp; It was truly simple.&nbsp; So how do I write acceptance tests for my .NET applications.</p>
<p>The first step is understanding how a java based FitNesse wiki ran my .NET acceptance suites.&nbsp; Fortunately this was pretty easy.&nbsp; Under the fitnesse install directory their is a subdirectory called <strong><em>dotnet</em></strong>.&nbsp;&nbsp;It the dotnet directory there is a .NET implementation of the FitServer that consumes test tables and&nbsp;communicates back results.&nbsp; All we have to do in&nbsp;our wiki pages to&nbsp;tell FitNesse to use the .NET FitServer instead of the Java one to run our acception tests.&nbsp; This is done by placing the following at the top of the wiki page that you write the acceptance test in:</p>
<blockquote><p>!define COMMAND_PATTERN {%m %p}<br />!define TEST_RUNNER {dotnet\FitServer.exe}<br />!define PATH_SEPARATOR {;}<br />!path dotnet\*.dll</p>
</blockquote>
<p>That&#8217;s it.&nbsp; Then add the following test table to your page as well</p>
<blockquote><p>!|eg.ArithmeticColumnFixture|<br />|x|y|plus()|<br />|10 |2 |12 |<br />|12 |3 |15 |<br />|100 |4 |104 |</p>
</blockquote>
<p>The syntax is simple enough.&nbsp;
<ul>
<li>Line 1:&nbsp; The test fixture to run, with eg.ArithmeticColumnFixture being a fully qualified class name&nbsp;
<li>Line 2:&nbsp; These are <strong>public</strong> members on the test fixture in first two columns, and the final column is the method that is called to&nbsp;perform the test.
<li>Line 3-5:&nbsp;These values are assigned to the test fixture members and &nbsp;the plus() called.</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/GettingFITDay2_967F/ExampleTestBefore%5B9%5D.png"><img height="240" src="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/GettingFITDay2_967F/ExampleTestBefore_thumb%5B5%5D.png" width="198" align="left" border="0"></a> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This page shows an example test table as it is rendered within the FitNesse.&nbsp; Notice how FitNesse&nbsp;displays the .NET settings of the page.</p>
<p>To run the test, click the Test button that is in top left hand corner of the menu items.&nbsp; (Note that to make&nbsp;a page a Test, select properties from the menu items and choose the <em>Test</em> option box.)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/GettingFITDay2_967F/ExampleTestAfter%5B3%5D.png"><img height="240" src="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/GettingFITDay2_967F/ExampleTestAfter_thumb%5B1%5D.png" width="224" align="right" border="0"></a> </p>
<p>&nbsp;
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After you run the test, the results are displayed.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This works okay, now how do you write you own.&nbsp; Take the following steps:</p>
<ul>
<li>Open your VS Studio Project with the code that you want to test.</li>
<li>Write your <a href="http://fitnesse.org/FitNesse.FixtureCode">acceptance test fixture</a> code</li>
<li>Have your project *.dlls copied into the FitNesse/dotnet directory (Post Build Events in VStudio are good for this).</li>
<li>Write you <a href="http://fitnesse.org/FitNesse.ColumnFixture">test table</a> wiki page and run.</li>
</ul>
<p>&nbsp;</p>
<p>One thing to note.&nbsp; I was build using VS Studio 2005 and FitNesse was having problems finding classes within my assembly files.&nbsp; To fix this I had to checkout the latest <a href="http://fitnesse.org/FitNesse.DotNet">FitNesse.DotNet</a> from the trunk and build it (You need <a href="http://nant.sourceforge.net/">NAnt</a>).&nbsp; </p>
<p>&nbsp;</p>
<ul>
<li>svn co <a href="https://svn.sourceforge.net/svnroot/fitnessedotnet/trunk">https://svn.sourceforge.net/svnroot/fitnessedotnet/trunk</a> fitnessedotnet</li>
</ul>
<p>Once done, I copied the required binaries into the FitNesse\dotnet directory and everything worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/09/29/getting-fit-day-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting FIT</title>
		<link>http://blogs.cognifide.com/cleve/2006/09/28/getting-fit/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/09/28/getting-fit/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 21:30:59 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[c#]]></category>

		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/09/28/getting-fit/</guid>
		<description><![CDATA[One of the early things on a project to get sorted is who is going to be performing acceptance tests and how are they going to be written and executed?  Just so we&#8217;re clear, acceptance tests are what the customer executes to verify what you (the team)  have delivered is what they (the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the early things on a project to get sorted is who is going to be performing acceptance tests and how are they going to be written and executed?  Just so we&#8217;re clear, acceptance tests are what the customer executes to verify what you (the team)  have delivered is what they (the customer) asked for?  If not, its back to the old drawing board.</p>
<p><a href="http://fitnesse.org/FitNesse.FitFramework">FIT</a> is a <i>Framework for Integrated Tests</i> that was created by <a href="http://fit.c2.com/wiki.cgi?WardCunningham">Ward Cunningham</a> and is gaining popularity.  FIT simply consumes test tables, where a test table is a bunch of acceptance tests with input values and expected results.  The trick is to provide test tables in tools that <b><i>customers</i></b> use as part of the every day life, and what is more everyday than Word and/or the Web.</p>
<p>Focusing on the Web side of things, <a href="http://fitnesse.org/FitNesse.OneMinuteDescription">FitNesse</a> is a software testing tool that front ends FIT with a wiki.  In Fitnesse the customer can write acceptance tests as simple tables that can be executed.  These executable test tables call the software that you wish to be accepted by the customer.</p>
<h3><font face="Verdana">Installing Fitnesse</font></h3>
<p>Hmmm.  This wasn&#8217;t so hard, simply do the following:</p>
<ul>
<li><a href="http://fitnesse.org/FitNesse.DownLoad">Download</a> the latest zip and unpack into a directory of your choice.</li>
</ul>
<p>At the time of writing, the latest zip was <a href="http://fitnesse.org/fitnesse20060719.zip?responder=releaseDownload&amp;release=20060719">fitnesse20060719.zip</a>.  Note that FitNesse is a wiki implemented in java.  However, it does support the running of acceptance tests for <a href="http://fitnesse.org/FitNesse.DotNet">.NET</a>.  Now once unpacked, step into the root directory and issue the following:</p>
<ul>
<li>run -p 8888</li>
</ul>
<p>This will display a little text to say all is well.  Now traverse to the FitNesse wiki at:</p>
<ul>
<li><a href="http://localhost:8888/">http://localhost:8888/</a></li>
</ul>
<p>Here are a couple of quick links you should try:</p>
<ul>
<li><a href="http://localhost:8888/FitNesse">http://localhost:8888/FitNesse</a> [ lists all pages within the wiki ]</li>
<li><a href="http://localhost:8888/FitNesse.DotNet">http://localhost:8888/FitNesse.DotNet</a> [ the .NET page ]</li>
<li><a href="http://localhost:8888/FitNesse.DotNet.SuiteAcceptanceTests">http://localhost:8888/FitNesse.DotNet.SuiteAcceptanceTests</a></li>
</ul>
<p>The last one is very interesting because in the left hand menu, you&#8217;ll see the top menu item is Suite.  Click this to run all the .NET acceptance tests.  Note, that you need .NET installed on your Windows machine.</p>
<p>I&#8217;m tired.  Tomorrow I&#8217;ll step through the problems I had trying to get my own acceptance tests running against inside Fitnesse.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/09/28/getting-fit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Agile &#38; Iterative Development: Craig Larman</title>
		<link>http://blogs.cognifide.com/cleve/2006/09/26/agile-iterative-development-craig-larman/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/09/26/agile-iterative-development-craig-larman/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 18:56:58 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/09/26/agile-iterative-development-craig-larman/</guid>
		<description><![CDATA[This was a strange book.&#160; I simply never got into it. &#160;If you are new to Agile and/or having problems selling Agile into your organisation then its worth a look.&#160; It has a lot of evidence for why Iterative and Incremental&#160;Development (IID) works.&#160; &#160;Also, if you want a reference to how different agile methods such [...]]]></description>
			<content:encoded><![CDATA[<p>This was a strange book.&nbsp; I simply never got into it. &nbsp;If you are new to Agile and/or having problems selling Agile into your organisation then its worth a look.&nbsp; It has a lot of evidence for why Iterative and Incremental&nbsp;Development (IID) works.&nbsp; &nbsp;Also, if you want a reference to how different agile methods such as XP, SCRUM, Evo, and the Unified Process (UP) compare/integrate with one another then maybe worth a look.&nbsp; It&#8217;s strange, it was a book I didn&#8217;t learnt anything new from but it had tons of information and/or content in.&nbsp;&nbsp;I dunno, maybe its because I was on a&nbsp;course&nbsp;given my Craig Larman (I learnt <em>tons</em> there) last week and everything was a bit too fresh&#8230;&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/09/26/agile-iterative-development-craig-larman/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up NUnit</title>
		<link>http://blogs.cognifide.com/cleve/2006/09/19/setting-up-nunit/</link>
		<comments>http://blogs.cognifide.com/cleve/2006/09/19/setting-up-nunit/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 20:10:54 +0000</pubDate>
		<dc:creator>cleve</dc:creator>
		
		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://blogs.cognifide.com/cleve/2006/09/19/setting-up-nunit/</guid>
		<description><![CDATA[One of the best ways to learn a new language for me is to write a load of tests that demonstrate how particular parts of the lanugage and/or platform work.  For VisualStudio 2005, I wanted to do this without paying for the priviledge, so this ruled out:

TestDriven.NET that is suppose to provide good test [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best ways to learn a new language for me is to write a load of tests that demonstrate how particular parts of the lanugage and/or platform work.  For VisualStudio 2005, I wanted to do this without paying for the priviledge, so this ruled out:</p>
<ol>
<li><a href="http://www.testdriven.net/">TestDriven.NET</a> that is suppose to provide good test integration with VS.NET.</li>
<li>Visual Studio Team Suite (VSTS) built in test framework.  See what <a href="http://nunit.com/blogs/?p=19">Charlie Poole</a>, a member of NUnit team has to say about this.</li>
</ol>
<p>So I installed <a href="http://www.nunit.com">NUnit</a> and took the following steps within VisualStudio:</p>
<ol>
<li>Created a new VS Solution with a C# Library project called <b>basics</b>.</li>
<li>Right clicked on the <i>basics</i> project and set the startup external program to be NUNIT_HOME/bin/nunit-gui.exe</li>
</ol>
<p><a href="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/SettingupNUnit_129CF/debugstartprogram%5B4%5D.jpg"><img src="http://blogs.cognifide.com/cleve/files/2006/09/WindowsLiveWriter/SettingupNUnit_129CF/debugstartprogram_thumb%5B2%5D.jpg" border="0" height="260" width="473" /></a></p>
<p>Once done, everytime I run in debug it fires up the nunit gui and I can select my test and run it.  I am now in a position to test and debug anything within the .NET platform that I can condense down into a simple test.  Nice!</p>
<p>Again, that wasn&#8217;t so bad&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cognifide.com/cleve/2006/09/19/setting-up-nunit/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
