<?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: Giving Infinitest and &#8220;Continuous Testing&#8221; a try&#8230;</title>
	<atom:link href="http://alexruiz.developerblogs.com/?feed=rss2&#038;p=599" rel="self" type="application/rss+xml" />
	<link>http://alexruiz.developerblogs.com/?p=599</link>
	<description>Having Fun with Java!</description>
	<lastBuildDate>Thu, 19 Aug 2010 17:21:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alex Ruiz</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-8243</link>
		<dc:creator>Alex Ruiz</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-8243</guid>
		<description>Hi Martin,

I haven&#039;t tried it yet with FEST-Swing (due to time constraints but it is in my TODO list,) but I can see the scenario you described happening. 

Ben suggested to filter out slow tests using a regular expression. I found how to do it here http://improvingworks.com/products/infinitest/infinitest-user-guide/

Cheers,
-Alex</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I haven&#8217;t tried it yet with FEST-Swing (due to time constraints but it is in my TODO list,) but I can see the scenario you described happening. </p>
<p>Ben suggested to filter out slow tests using a regular expression. I found how to do it here <a href="http://improvingworks.com/products/infinitest/infinitest-user-guide/" rel="nofollow">http://improvingworks.com/products/infinitest/infinitest-user-guide/</a></p>
<p>Cheers,<br />
-Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Ginkel</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-8238</link>
		<dc:creator>Martin Ginkel</dc:creator>
		<pubDate>Thu, 03 Dec 2009 12:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-8238</guid>
		<description>I installed infinitest for my project with mixed plain unit and GUI tests. 
I removed it immediately.

The GUI tests are executed, while editing unrelated code.
There is no way to configure, that they should be run with redirected GUI (I live and develop on Linux and the 
Eclipse RunConfing of the tests usually configures to use a XVnc as the display).

Therefore my current experience is just &quot;disturbed&quot;.</description>
		<content:encoded><![CDATA[<p>I installed infinitest for my project with mixed plain unit and GUI tests.<br />
I removed it immediately.</p>
<p>The GUI tests are executed, while editing unrelated code.<br />
There is no way to configure, that they should be run with redirected GUI (I live and develop on Linux and the<br />
Eclipse RunConfing of the tests usually configures to use a XVnc as the display).</p>
<p>Therefore my current experience is just &#8220;disturbed&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ruiz</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-7299</link>
		<dc:creator>Alex Ruiz</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-7299</guid>
		<description>Hi Tom,

So far it seems to me that Infinitest runs asynchronously. I haven’t noticed any interruption while I’m typing and tests are running concurrently. What I noticed is that Eclipse gets a little slower, but not to the point of being annoying (I have an old machine to start with.)

Cheers,
-Alex</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>So far it seems to me that Infinitest runs asynchronously. I haven’t noticed any interruption while I’m typing and tests are running concurrently. What I noticed is that Eclipse gets a little slower, but not to the point of being annoying (I have an old machine to start with.)</p>
<p>Cheers,<br />
-Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-7297</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-7297</guid>
		<description>Infinitest is certainly very interesing, but I&#039;ve noticed that unit tests only tend to stay lean-and-mean in the beginning of the project. Very quickly mockups are involved and tests are becoming slower (my current project even requires starting in-memory databases). So I&#039;m very curious how the Swing project will go.

Does infinitest run asynchronously?</description>
		<content:encoded><![CDATA[<p>Infinitest is certainly very interesing, but I&#8217;ve noticed that unit tests only tend to stay lean-and-mean in the beginning of the project. Very quickly mockups are involved and tests are becoming slower (my current project even requires starting in-memory databases). So I&#8217;m very curious how the Swing project will go.</p>
<p>Does infinitest run asynchronously?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ruiz</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-5185</link>
		<dc:creator>Alex Ruiz</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-5185</guid>
		<description>Ben,

I&#039;m actually looking forward to using Infinitest to run functional tests! In my case, at least 90% of the tests are functional (my project is a functional UI testing tool, and IMHO requires more functional tests than unit tests.) One of my goals is to find a &quot;recipe&quot; for running functional tests with Infinitest, instead of excluding them.

I&#039;m looking forward for the upcoming release! :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>I&#8217;m actually looking forward to using Infinitest to run functional tests! In my case, at least 90% of the tests are functional (my project is a functional UI testing tool, and IMHO requires more functional tests than unit tests.) One of my goals is to find a &#8220;recipe&#8221; for running functional tests with Infinitest, instead of excluding them.</p>
<p>I&#8217;m looking forward for the upcoming release! :)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Rady</title>
		<link>http://alexruiz.developerblogs.com/?p=599&#038;cpage=1#comment-5184</link>
		<dc:creator>Ben Rady</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://alexruiz.developerblogs.com/?p=599#comment-5184</guid>
		<description>Alex,

A very thorough examination. For just about every one of the issues you highlighted, I thought to myself &quot;Yeah...we&#039;re working on that...&quot;

In particular, regarding issue #2, there are still some cases where Infinitest can&#039;t figure out what to do, and just punts by running all the tests in your workspace. When you delete a class, for example. There are some improvements that can be made in this area, however, so watch for that in an upcoming release.

In regards to larger projects with more functional tests, our recommendation is that you use Infinitest to run Unit (aka fast) tests. There&#039;s a regular expression based filtering mechanism that you can use to exclude slower functional/integration tests. Check the forums on Infinitest.org for more details on that.

I&#039;m glad you&#039;re getting value out of the the tool. Thanks for blogging about it.</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>A very thorough examination. For just about every one of the issues you highlighted, I thought to myself &#8220;Yeah&#8230;we&#8217;re working on that&#8230;&#8221;</p>
<p>In particular, regarding issue #2, there are still some cases where Infinitest can&#8217;t figure out what to do, and just punts by running all the tests in your workspace. When you delete a class, for example. There are some improvements that can be made in this area, however, so watch for that in an upcoming release.</p>
<p>In regards to larger projects with more functional tests, our recommendation is that you use Infinitest to run Unit (aka fast) tests. There&#8217;s a regular expression based filtering mechanism that you can use to exclude slower functional/integration tests. Check the forums on Infinitest.org for more details on that.</p>
<p>I&#8217;m glad you&#8217;re getting value out of the the tool. Thanks for blogging about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
