<?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: FIT vs SLIM</title>
	<atom:link href="http://gojko.net/2010/03/12/fit-vs-slim/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2010/03/12/fit-vs-slim/</link>
	<description>Building software that matters</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:49:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2010/03/12/fit-vs-slim/comment-page-1/#comment-95863</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1631#comment-95863</guid>
		<description>fitlibrary is opensource, so you can take imagefixture and convert it to slim</description>
		<content:encoded><![CDATA[<p>fitlibrary is opensource, so you can take imagefixture and convert it to slim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://gojko.net/2010/03/12/fit-vs-slim/comment-page-1/#comment-95852</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 28 Jul 2010 08:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1631#comment-95852</guid>
		<description>When using fit, I can compare images via ImageFixture, but it seems not possible in slim. Can you give me some help? Thanks very much.</description>
		<content:encoded><![CDATA[<p>When using fit, I can compare images via ImageFixture, but it seems not possible in slim. Can you give me some help? Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale King</title>
		<link>http://gojko.net/2010/03/12/fit-vs-slim/comment-page-1/#comment-91392</link>
		<dc:creator>Dale King</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1631#comment-91392</guid>
		<description>Having recently started learning Fitnesse starting out with Slim, I can tell you that Slim is not capable of handling anything but the simplest of tests. It is definitely NOT true that the only thing that Slim is missing is flow mode.

The thing that really burned me was the fact that all matches were done after conversion to string. I wasted lots of time getting my expected values to be in the right format to match what the SUT returned. E.g. The SUT returned 5.0, the expected value was 5. Dates were also a killer. You copy your tables to excel and back and you&#039;re screwed fixing it all over again because Excel did not preserve your formatting of the value.

It seemed like I was working for Slim instead of it working for me.

Unfortunately, FitLibrary is no picnic either. There is a great deal of power, but very little documentation, lots of variation between implementations, and a steep learning curve. It is also hampered with trying to maintain some backwards compatibility with Fit.

I think the time is ripe for a new framework that blends the best of both worlds and that does things the right way and does not care about backwards compatibility.</description>
		<content:encoded><![CDATA[<p>Having recently started learning Fitnesse starting out with Slim, I can tell you that Slim is not capable of handling anything but the simplest of tests. It is definitely NOT true that the only thing that Slim is missing is flow mode.</p>
<p>The thing that really burned me was the fact that all matches were done after conversion to string. I wasted lots of time getting my expected values to be in the right format to match what the SUT returned. E.g. The SUT returned 5.0, the expected value was 5. Dates were also a killer. You copy your tables to excel and back and you&#8217;re screwed fixing it all over again because Excel did not preserve your formatting of the value.</p>
<p>It seemed like I was working for Slim instead of it working for me.</p>
<p>Unfortunately, FitLibrary is no picnic either. There is a great deal of power, but very little documentation, lots of variation between implementations, and a steep learning curve. It is also hampered with trying to maintain some backwards compatibility with Fit.</p>
<p>I think the time is ripe for a new framework that blends the best of both worlds and that does things the right way and does not care about backwards compatibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Vlasenko</title>
		<link>http://gojko.net/2010/03/12/fit-vs-slim/comment-page-1/#comment-76950</link>
		<dc:creator>Konstantin Vlasenko</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1631#comment-76950</guid>
		<description>@gojko I don’t need an additional  testing tool. Finesse enough for me.
We don’t use Finesse as a collaboration tool with the stakeholders.
We had used Fitnesse for collaboration before (it is another story…don’t won’t to rise this philosophical question here).
Right now we are using it as Acceptance Testing Framework. Fitnesse is powerful tool for Acceptance/Regression testing.</description>
		<content:encoded><![CDATA[<p>@gojko I don’t need an additional  testing tool. Finesse enough for me.<br />
We don’t use Finesse as a collaboration tool with the stakeholders.<br />
We had used Fitnesse for collaboration before (it is another story…don’t won’t to rise this philosophical question here).<br />
Right now we are using it as Acceptance Testing Framework. Fitnesse is powerful tool for Acceptance/Regression testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2010/03/12/fit-vs-slim/comment-page-1/#comment-76949</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/?p=1631#comment-76949</guid>
		<description>@Konstantin - if this is something that has to be done for a bigger business test to work, i&#039;d hide it in a fixture and make the fitnesse page easier to read and understand. if this is your whole test, you will be able to maintain it a lot easier in a technical testing tool. the benefit that fitnesse gives you - communication with budiness people, is completely lost there</description>
		<content:encoded><![CDATA[<p>@Konstantin &#8211; if this is something that has to be done for a bigger business test to work, i&#8217;d hide it in a fixture and make the fitnesse page easier to read and understand. if this is your whole test, you will be able to maintain it a lot easier in a technical testing tool. the benefit that fitnesse gives you &#8211; communication with budiness people, is completely lost there</p>
]]></content:encoded>
	</item>
</channel>
</rss>
