<?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: Agile Acceptance Testing Slides</title>
	<atom:link href="http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/</link>
	<description>A technical blog written by Richard Paul</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Brook</title>
		<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/comment-page-1/#comment-2075</link>
		<dc:creator>James Brook</dc:creator>
		<pubDate>Thu, 18 Nov 2010 15:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=601#comment-2075</guid>
		<description>Thanks Richard. That looks interesting. I am in Amsterdam so may not make the talk. I see someone has set up an example project for something similar here: https://github.com/geb/geb-example-cuke4duke

If you look in their env,groovy you will see that they have run into another of the problems that I have. I wanted to add an &#039;after hook&#039;, where I would get the name of the scenario and check if it failed. Then I could take a screenshot with WebDriver. Unfortunately the groovy methods don&#039;t seem to be bridged properly to the underlying ruby ones.

Something else interesting to note is that the creator of Cucumber and Cuke4Duke is working on a pure Java version of Cucumber because he does most of his development in Java now anyway.</description>
		<content:encoded><![CDATA[<p>Thanks Richard. That looks interesting. I am in Amsterdam so may not make the talk. I see someone has set up an example project for something similar here: <a href="https://github.com/geb/geb-example-cuke4duke" rel="nofollow">https://github.com/geb/geb-example-cuke4duke</a></p>
<p>If you look in their env,groovy you will see that they have run into another of the problems that I have. I wanted to add an &#8216;after hook&#8217;, where I would get the name of the scenario and check if it failed. Then I could take a screenshot with WebDriver. Unfortunately the groovy methods don&#8217;t seem to be bridged properly to the underlying ruby ones.</p>
<p>Something else interesting to note is that the creator of Cucumber and Cuke4Duke is working on a pure Java version of Cucumber because he does most of his development in Java now anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Paul</title>
		<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/comment-page-1/#comment-2067</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=601#comment-2067</guid>
		<description>Hi James, funny you should ask this question now.  We&#039;ve been struggling with code reuse and a good way to organise the code.  The other week I came across Geb http://geb.codehaus.org/ which is a Groovy layer on top of Selenium/WebDriver.  It has a neat jQuery like API and great support for the Page Object Pattern.  I&#039;m part way through writing up a new post on it so give me a few days and I&#039;ll show you how we are starting to make use of it.

I&#039;ll also be talking about Geb at the London Agile Testing User Group in January if you are in London
http://www.agiletesting.org.uk/january_2011.php</description>
		<content:encoded><![CDATA[<p>Hi James, funny you should ask this question now.  We&#8217;ve been struggling with code reuse and a good way to organise the code.  The other week I came across Geb <a href="http://geb.codehaus.org/" rel="nofollow">http://geb.codehaus.org/</a> which is a Groovy layer on top of Selenium/WebDriver.  It has a neat jQuery like API and great support for the Page Object Pattern.  I&#8217;m part way through writing up a new post on it so give me a few days and I&#8217;ll show you how we are starting to make use of it.</p>
<p>I&#8217;ll also be talking about Geb at the London Agile Testing User Group in January if you are in London<br />
<a href="http://www.agiletesting.org.uk/january_2011.php" rel="nofollow">http://www.agiletesting.org.uk/january_2011.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brook</title>
		<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/comment-page-1/#comment-2064</link>
		<dc:creator>James Brook</dc:creator>
		<pubDate>Wed, 17 Nov 2010 14:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=601#comment-2064</guid>
		<description>Richard, your slides have been really useful to me in getting set up with Cuke4Duke to write WebDriver tests for my application using Groovy. I am still not quite happy with it as a solution though. I haven&#039;t had any luck in working out how to factor out code that is repeated in multiple steps. I saw you asked about the PageObject pattern and this issue on the Google group. Did you ever work it out? Any help will be much appreciated, otherwise I will switch to Java :(</description>
		<content:encoded><![CDATA[<p>Richard, your slides have been really useful to me in getting set up with Cuke4Duke to write WebDriver tests for my application using Groovy. I am still not quite happy with it as a solution though. I haven&#8217;t had any luck in working out how to factor out code that is repeated in multiple steps. I saw you asked about the PageObject pattern and this issue on the Google group. Did you ever work it out? Any help will be much appreciated, otherwise I will switch to Java :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Anderson</title>
		<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/comment-page-1/#comment-1082</link>
		<dc:creator>Martin Anderson</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=601#comment-1082</guid>
		<description>Great presentation at LJC and thanks for making your slides available so quickly!</description>
		<content:encoded><![CDATA[<p>Great presentation at LJC and thanks for making your slides available so quickly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Smattering of Selenium #17 &#171; Official Selenium Blog</title>
		<link>http://www.rapaul.com/2010/06/26/agile-acceptance-testing-slides/comment-page-1/#comment-1081</link>
		<dc:creator>A Smattering of Selenium #17 &#171; Official Selenium Blog</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=601#comment-1081</guid>
		<description>[...] Richard presented at the LJC Unconference on &#8216;Agile Acceptance Testing with Cucumber, Cuke4Duke, Groovy &amp; Selenium&#8217; and has posted his slides [...]</description>
		<content:encoded><![CDATA[<p>[...] Richard presented at the LJC Unconference on &#8216;Agile Acceptance Testing with Cucumber, Cuke4Duke, Groovy &amp; Selenium&#8217; and has posted his slides [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

