<?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/"
	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>Comments on: Selenium Best Practices</title>
	<atom:link href="http://mestachs.wordpress.com/2012/08/13/selenium-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://mestachs.wordpress.com/2012/08/13/selenium-best-practices/</link>
	<description>best and worst development practices</description>
	<lastBuildDate>Wed, 22 May 2013 05:48:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Selenium Best Practices - Testing Excellence</title>
		<link>http://mestachs.wordpress.com/2012/08/13/selenium-best-practices/#comment-2618</link>
		<dc:creator><![CDATA[Selenium Best Practices - Testing Excellence]]></dc:creator>
		<pubDate>Sat, 13 Apr 2013 11:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=766#comment-2618</guid>
		<description><![CDATA[[...] Read the full article&#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Read the full article&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mestachs</title>
		<link>http://mestachs.wordpress.com/2012/08/13/selenium-best-practices/#comment-2610</link>
		<dc:creator><![CDATA[mestachs]]></dc:creator>
		<pubDate>Thu, 04 Apr 2013 06:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=766#comment-2610</guid>
		<description><![CDATA[Most framework encourage id/name for form/request binding so it fits &quot;natural&quot; to reuse them. Css Classes in my experience are more there to route the locator in the correct area of the page in case of non-unique name. And for xpath I avoid them like the pest.]]></description>
		<content:encoded><![CDATA[<p>Most framework encourage id/name for form/request binding so it fits &#8220;natural&#8221; to reuse them. Css Classes in my experience are more there to route the locator in the correct area of the page in case of non-unique name. And for xpath I avoid them like the pest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Mendes</title>
		<link>http://mestachs.wordpress.com/2012/08/13/selenium-best-practices/#comment-2603</link>
		<dc:creator><![CDATA[Juan Mendes]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 19:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=766#comment-2603</guid>
		<description><![CDATA[ID is the easy way, but it&#039;s also the cheap way out. If you code with IDs, you can never have two elements on the same page. Using class names gives you the same concept, but you can have multiple elements on the page]]></description>
		<content:encoded><![CDATA[<p>ID is the easy way, but it&#8217;s also the cheap way out. If you code with IDs, you can never have two elements on the same page. Using class names gives you the same concept, but you can have multiple elements on the page</p>
]]></content:encoded>
	</item>
</channel>
</rss>
