<?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: Given-When-Then</title>
	<atom:link href="http://cakebaker.42dh.com/2009/05/28/given-when-then/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:27:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-133570</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-133570</guid>
		<description>@Boris: Good to hear you found a solution :)</description>
		<content:encoded><![CDATA[<p>@Boris: Good to hear you found a solution :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bors Barroso</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-133398</link>
		<dc:creator>Bors Barroso</dc:creator>
		<pubDate>Fri, 24 Jul 2009 18:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-133398</guid>
		<description>Man I know what I was Doing wrong, I should have created the Items that fill the radio button before visiting the action. Thanx, keep up the good work. Check the post. I haven&#039;t tred to use factories in Webrat Yet!.
http://railsforum.com/viewtopic.php?id=32990</description>
		<content:encoded><![CDATA[<p>Man I know what I was Doing wrong, I should have created the Items that fill the radio button before visiting the action. Thanx, keep up the good work. Check the post. I haven&#8217;t tred to use factories in Webrat Yet!.<br />
<a href="http://railsforum.com/viewtopic.php?id=32990" rel="nofollow">http://railsforum.com/viewtopic.php?id=32990</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bors Barroso</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-133397</link>
		<dc:creator>Bors Barroso</dc:creator>
		<pubDate>Fri, 24 Jul 2009 18:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-133397</guid>
		<description>Yeah I use version 0.4.4, I&#039;ll double check what it is wrong</description>
		<content:encoded><![CDATA[<p>Yeah I use version 0.4.4, I&#8217;ll double check what it is wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-133381</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-133381</guid>
		<description>@Boris: Hm, I just did a quick test and it seems to work here and the element is found either by id or its label. Do you use the most recent version of webrat? (I&#039;m using webrat 0.4.4)

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Boris: Hm, I just did a quick test and it seems to work here and the element is found either by id or its label. Do you use the most recent version of webrat? (I&#8217;m using webrat 0.4.4)</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Barroso</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-133284</link>
		<dc:creator>Boris Barroso</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-133284</guid>
		<description>Hi there cakebaker, I use cucumber webrat and Rspec for acceptance testing my code, but I can&#039;t make it work with &quot;radio_button&quot;. I have done many tests with other controls and webrat works nice  but when I try to choose one item from a list of radio_buttons webrat does not find the item, nor by it&#039;s id, label or name.</description>
		<content:encoded><![CDATA[<p>Hi there cakebaker, I use cucumber webrat and Rspec for acceptance testing my code, but I can&#8217;t make it work with &#8220;radio_button&#8221;. I have done many tests with other controls and webrat works nice  but when I try to choose one item from a list of radio_buttons webrat does not find the item, nor by it&#8217;s id, label or name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-129510</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-129510</guid>
		<description>@taylor: Thanks for the link, and yes, using cucumber and webrat can be an option for testing your PHP applications.</description>
		<content:encoded><![CDATA[<p>@taylor: Thanks for the link, and yes, using cucumber and webrat can be an option for testing your PHP applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taylor luk</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-129465</link>
		<dc:creator>taylor luk</dc:creator>
		<pubDate>Sun, 31 May 2009 15:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-129465</guid>
		<description>In one of my past project i have used cucumber and webrat to test CakePHP apps with great success, given everything is over HTTP. 

Here is got some instruction how to set it up..

http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/</description>
		<content:encoded><![CDATA[<p>In one of my past project i have used cucumber and webrat to test CakePHP apps with great success, given everything is over HTTP. </p>
<p>Here is got some instruction how to set it up..</p>
<p><a href="http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/" rel="nofollow">http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-129286</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 29 May 2009 14:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-129286</guid>
		<description>@Krish: You are welcome :)</description>
		<content:encoded><![CDATA[<p>@Krish: You are welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krish</title>
		<link>http://cakebaker.42dh.com/2009/05/28/given-when-then/comment-page-1/#comment-129254</link>
		<dc:creator>Krish</dc:creator>
		<pubDate>Fri, 29 May 2009 05:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1191#comment-129254</guid>
		<description>Hi Daniel thanks for the article. The concept looks very interesting..</description>
		<content:encoded><![CDATA[<p>Hi Daniel thanks for the article. The concept looks very interesting..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
