<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Integrating FitNesse with Spring</title>
	<atom:link href="http://agileshrugged.com/blog/?feed=rss2&#038;p=33" rel="self" type="application/rss+xml" />
	<link>http://agileshrugged.com/blog/?p=33</link>
	<description>Thoughts about Agile Software Development in the Real World. (and some other stuff).</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nayan Hajratwala</title>
		<link>http://agileshrugged.com/blog/?p=33&#038;cpage=1#comment-663</link>
		<dc:creator>Nayan Hajratwala</dc:creator>
		<pubDate>Fri, 18 Apr 2008 02:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=33#comment-663</guid>
		<description>Thanks for your response, Darren -- I&#039;ll have to take a look at suite fixture again.</description>
		<content:encoded><![CDATA[<p>Thanks for your response, Darren &#8212; I&#8217;ll have to take a look at suite fixture again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Bishop</title>
		<link>http://agileshrugged.com/blog/?p=33&#038;cpage=1#comment-656</link>
		<dc:creator>Darren Bishop</dc:creator>
		<pubDate>Thu, 17 Apr 2008 14:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=33#comment-656</guid>
		<description>Hi,

I followed your comment left on &#039;The magic ingredient for the FitNesse, Spring and Hibernate TDD soup&#039; to your blog.

It sounds like you missed a gem when you skipped past the SuiteFixture. You should have really played with it; while I am yet to perfect it, it is very useful in managing test runs. I would typically load the Spring context in a SuiteFixture derived class if, for example, the validity of the Spring configuration (I&#039;m really talking about the system/application under test now) is within the scope of the test. Then for each test case, I inject what is needed from the Spring context, again, typically calling testCaseFixture.setSystemUnderTest(someSpringBean).

This works reasonably well for me, however I do have issues with Fixture life-cycle management (automatic setUp and tearDown), but I am not sure if that is a problem related to what we discuss here. I&#039;ll have to look into that transaction stuff next, sounds v.useful.

BTW, I/we use FitLibrary, just in case that holds any significance.

Best, Darren</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed your comment left on &#8216;The magic ingredient for the FitNesse, Spring and Hibernate TDD soup&#8217; to your blog.</p>
<p>It sounds like you missed a gem when you skipped past the SuiteFixture. You should have really played with it; while I am yet to perfect it, it is very useful in managing test runs. I would typically load the Spring context in a SuiteFixture derived class if, for example, the validity of the Spring configuration (I&#8217;m really talking about the system/application under test now) is within the scope of the test. Then for each test case, I inject what is needed from the Spring context, again, typically calling testCaseFixture.setSystemUnderTest(someSpringBean).</p>
<p>This works reasonably well for me, however I do have issues with Fixture life-cycle management (automatic setUp and tearDown), but I am not sure if that is a problem related to what we discuss here. I&#8217;ll have to look into that transaction stuff next, sounds v.useful.</p>
<p>BTW, I/we use FitLibrary, just in case that holds any significance.</p>
<p>Best, Darren</p>
]]></content:encoded>
	</item>
</channel>
</rss>
