<?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: Why Selenium and Rspec?</title>
	<atom:link href="http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 30 Sep 2010 18:28:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Naoya Makino</title>
		<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/#comment-6</link>
		<dc:creator>Naoya Makino</dc:creator>
		<pubDate>Thu, 30 Sep 2010 18:28:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx#comment-6</guid>
		<description>Hi Scott, thank you for this post. I have been working on selenium with rspec for while now and trying to put that in Hudson CI Server.  
would you be interested in expanding last section: &quot;Tests suitable for Agile environment w/ ability to be executed through a CI Server&quot;? 
I would very appreciate if you could explain that in detail.
thank you,
</description>
		<content:encoded><![CDATA[<p>Hi Scott, thank you for this post. I have been working on selenium with rspec for while now and trying to put that in Hudson CI Server.<br />
would you be interested in expanding last section: &#8220;Tests suitable for Agile environment w/ ability to be executed through a CI Server&#8221;?<br />
I would very appreciate if you could explain that in detail.<br />
thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Gillenwater</title>
		<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/#comment-5</link>
		<dc:creator>Scott Gillenwater</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:01:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx#comment-5</guid>
		<description>BjartN,
Format works great, approach could be done the traditional way (all selenium test code wrapped in one it statement) or multiple it statements.  Your right, multiple levels allows non codes/developers to participate more easily.  </description>
		<content:encoded><![CDATA[<p>BjartN,<br />
Format works great, approach could be done the traditional way (all selenium test code wrapped in one it statement) or multiple it statements.  Your right, multiple levels allows non codes/developers to participate more easily.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Gillenwater</title>
		<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/#comment-4</link>
		<dc:creator>Scott Gillenwater</dc:creator>
		<pubDate>Fri, 16 Apr 2010 18:52:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx#comment-4</guid>
		<description>John,
I have actually had success using Net Beans IDE 6.8 with auto-complete working, and with ability to start stop rake tasks (selenium-grid, rc, mult-threaded tasks.)  </description>
		<content:encoded><![CDATA[<p>John,<br />
I have actually had success using Net Beans IDE 6.8 with auto-complete working, and with ability to start stop rake tasks (selenium-grid, rc, mult-threaded tasks.)  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BjartN</title>
		<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/#comment-3</link>
		<dc:creator>BjartN</dc:creator>
		<pubDate>Fri, 16 Apr 2010 17:01:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx#comment-3</guid>
		<description>Looks great. I&#039;m currently about to do something similar using a combination of Cucumber, Cuke4Nuke and WatiN.

I like the idea of having multiple levels of abstraction on top of the selenium test code. It adds more value to the executable specifications when you can express them in a form that makes sense to non-coders 

Have your seen any problems with your approach ? Or is everything running smoothly ?</description>
		<content:encoded><![CDATA[<p>Looks great. I&#8217;m currently about to do something similar using a combination of Cucumber, Cuke4Nuke and WatiN.</p>
<p>I like the idea of having multiple levels of abstraction on top of the selenium test code. It adds more value to the executable specifications when you can express them in a form that makes sense to non-coders </p>
<p>Have your seen any problems with your approach ? Or is everything running smoothly ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sonmez</title>
		<link>http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/#comment-2</link>
		<dc:creator>John Sonmez</dc:creator>
		<pubDate>Fri, 16 Apr 2010 16:15:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx#comment-2</guid>
		<description>Very cool. I am doing something very similar with Watij and building a internal DSL as well as a full DSL on top of it.

http://simpleprogrammer.com/2010/01/05/automated-ui-testing-framework-a-real-example/

I had the same goals as you.  I think it is really important for the success of automated function tests in agile, to make sure that just about anyone can write and understand the tests.

I also think it is a very good idea to have developers initially create the framework.

One thing I would like to do, is to be able to have an IDE with auto-complete that works for the DSL.  Have you tried this yet?</description>
		<content:encoded><![CDATA[<p>Very cool. I am doing something very similar with Watij and building a internal DSL as well as a full DSL on top of it.</p>
<p><a href="http://simpleprogrammer.com/2010/01/05/automated-ui-testing-framework-a-real-example/" rel="nofollow">http://simpleprogrammer.com/2010/01/05/automated-ui-testing-framework-a-real-example/</a></p>
<p>I had the same goals as you.  I think it is really important for the success of automated function tests in agile, to make sure that just about anyone can write and understand the tests.</p>
<p>I also think it is a very good idea to have developers initially create the framework.</p>
<p>One thing I would like to do, is to be able to have an IDE with auto-complete that works for the DSL.  Have you tried this yet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
