<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Watir.com</title>
	<atom:link href="http://watir.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://watir.com</link>
	<description>Web Application Testing in Ruby</description>
	<lastBuildDate>Tue, 24 Apr 2012 20:16:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='watir.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4819a20ddc6905b8ef642ca3816ee002?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Watir.com</title>
		<link>http://watir.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://watir.com/osd.xml" title="Watir.com" />
	<atom:link rel='hub' href='http://watir.com/?pushpress=hub'/>
		<item>
		<title>Watir 3 Released!</title>
		<link>http://watir.com/2012/04/24/watir-3-released/</link>
		<comments>http://watir.com/2012/04/24/watir-3-released/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 08:46:59 +0000</pubDate>
		<dc:creator>Jarmo Pertman</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1278</guid>
		<description><![CDATA[Hello everyone! I&#8217;m happy to announce that Watir 3 has been finally released! Its biggest goal is to conform even better with WatirSpec making it more compliant with Watir-WebDriver. Changelog is quite long, but reading it makes your life easier: &#8230; <a href="http://watir.com/2012/04/24/watir-3-released/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1278&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello everyone! </p>
<p>I&#8217;m happy to announce that Watir 3 has been finally released!<br />
Its biggest goal is to conform even better with WatirSpec making it more<br />
compliant with Watir-WebDriver. </p>
<p>Changelog is quite long, but reading it makes your life easier:<br />
* Browser#status returns an empty string if status bar is disabled in IE9<br />
* Browser#style fixed for IE9<br />
* #execute_script evaluates JavaScript code inside of an anonymous function<br />
- use &#8220;return&#8221; statement if value is needed by Ruby<br />
* #execute_script returns nil instead of &#8216;undefined&#8217;<br />
* drag and drop fixed for IE9<br />
* Window#current? and Window#== are more robust<br />
* all html elements are now supported (even html5 ones)<br />
* CookieManager removed<br />
* cookies API support added ( </p>
<p>https://github.com/watir/watirspec/blob/master/cookies_spec.rb)</p>
<p>* drag and drop API support added ( </p>
<p>https://github.com/watir/watirspec/blob/master/drag_and_drop_spec.rb)</p>
<p>* Element#(before|after)? removed<br />
* Element#(before|after)_text removed<br />
* Browser#cell(s) and Browser#row(s) removed<br />
* Browser#Element camelCase methods removed, use under_score methods instead<br />
* Browser#element(s) supports only general attributes like :id, :title,<br />
:class_name, :text, :html and such<br />
* Browser#modal_dialog improved<br />
* Browser#send_keys and Element#send_keys have now same syntax as specified<br />
in WatirSpec<br />
* Element#style returns internal styles only for IE9, inline style will be<br />
returned for IE8<br />
* Table#each removed &#8211; use Table#(trs|rows).each instead<br />
* Table#row(s) and Table#cell(s) added which ignore inner tables &#8211; use<br />
#td/#tr for all.<br />
* raise an Exception if more locators are specified with :xpath/:css<br />
* searching by :xpath and :css code rewritten<br />
* Browser#textarea(s) method for searching  elements<br />
* Element#focus works with IE9<br />
* Element#focused? returns the state of focus on that element<br />
* Element#to_subtype returns Element if non-supported tag found instead of<br />
crashing<br />
* searching by :class will match now partially like other tools behave<br />
(e.g. jQuery)<br />
* Button#text returns value if exists instead of text<br />
* Browser#goto prepends url automatically with http:// if scheme is missing<br />
* Browser#element(s)_by_(xpath/css) are now private methods &#8211; use<br />
#element(:css =&gt; &#8230;) and #element(:xpath =&gt; &#8230;) instead<br />
* Browser#label supports searching by :for attribute<br />
* Browser#options method for searching  elements<br />
* Browser#body, #thead, #tfoot, #tbody, #frameset and #fieldset added<br />
* Browser#window and Browser#windows added implementing window switching<br />
API (https://github.com/jarib/watirspec/blob/master/window_switching_spec.rb<br />
)<br />
* Element#present? returns false if exception is thrown by #exists? or<br />
#visible?<br />
* Element#style returns CSS text instead of OLE object<br />
* Element#text returns an empty string for non-visible elements<br />
* Element#parent returns correct instance of Element class (e.g. Div<br />
instead of Element)<br />
* Element#focus focuses document before focusing on the element<br />
* Element#right_click and Element#double_click added<br />
* Element#to_subtype added which returns specific instance of<br />
Watir::Element subclass<br />
* Element#send_keys added<br />
* Element#eql? as an alias for Element#== added<br />
* Element#tag_name added<br />
* ElementCollection#[] method supports negative indexes like regular Arrays<br />
* ElementCollection#[] returns always an object, even if the index is out<br />
of bounds<br />
* FileField#set and Image#save uses correct Windows file path (e.g. convert<br />
&#8220;\&#8221;-es into &#8220;/&#8221;-es)<br />
* FileField#set raises Errno::ENOENT instead of WatirException if file<br />
doesn&#8217;t exist<br />
* FileField#value= as an alias for FileField#set added<br />
* Font#color, #face and #size added<br />
* Form#submit triggers onSubmit event and doesn&#8217;t submit the form if<br />
event&#8217;s callback returns false<br />
* Frame#execute_script added<br />
* Image#file_size, #height and #width return integer instead of a string<br />
* Image#save blocking fixed<br />
* Meta#content and #http_equiv added<br />
* Option code rewritten, causing changes in its API<br />
* SelectList code rewritten, causing changes in its API<br />
* SelectList#(selected_)options returns now Options collection instead of<br />
an array of strings<br />
* Table and its subelements code rewritten, causing changes in its API<br />
* Table#strings and #hashes added<br />
* TextField#label added<br />
* searching elements will find only correct types &#8211; e.g. using Browser#div<br />
returns only DIV element even if all other provided selectors match<br />
* all selectors and tag of the element needs to match even if searching by<br />
:id<br />
* supporting html5 data-* attributes by using :data_* for locating and<br />
#data_* for retrieving attribute values<br />
* many other internal changes </p>
<p>Please try it out by executing:<br />
<code>gem install watir</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1278&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/04/24/watir-3-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff97ca87af59ee68ceff5877a8365788?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">jarmop</media:title>
		</media:content>
	</item>
		<item>
		<title>Watir Bazaar was Kick Ass!</title>
		<link>http://watir.com/2012/04/05/watir-bazaar-was-kick-ass/</link>
		<comments>http://watir.com/2012/04/05/watir-bazaar-was-kick-ass/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 02:26:29 +0000</pubDate>
		<dc:creator>Bret Pettichord</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1259</guid>
		<description><![CDATA[I&#8217;ve been regularly hosting small conferences for over a decade, starting with the LAWST format and slowly evolving over the years. I just finished hosting the Watir Bazaar. I feel real good about it. One of the best conferences I&#8217;ve &#8230; <a href="http://watir.com/2012/04/05/watir-bazaar-was-kick-ass/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1259&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been regularly hosting small conferences for over a decade, starting with the LAWST format and slowly evolving over the years. I just finished hosting the Watir Bazaar. I feel real good about it. One of the best conferences I&#8217;ve ever been to. Really excited: everyone had a good time, learned a lot, met a lot of new people, and shared stories about how people are really using Watir to kick ass.</p>
<p>We are wrapping up a release of Watir 4.0, which now uses Selenium technology called WebDriver to drive browsers. That means that Watir 4.0 will work with any browser that Selenium supports. Automatically. This is exciting. Equally exciting is the enthusiasm the community is showing for providing examples and showing others how you can make a testing framework for your application.</p>
<p>We will be documenting several approaches, including using TestUnit, Rspec and Cucumber, each of which has contexts where they become the preferred choices of the community.</p>
<p>Most of us are using page objects of one kind or another with a lot of success, to the point where we really think that everyone should know how to use them, and are working to share our ideas for how to create page objects no matter what kind of test harness you are using.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1259&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/04/05/watir-bazaar-was-kick-ass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/151b20c72716eb93ac58fa16fb94ec23?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">bpettichord</media:title>
		</media:content>
	</item>
		<item>
		<title>Speakers at the Test Automation Bazaar</title>
		<link>http://watir.com/2012/03/05/speakers-at-the-test-automation-bazaar/</link>
		<comments>http://watir.com/2012/03/05/speakers-at-the-test-automation-bazaar/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 20:44:26 +0000</pubDate>
		<dc:creator>Bret Pettichord</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1188</guid>
		<description><![CDATA[In less than three weeks, the Watir team will be assembling in Austin Texas to kick off our first Watir Conference and Test Automation Bazaar. This event is pulling together Watir users and other Ruby lovers to share techniques and create &#8230; <a href="http://watir.com/2012/03/05/speakers-at-the-test-automation-bazaar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1188&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In less than three weeks, the Watir team will be assembling in Austin Texas to kick off our first <a href="http://watir.com/test-automation-bazaar/">Watir Conference and Test Automation Bazaar</a>. This event is pulling together Watir users and other Ruby lovers to share techniques and create better tools for automating testing.</p>
<p>Watir team members who are confirmed to attend:</p>
<ul>
<li>Bret Pettichord, Austin</li>
<li>Hugh McGowan, Austin</li>
<li>Alister Scott, Australia</li>
<li>Željko Filipin, Croatia</li>
<li>Chuck van der Linden, Seattle</li>
<li>Tiffany Fodor, Denver</li>
<li>Charley Baker, Denver</li>
<li>Jari Bakken, Norway</li>
</ul>
<p>We also have attendees registering from all over the world, including Hong Kong, London, Virginia, North Carolina, Ohio, California, Ontario.</p>
<p>I&#8217;m still talking to lots of people about speaking at the conference. Here is a partial list of people lined up to speak and some of this still needs to be confirmed. (Put on the wiki)</p>
<h2>Watir Team</h2>
<ul>
<li>Migrating from Watir to Webdriver &#8211; Hugh</li>
<li>Webdriver Internals &#8211; Jari</li>
<li>Watir, Selenium and Capybara; and Specification by Example: a Love Story &#8211; Alister</li>
</ul>
<h2>Experience Reports</h2>
<ul>
<li>Hugh McGowan &amp; the Convio team &#8211; Introducing WatirMark at Convio. WatirMark is an MVC testing framework that supports Cucumber and Rspec. This is result of several years of major refactoring, recently released as open-source.</li>
<li>Bob Jones, How a Ruby Framework for testing services was expanded to make use of the cloud.</li>
<li>Zeljko Filipin &#8211; Using Sikuli with Watir Webdriver</li>
<li>Chris McMahon &#8211; Lessons Learned from Fitnesse; a keyword and wiki based testing framework</li>
<li>Bramha Ghosh and Andy Vida &#8211; Specification by Example at Grange Insurance</li>
<li>Tan Le - Building an Automated Test Framework using Cucumber, Capybara and Gizmo.</li>
</ul>
<h2>Discussions</h2>
<ul>
<li>Managing Test Automation &#8211; Opened by Rick Hower</li>
<li>Sleeps are Evil &#8211; Opened by Bret Pettichord</li>
<li>Ruby Automated Testing Landscape &#8211; Opened by Alister Scott</li>
<li>Levels of Quality &#8211; Opened by Marek Jay</li>
<li>Exploratory Testing with IRB &#8211; Opened by Dave McNulla</li>
<li>Watir Book and Watir Documentation &#8211; Opened by Zeljko Filipin</li>
</ul>
<h2>Charity Workshops</h2>
<p>In addition, <a href="http://watir.com/test-automation-bazaar/charity-workshops/">workshops</a> are being hosted separately on Thursday March 22nd. Alister Scott, Željko Filipin and Chuck van der Linden will be holding a hands-on tutorial on Watir Webdriver; and Cheezy Morgan and Jari Bakken will be holding an advanced workshop on Page Objects. I&#8217;m really looking forward to attending these workshops, as well as sending my staff. The registration for these will be separate from the Bazaar, so don&#8217;t forget to sign up for this too.</p>
<h2>Registration</h2>
<ul>
<li><a href="http://watirbazaar.eventbrite.com/">Bazaar Registration</a> - The deadline for the advance purchase pricing is this Friday, March 9.</li>
<li><a href="http://watir.com/test-automation-bazaar/charity-workshops/">Workshop Registration</a> - Only 25 slots each; I expect these to go fast.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1188&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/03/05/speakers-at-the-test-automation-bazaar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/151b20c72716eb93ac58fa16fb94ec23?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">bpettichord</media:title>
		</media:content>
	</item>
		<item>
		<title>Register now to attend the Charity Workshop on March 22!</title>
		<link>http://watir.com/2012/03/01/register-now-to-attend-the-charity-workshops-on-march-22/</link>
		<comments>http://watir.com/2012/03/01/register-now-to-attend-the-charity-workshops-on-march-22/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 23:20:38 +0000</pubDate>
		<dc:creator>Alister Scott</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1178</guid>
		<description><![CDATA[Want to learn about Page Objects and Cucumber?  Do you like the idea of supporting local charities in the Austin area?  Then join us at one or both of our charity workshops before the Test Automation Bazaar! We&#8217;re offering an &#8230; <a href="http://watir.com/2012/03/01/register-now-to-attend-the-charity-workshops-on-march-22/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1178&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to learn about Page Objects and Cucumber?  Do you like the idea of supporting local charities in the Austin area?  Then join us at one or both of our charity workshops before the Test Automation Bazaar!</p>
<p>We&#8217;re offering an afternoon workshop on March 22 &#8211; the day before the Test Automation Bazaar officially gets underway.  To join in, just donate $50 to one of the list of charities below and sign up using the email form below.  Then, bring a receipt for your donation to gain entry on the day of the workshop.</p>
<h2><strong>Charities</strong></h2>
<ul>
<li><a href="http://www.austinfree.net/" target="_blank">Austin Free-Net</a></li>
<li><a href="http://www.livestrong.org/" target="_blank">Lance Armstrong Foundation</a></li>
<li><a href="http://www.mlfnow.org/" target="_blank">Mobile Loaves &amp; Fishes, Inc.</a></li>
<li><a href="http://www.safeplace.org/" target="_blank">SafePlace</a></li>
<li><a href="http://www.texasenvironment.org/" target="_blank">Texas Campaign for the Environment</a></li>
<li><a href="http://www.zachtheatre.org/" target="_blank">Zachary Scott Theatre Center</a></li>
</ul>
<h2><strong>Location</strong></h2>
<p>The workshop will be held at the <a href="http://www.greenlights.org/resources/nonprofit-meeting-space/mitte-carriage-house" target="_blank">Mitte Carriage House</a>:</p>
<p>The Mitte Carriage House is located at 1008C West Avenue at the corner of West Avenue and 11th Street in downtown Austin, situated behind the Mitte Foundation Offices and accessible from 11th Street. <a href="http://maps.google.com/maps/place?hl=&amp;rlz=1B3GGGL_enUS351US351&amp;um=1&amp;ie=UTF-8&amp;q=mitte+carriage+house&amp;fb=1&amp;gl=us&amp;hq=mitte+carriage+house&amp;hnear=0x8644b599a0cc032f:0x5d9b464bd469d57a,Austin,+TX&amp;cid=13442861952052542802" target="_blank">Map and directions</a> to Mitte.</p>
<h1></h1>
<h1><strong>Workshop Topics</strong></h1>
<p><strong>Page Objects and Cucumber</strong></p>
<p>1:00 PM &#8211; 5:00 PM</p>
<p>Are you already familiar with test automation, but want to take your framework to the next level?  Are you interested in learning how to implement Cucumber?  Then join Jeff Morgan (aka Cheezy) and Jari Bakken to learn about Page Objects and Cucumber.</p>
<p>To sign up for the workshop, enter your name and email address and which workshop you&#8217;re attending and then select a charity to make a $50 donation.  Space is limited to 25 people, so sign up soon to reserve your spot!</p>
<p>Follow up:  The workshop was a great success!  Cheezy did a great job teaching us about Page Objects and we raised $750 for local charities.  We&#8217;re considering putting the video up for an optional donation &#8211; more to come on that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1178&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/03/01/register-now-to-attend-the-charity-workshops-on-march-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/344eed26ff913de38b45620d18eed695?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">alisterscott</media:title>
		</media:content>
	</item>
		<item>
		<title>watir-webdriver 0.5.2</title>
		<link>http://watir.com/2012/02/01/watir-webdriver-0-5-2/</link>
		<comments>http://watir.com/2012/02/01/watir-webdriver-0-5-2/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 05:25:15 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1138</guid>
		<description><![CDATA[watir-webdriver 0.5.2 has been released. Please note that watir-webdriver 0.5.0 brings some backwards incompatible changes: Watir::Select#selected_options no longer returns array of strings, but array of Watir::Option objects Finding elements by :class now matches partial class attributes. Additionally, watir-webdriver 0.5.1 removes &#8230; <a href="http://watir.com/2012/02/01/watir-webdriver-0-5-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1138&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/johnkay/3305073331/" title="Shower Water Snake feeding :) by Images by John 'K', on Flickr"><img src="http://farm4.staticflickr.com/3546/3305073331_149a4d746f_m.jpg" width="240" height="240" alt="Shower Water Snake feeding :)"></a></p>
<p><a href="https://rubygems.org/gems/watir-webdriver">watir-webdriver 0.5.2</a> has been released.</p>
<p>Please note that watir-webdriver 0.5.0 brings some backwards incompatible changes:</p>
<ul>
<li><a href="https://github.com/watir/watir-webdriver/issues/21"><code>Watir::Select#selected_options</code> no longer returns array of strings, but array of <code>Watir::Option</code> objects</a></li>
<li><a href="https://github.com/watir/watir-webdriver/issues/36">Finding elements by <code>:class</code> now matches partial class attributes.</a></li>
</ul>
<p>Additionally, watir-webdriver 0.5.1 removes the following deprecated methods:</p>
<ul>
<li><code>element_by_xpath</code> replaced by <code>.element(:xpath, '...')</code></li>
<li><code>elements_by_xpath</code> replaced by <code>.elements(:xpath, '...')</code></li>
</ul>
<p>And deprecates the following methods:</p>
<ul>
<li><a href="https://github.com/watir/watir-webdriver/issues/24"><code>Browser#clear_cookies</code> &#8211; replaced by <code>Browser#cookies</code> API</a></li>
</ul>
<p>Install it with</p>
<p><code>gem install watir-webdriver</code></p>
<p>As usual: </p>
<ul>
<li>see build history at <a href="http://travis-ci.org/#!/watir/watir-webdriver/builds">travis-ci.org/#!/watir/watir-webdriver/builds</a> (wait for a few seconds until older builds appear)</li>
<li>see all the changes at <a href="https://github.com/watir/watir-webdriver/commits/master/">github.com/watir/watir-webdriver/commits/master/</a></li>
<li>updated API documentation is at <a href="http://rubydoc.info/gems/watir-webdriver">rubydoc.info/gems/watir-webdriver</a></li>
</ul>
<p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1138&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/02/01/watir-webdriver-0-5-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5200414de6135b5752f1d99cb7fd5f66?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Željko</media:title>
		</media:content>

		<media:content url="http://farm4.staticflickr.com/3546/3305073331_149a4d746f_m.jpg" medium="image">
			<media:title type="html">Shower Water Snake feeding :)</media:title>
		</media:content>
	</item>
		<item>
		<title>Would you like to sponsor the Test Automation Bazaar?</title>
		<link>http://watir.com/2012/01/15/would-you-like-to-sponsor-the-test-automation-bazaar/</link>
		<comments>http://watir.com/2012/01/15/would-you-like-to-sponsor-the-test-automation-bazaar/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 03:23:59 +0000</pubDate>
		<dc:creator>Alister Scott</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[sponsorships]]></category>
		<category><![CDATA[test automation bazaar]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1101</guid>
		<description><![CDATA[If your company is interested in sponsoring the Test Automation Bazaar, please express interest via the form on the sponsors page on this site. There are various types of sponsorships available, whether it will be an event (such as happy &#8230; <a href="http://watir.com/2012/01/15/would-you-like-to-sponsor-the-test-automation-bazaar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1101&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your company is interested in sponsoring the <a title="Test Automation Bazaar!" href="http://watir.com/test-automation-bazaar/">Test Automation Bazaar</a>, please express interest via the form on the <a title="Sponsors" href="http://watir.com/test-automation-bazaar/sponsors/">sponsors page</a> on this site.</p>
<p>There are various types of sponsorships available, whether it will be an event (such as happy hour) or some merchandise (such as T-Shirts).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1101&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/01/15/would-you-like-to-sponsor-the-test-automation-bazaar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" />
		<media:content url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" medium="image">
			<media:title type="html">Austin, Texas</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/344eed26ff913de38b45620d18eed695?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">alisterscott</media:title>
		</media:content>
	</item>
		<item>
		<title>Join us at the Test Automation Bazaar</title>
		<link>http://watir.com/2012/01/09/join-us-at-the-test-automation-bazaar/</link>
		<comments>http://watir.com/2012/01/09/join-us-at-the-test-automation-bazaar/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 02:58:14 +0000</pubDate>
		<dc:creator>Bret Pettichord</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Test Automation Bazaar]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[Watir]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1072</guid>
		<description><![CDATA[On March 23rd and 24th (Friday and Saturday), the Watir Conference and Test Automation Bazaar will be held in Austin, Texas. I am hosting this event with Alister Scott, Hugh McGowan and as much of the Watir Team as we &#8230; <a href="http://watir.com/2012/01/09/join-us-at-the-test-automation-bazaar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1072&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On March 23rd and 24th (Friday and Saturday), the <a href="http://watir.com/test-automation-bazaar/">Watir Conference and Test Automation Bazaar</a> will be held in Austin, Texas. I am hosting this event with <a href="http://watirmelon.com/">Alister Scott</a>, Hugh McGowan and as much of the <a href="http://watir.com/team/">Watir Team</a> as we can get to Austin. This conference is for the Watir Community and any one who wants to learn more about how people are successfully automating testing. As Watir users are turning to using Selenium&#8217;s Webdriver technology, the focus is less on the traditional Watir/IE core and more on using what works, whether that be Watir, Selenium, Capybara or whatever. It&#8217;s not even necessarily about web-testing. We are, however, mostly looking for solutions in Ruby and Ruby will be the official language of the conference. We are looking for people to join us and help us make this the best place in the world to learn about effective automated testing. Because we are taking this broad focus, we are calling this a Test Automation Bazaar.</p>
<p>We will follow this schedule on both days:</p>
<pre> 9:00 - 12:00    Presentations with moderated discussions
12:00 -  1:00    Lunch
 1:00 -  2:00    Lightning Talks
 2:00 -  4:30    Open Space
 4:30 -  5:00    Group Circle</pre>
<p>Therefore we are looking for people who would like to give short, focussed presentations of 10–20 minutes each for the mornings. These will be followed by 5–20 minutes of moderated discussion. The actual time will be determined by the moderators based on the interest level of the audience. We are also looking for 5 minute lightning talks. The morning program and the lightning talks will be single-track, so they will be tightly facilitated. The open space in the afternoon will be multi-tracked and will provide an opportunity for breakout groups, coding demonstrations, and impromptu collaborations. If you have ideas of things you would like to present please contact <a href="http://watir.com/test-automation-bazaar/call-for-speakers/">Alister Scott and me</a> with your ideas. We want to have lots of short presentations from lots of different people.</p>
<p>For some, this may be an unusual format, but it is based on years of experience organizing small conferences. The morning program is based on the <a href="http://www.associationforsoftwaretesting.org/about/workshops/">LAWST format</a> that we have used in the <a href="http://awta.wikispaces.com/">AWTA workshops</a> and comes from the Context-Driven Testing community. <a href="http://www.perl.com/pub/2004/07/30/lightningtalk.html">Lightning talks</a> come from the open-source community. And <a href="http://www.openspaceworld.org/cgi/wiki.cgi?AboutOpenSpace">Open Space</a> has been popular in Agile circles. People <a href="http://www.npr.org/2012/01/01/144550920/physicists-seek-to-lose-the-lecture-as-teaching-tool">don&#8217;t learn from long lectures</a>, so we are trying to make this as interactive as possible.</p>
<p>If this sounds like fun, please join our <a href="https://groups.google.com/forum/#!forum/test-automation-bazaar">mailing list</a> (where we are organizing the conference) and buy a <a href="http://watirbazaar.eventbrite.com/">ticket</a>. I am asking everyone who plans to attend to buy a ticket, whether you are host or a speaker or a volunteer. I&#8217;ve already bought mine. We don&#8217;t have event staff, so we will need lots of help. This is a conference by and for the Watir community.</p>
<p>The conference&#8217;s primary financial purpose is to fund the travel expenses to allow the <a href="http://watir.com/team/">Watir Team</a> to all meet face-to-face. Our team is distributed around the world, so this isn&#8217;t easy or cheap. This goal is consistent with membership in the <a href="http://sfconservancy.org/members/services/">Software Freedom Conservancy</a> a non-profit umbrella group that we are in the process of applying to join. In order to help with this, we are asking everyone attending to buy a ticket, so our overseas contributors can make their plans.</p>
<p>Right now we are offering a limited number of &#8220;Early Bird Volunteer&#8221; tickets. This includes organizers, speakers, volunteers. We have already started accepting proposals, but will not be selecting &#8220;speakers&#8221; until very late in the process. We want to work with presenters to help them with their talks and will probably be arranging the program up until the last minute. This is how we have always done it with the Lawst format. Recently I realized that this really amounts to using the <a href="http://www.developerdotstar.com/mag/articles/weinberg_on_writing.html">Fieldstone writing method</a> to conference planning. So if you have made a proposal and are discussing it with us, please go ahead and consider yourself eligible for the volunteer ticket. We need help with facilitation, particularly from people with experience with the Lawst, Lightning or Open Space formats. We are also looking for people to blog and tweet and video record the event so that the people who can&#8217;t make it can benefit. We are also are trying to organize charity workshops for March 22. Maybe you can help with that. Please join our <a href="https://groups.google.com/forum/#!forum/test-automation-bazaar">mailing list</a>, where we have been discussing volunteer needs. We also consider any one who has been contributing to the Watir project, answering questions, blogging about what they&#8217;ve been doing, to be volunteers. Being a volunteer is as much a state of mind, a willingness to pitch in and help others, rather than just watch the world go by. Buy your <a href="http://watirbazaar.eventbrite.com/">ticket</a> today.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1072/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1072&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2012/01/09/join-us-at-the-test-automation-bazaar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" />
		<media:content url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" medium="image">
			<media:title type="html">Austin, Texas</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/151b20c72716eb93ac58fa16fb94ec23?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">bpettichord</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Automation Bazaar! Call for presenters.</title>
		<link>http://watir.com/2011/12/29/test-automation-bazaar-call-for-presenters/</link>
		<comments>http://watir.com/2011/12/29/test-automation-bazaar-call-for-presenters/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 22:55:10 +0000</pubDate>
		<dc:creator>Alister Scott</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Test Automation Bazaar]]></category>

		<guid isPermaLink="false">http://watir001.wordpress.com/?p=1060</guid>
		<description><![CDATA[The call for presenters for the Test Automation Bazaar is now live. This conference is happening in Austin, Texas from 23-24 March, 2012.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1060&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a title="Test Automation Bazaar: call for presenters" href="http://watir.com/test-automation-bazaar/call-for-speakers/">call for presenters</a> for the <a title="Test Automation Bazaar!" href="http://watir.com/test-automation-bazaar/"><strong>Test Automation Bazaar</strong></a> is now live. This conference is happening in Austin, Texas from 23-24 March, 2012.</p>
<div id="attachment_1049" class="wp-caption alignleft" style="width: 594px"><img class="size-full wp-image-1049" title="Austin, Texas" src="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=584&#038;h=388" alt="Austin, Texas" width="584" height="388" /><p class="wp-caption-text">Austin, Texas - Image via Wikipedia</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1060/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1060/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1060/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1060&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2011/12/29/test-automation-bazaar-call-for-presenters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" />
		<media:content url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg?w=150" medium="image">
			<media:title type="html">Austin, Texas</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/344eed26ff913de38b45620d18eed695?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">alisterscott</media:title>
		</media:content>

		<media:content url="http://watir001.files.wordpress.com/2011/12/texas_state_capitol_-_austin_texas.jpg" medium="image">
			<media:title type="html">Austin, Texas</media:title>
		</media:content>
	</item>
		<item>
		<title>watir-webdriver 0.4.1</title>
		<link>http://watir.com/2011/12/13/watir-webdriver-0-4-1/</link>
		<comments>http://watir.com/2011/12/13/watir-webdriver-0-4-1/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:22:09 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1032</guid>
		<description><![CDATA[watir-webdriver 0.4.1 has been released. Major changes since the last release: deprecate element{,s}_by_xpath Install it with gem install watir-webdriver As usual: see build history at travis-ci.org/#!/jarib/watir-webdriver/builds (wait for a few seconds until older builds appear) see all the changes at &#8230; <a href="http://watir.com/2011/12/13/watir-webdriver-0-4-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1032&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/viamoi/3535257124/" title="~ Drip - &quot;?&quot; ~ by ViaMoi, on Flickr"><img src="http://farm3.staticflickr.com/2244/3535257124_21f0d92d17_m.jpg" width="240" height="240" alt="~ Drip - &quot;?&quot; ~"></a></p>
<p><a href="https://rubygems.org/gems/watir-webdriver">watir-webdriver 0.4.1</a> has been released.</p>
<p>Major changes since the last release:</p>
<ul>
<li>deprecate element{,s}_by_xpath</li>
</ul>
<p>Install it with</p>
<p><code>gem install watir-webdriver</code></p>
<p>As usual: </p>
<ul>
<li>see build history at <a href="http://travis-ci.org/#!/jarib/watir-webdriver/builds">travis-ci.org/#!/jarib/watir-webdriver/builds</a> (wait for a few seconds until older builds appear)</li>
<li>see all the changes at <a href="https://github.com/jarib/watir-webdriver/commits/master/">github.com/jarib/watir-webdriver/commits/master</a></li>
<li>updated API documentation is at <a href="http://rubydoc.info/gems/watir-webdriver">rubydoc.info/gems/watir-webdriver</a></li>
</ul>
<p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1032&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2011/12/13/watir-webdriver-0-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5200414de6135b5752f1d99cb7fd5f66?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Željko</media:title>
		</media:content>

		<media:content url="http://farm3.staticflickr.com/2244/3535257124_21f0d92d17_m.jpg" medium="image">
			<media:title type="html">~ Drip - &#34;?&#34; ~</media:title>
		</media:content>
	</item>
		<item>
		<title>Taza 0.9.1.1</title>
		<link>http://watir.com/2011/11/15/taza-0-9-1-1/</link>
		<comments>http://watir.com/2011/11/15/taza-0-9-1-1/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 10:11:47 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://watir.com/?p=1023</guid>
		<description><![CDATA[It is with great pleasure that we announce Taza 0.9.1.1 has been released. We hope you find this release stable, and that you like the small improvements we made. We added support to software we think are the way you &#8230; <a href="http://watir.com/2011/11/15/taza-0-9-1-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1023&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/denimandela/162857252/" title="taza y bandeja by deniman, on Flickr"><img src="http://farm1.static.flickr.com/45/162857252_fee8917cf9_m.jpg" width="180" height="240" alt="taza y bandeja"></a></p>
<p>It is with great pleasure that we announce <a href="https://rubygems.org/gems/taza">Taza 0.9.1.1</a> has been released. We hope you find this release stable, and that you like the small improvements we made. We added support to software we think are the way you should go when it comes to automating tests in Ruby. If you haven&#8217;t tried it, I encourage you to give it a shot. In this release, we added:</p>
<ul>
<li>Ruby 1.9 support</li>
<li>Watir Webdriver support</li>
<li>RSpec 2.x support</li>
<li>Bundler support</li>
</ul>
<p>Among the features we want to improve next are fixtures. I personally find them hard to maintain, and especially in Taza, a little too much on the magic side. We&#8217;ve stablished a roadmap regarding those:</p>
<ul>
<li>Add support for factories i.e. FactoryGirl</li>
<li>Deprecate current fixtures in Taza</li>
<li>Come up with a simpler solution to fixtures</li>
</ul>
<p>We welcome any suggestions to this roadmap, and anything you might find worth telling us.</p>
<p>Also, there is a nice <a href="https://github.com/hammernight/etsy_cucumber_taza_tutorial">tutorial about using it with rspec and cucumber</a>.<br />
Master branch uses watir. Watir-webdriver branch is there for people not using windows (but it runs on windows, too).</p>
<p>Just run <code>bundle</code>, then <code>bundle exec cucumber</code> and <code>bundle exec rspec spec</code> to run the tests.</p>
<p>There are some failing tests because Etsy changed their website. We haven&#8217;t updated the tutorial yet, but I guess fixing it might be a good way of learning it, if you&#8217;re interested.</p>
<p>Install it with:</p>
<p><code>gem install taza</code></p>
<p>As usual: </p>
<ul>
<li>see build history at <a href="http://travis-ci.org/#!/hammernight/taza/builds">Travis CI</a> (wait for a few seconds until older builds appear)</li>
<li>see all the changes at <a href="https://github.com/hammernight/taza/commits/master">GitHub</a></li>
<li>updated API documentation is at <a href="http://rubydoc.info/gems/taza">RubyDoc.info</a></li>
</ul>
<p>Sincerely,</p>
<p><a href="https://github.com/hammernight/taza/contributors">Taza Contributors</a></p>
<p><em>Posted originally at <a href="https://groups.google.com/forum/#!topic/watir-general/K6rJ3xRyDPg">watir-general</a> by Pedro Nascimento. Published here with permission.</em></p>
<p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/1023/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/1023/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/1023/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=1023&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2011/11/15/taza-0-9-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5200414de6135b5752f1d99cb7fd5f66?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Željko</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/45/162857252_fee8917cf9_m.jpg" medium="image">
			<media:title type="html">taza y bandeja</media:title>
		</media:content>
	</item>
	</channel>
</rss>
