<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkcEQHo-eip7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-4828681138243235946</id><updated>2011-11-27T15:53:21.452-08:00</updated><category term="google chrome selenium bugs" /><title>Selenium farmer</title><subtitle type="html">This is a collection of information about my experiences working on Selenium and setting up, maintaining, and developing a distributed system of machines for running Selenium tests.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://selenium-farmer.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://selenium-farmer.blogspot.com/" /><author><name>Erik Beans</name><uri>http://www.blogger.com/profile/07973172193229163609</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://lh4.google.com/image/erikbeans/Rd6WmS8otsI/AAAAAAAABIY/oNyTMFr57G8/s288/erik_headshot.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/SeleniumFarmer" /><feedburner:info uri="seleniumfarmer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CE4EQHo9eSp7ImA9WxVXFE0.&quot;"><id>tag:blogger.com,1999:blog-4828681138243235946.post-4664739025086439752</id><published>2009-02-11T17:35:00.001-08:00</published><updated>2009-02-11T17:41:41.461-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-11T17:41:41.461-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="google chrome selenium bugs" /><title>How to make Selenium use Google Chrome</title><content type="html">Google's Chrome web browser was released in September of 2008, and is an increasingly popular browser to use for testing using Selenium.  The RC was patched on the day that the web browser was released with a new browser launcher for Chrome.  You'll need revision 2408 or later.  There is nothing special that one must do to start a Selenium session using Chrome.  All you need to do is call the Selenium constructor with the browser type argument of "*googlechrome".&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;br /&gt;from selenium import selenium&lt;br /&gt;s = selenium("localhost", "4444", "*googlechrome", "http://www.google.com")&lt;br /&gt;s.start()&lt;br /&gt;&lt;br /&gt;Current Bugs:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;There have been reports that Chrome support for selenium won't work on Windows XP 64-bit.&lt;/li&gt;&lt;li&gt;The Google Chrome launcher does not support the avoidProxy option (&lt;a href="http://jira.openqa.org/browse/SRC-524"&gt;SRC-524&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;http://localhost doesn't work as a starting URL in Google Chrome (&lt;a href="http://jira.openqa.org/browse/SRC-529"&gt;SRC-529&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4828681138243235946-4664739025086439752?l=selenium-farmer.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sLNY-mg46B8um-jfm_ND4Vifh3Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sLNY-mg46B8um-jfm_ND4Vifh3Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sLNY-mg46B8um-jfm_ND4Vifh3Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sLNY-mg46B8um-jfm_ND4Vifh3Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SeleniumFarmer/~4/GN__qwkjjzQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://selenium-farmer.blogspot.com/feeds/4664739025086439752/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4828681138243235946&amp;postID=4664739025086439752" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/4664739025086439752?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/4664739025086439752?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SeleniumFarmer/~3/GN__qwkjjzQ/how-to-make-selenium-use-google-chrome.html" title="How to make Selenium use Google Chrome" /><author><name>Erik Beans</name><uri>http://www.blogger.com/profile/07973172193229163609</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://lh4.google.com/image/erikbeans/Rd6WmS8otsI/AAAAAAAABIY/oNyTMFr57G8/s288/erik_headshot.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://selenium-farmer.blogspot.com/2009/02/how-to-make-selenium-use-google-chrome.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkAAQXw-fSp7ImA9WxRXFUs.&quot;"><id>tag:blogger.com,1999:blog-4828681138243235946.post-1486892447692164658</id><published>2008-10-20T22:20:00.000-07:00</published><updated>2008-10-20T22:59:00.255-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-20T22:59:00.255-07:00</app:edited><title>First Resort Approaches to Testing a Web Application</title><content type="html">Testing a web application is not simply a task of making large selenium integration tests.  In fact, this should be the last thing that you do after getting all of the individual pieces tested.  There are many pieces that go together with completing a test effort for the app.  Creating a variety of small tests can make life a lot easier and can expose bugs during development, early in the life cycle of feature development. &lt;br /&gt;&lt;br /&gt;The following are some areas that you don't want to miss when testing your application:&lt;br /&gt;&lt;br /&gt;One of the first things to do is unit test your Java code.  This is easy for the developers of the features to do as they write methods and classes and check them in.  Unit tests should be set up in a continuous build to expose bugs quickly.&lt;br /&gt;&lt;br /&gt;Today's web apps include a lot of javascript for dynamic features, and sometimes these pieces can comprise a lot of the code that contributes to the feature set of an application.  So, the second most important part of your testing package is to develop JS unit tests for all the classes and method delivered to the browser. &lt;br /&gt;&lt;br /&gt;How do you run these tests.  Selenium can be easily used to load javascript tests and run them.  The key holes into the the javascript here are the getEval function and the runScript function.  In fact, one could develop an entire framework for running JS tests automatically.   Still, using Selenium requires opening up a browser, which takes a relatively long time.  An interesting idea here would be to to develop a service that could extract the javascript interpreter from the rendering engine.  You could send javascript the service with you JS unit tests to adequately test all your javascript. &lt;br /&gt;&lt;br /&gt;The final page rendering is also quite important, because this is what the user sees and what he interacts with.  It's a true test of the user experience.  Having a set of pages that a heavy user of the web application might expect to see should be the goal here.  You can do all of the set up work for these pages using API's or the javascript service and then you can use Selenium to navigate to the expected resulting page.  Selenium can be used to test elements on that page, or an image comparison tool can also be used to test that the page looks as expected to the user. &lt;br /&gt;&lt;br /&gt;Finally, the old fashioned way of Selenium is necessary for a complete integration and sanity check of the entire system.  Basic functionality should be tested to ensure quality.  Remember that limiting the number of large tests for a web application is important for reducing maintenance costs, and for ensuring that the most important pieces of the app are tested.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4828681138243235946-1486892447692164658?l=selenium-farmer.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-DGSTjBKE4WfkTOQoUt-Kaau9jU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-DGSTjBKE4WfkTOQoUt-Kaau9jU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-DGSTjBKE4WfkTOQoUt-Kaau9jU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-DGSTjBKE4WfkTOQoUt-Kaau9jU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SeleniumFarmer/~4/BtUmYvU6po8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://selenium-farmer.blogspot.com/feeds/1486892447692164658/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4828681138243235946&amp;postID=1486892447692164658" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/1486892447692164658?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/1486892447692164658?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SeleniumFarmer/~3/BtUmYvU6po8/first-resort-approaches-to-testing-web.html" title="First Resort Approaches to Testing a Web Application" /><author><name>Erik Beans</name><uri>http://www.blogger.com/profile/07973172193229163609</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://lh4.google.com/image/erikbeans/Rd6WmS8otsI/AAAAAAAABIY/oNyTMFr57G8/s288/erik_headshot.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://selenium-farmer.blogspot.com/2008/10/first-resort-approaches-to-testing-web.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYBRno9eCp7ImA9WxRTGE8.&quot;"><id>tag:blogger.com,1999:blog-4828681138243235946.post-933514401048469601</id><published>2008-09-07T15:33:00.000-07:00</published><updated>2008-09-07T15:39:17.460-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-07T15:39:17.460-07:00</app:edited><title>Why a Selenium Farmer</title><content type="html">For my first blog post, I figured that I should talk a little bit about myself and what it means to be a Selenium Farmer at Google.  I first got introduced to Selenium because some people I knew embraced this tool as the golden goose for testing web applications.  Selenium could be the powerful tool we needed to use to create large scale integration tests and automate the manual tester out of the picture.  Selenium's ability to automate the web browser was unparalleled and extremely powerful.  It took the place of a user and could do anything that a manual tester could do at a larger scale, a lot faster, more reliably, and for a lot less money to a company.  It was a thrilling technology and investment in it was made.&lt;br /&gt;&lt;br /&gt;In practice, Selenium isn't the perfect tool for all testing.  It leaves a bit to be desired in some of its abilities and functionalities, however it carries great potential and as an open source project, it is thrilling that anyone can be a part of contributing to the effort.  At first an end user of the Selenium Remote Control, I was able to see some of the things that Selenium lacked, and I wanted to make myself a part of making the tool better.  I wanted to be at the head of the effort to make it the chosen option for large tests for web applications.  So, I made my debut as an open source community developer by contributing to this project.&lt;br /&gt;&lt;br /&gt;I have a unique opportunity to see some of the issues that people have while using Selenium because I am a software engineer at Google.  I get the chance to interact with Selenium test developers in a large and tightly knit community.  Google's web applications are at the cutting edge of browser capability and test engineers there are at the cutting edge of testing these products.  Consequently, Selenium, as one of the many testing tools used for exercising web products, is constantly being pushed to its limits.  I get to see what works well and what doesn't from a first hand perspective, and I get to work on fixing these issues for my community and for others.  I have a unique view into Google's Selenium Farm, which was the first major effort to do wide spread Selenium test distribution.&lt;br /&gt;&lt;br /&gt;With this knowledge, I am writing this blog to share my experiences and my thoughts for the industry.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4828681138243235946-933514401048469601?l=selenium-farmer.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5SEqK99_VJ0zpsPWCiEGihiSz8k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5SEqK99_VJ0zpsPWCiEGihiSz8k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5SEqK99_VJ0zpsPWCiEGihiSz8k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5SEqK99_VJ0zpsPWCiEGihiSz8k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SeleniumFarmer/~4/1Gb8ZgQOIiE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://selenium-farmer.blogspot.com/feeds/933514401048469601/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4828681138243235946&amp;postID=933514401048469601" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/933514401048469601?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4828681138243235946/posts/default/933514401048469601?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SeleniumFarmer/~3/1Gb8ZgQOIiE/why-selenium-farmer.html" title="Why a Selenium Farmer" /><author><name>Erik Beans</name><uri>http://www.blogger.com/profile/07973172193229163609</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="27" height="32" src="http://lh4.google.com/image/erikbeans/Rd6WmS8otsI/AAAAAAAABIY/oNyTMFr57G8/s288/erik_headshot.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://selenium-farmer.blogspot.com/2008/09/why-selenium-farmer.html</feedburner:origLink></entry></feed>

