<?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: Celerity: first impressions</title>
	<atom:link href="http://watirmelon.com/2009/08/31/celerity-first-impressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/</link>
	<description>A 93% Watir Based Blog by Alister Scott</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:55:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Alister Scott</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-3068</link>
		<dc:creator><![CDATA[Alister Scott]]></dc:creator>
		<pubDate>Thu, 02 Jun 2011 11:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-3068</guid>
		<description><![CDATA[Sorry I haven&#039;t seen this issue.]]></description>
		<content:encoded><![CDATA[<p>Sorry I haven&#8217;t seen this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-3032</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Wed, 18 May 2011 12:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-3032</guid>
		<description><![CDATA[Hi,

This is really useful. I am doing a spike to use celerity for some of our automated tests. However Celerity hangs forever when trying to click a button. Any thoughts on this please? I am using jruby1.5.6 on a fedora box.

My sample code:

require &#039;rubygems&#039;
require &quot;celerity&quot;
require &quot;rspec&quot;
browser = Celerity::Browser.new

browser.goto(url)
browser.text_field(:name, &#039;username&#039;).set(&#039;username&#039;)
browser.text_field(:name, &#039;password&#039;).set(&#039;password&#039;)
browser.button(:id=&gt;&#039;signinButton&#039;, :title=&gt;&#039;Sign in&#039;).click
browser.title.should == expected_title]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is really useful. I am doing a spike to use celerity for some of our automated tests. However Celerity hangs forever when trying to click a button. Any thoughts on this please? I am using jruby1.5.6 on a fedora box.</p>
<p>My sample code:</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8220;celerity&#8221;<br />
require &#8220;rspec&#8221;<br />
browser = Celerity::Browser.new</p>
<p>browser.goto(url)<br />
browser.text_field(:name, &#8216;username&#8217;).set(&#8216;username&#8217;)<br />
browser.text_field(:name, &#8216;password&#8217;).set(&#8216;password&#8217;)<br />
browser.button(:id=&gt;&#8217;signinButton&#8217;, :title=&gt;&#8217;Sign in&#8217;).click<br />
browser.title.should == expected_title</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lightbody</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-459</link>
		<dc:creator><![CDATA[Patrick Lightbody]]></dc:creator>
		<pubDate>Sat, 17 Oct 2009 12:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-459</guid>
		<description><![CDATA[Guy,
My company, BrowserMob, is now rolling out a load testing solution that includes support for something very similar to Celerity. So in addition to our real browser load testing service (which is based on Selenium) and our virtual user testing (which is raw HTTP), we&#039;ll now have this option as well.

If you&#039;re interested in trying it out (we&#039;re looking for beta testers), please let us know by dropping a note to support@browsermob.com

Patrick]]></description>
		<content:encoded><![CDATA[<p>Guy,<br />
My company, BrowserMob, is now rolling out a load testing solution that includes support for something very similar to Celerity. So in addition to our real browser load testing service (which is based on Selenium) and our virtual user testing (which is raw HTTP), we&#8217;ll now have this option as well.</p>
<p>If you&#8217;re interested in trying it out (we&#8217;re looking for beta testers), please let us know by dropping a note to <a href="mailto:support@browsermob.com">support@browsermob.com</a></p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister Scott</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-458</link>
		<dc:creator><![CDATA[Alister Scott]]></dc:creator>
		<pubDate>Sat, 17 Oct 2009 08:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-458</guid>
		<description><![CDATA[You could simply use a version control system and check out the same script onto multiple machines.
The script could have a loop from/until a certain time to ensure synchronization.]]></description>
		<content:encoded><![CDATA[<p>You could simply use a version control system and check out the same script onto multiple machines.<br />
The script could have a loop from/until a certain time to ensure synchronization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-457</link>
		<dc:creator><![CDATA[Guy]]></dc:creator>
		<pubDate>Wed, 14 Oct 2009 11:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-457</guid>
		<description><![CDATA[I find this entry as very useful. I&#039;m looking for a way to run celerity on few machines on the same time to do basic load testing. Does celerity support such a feature? Is this feasible idea? 
Alister - Your post are extremely handy. keep on update with great ideas.

Many Thanks,

Guy]]></description>
		<content:encoded><![CDATA[<p>I find this entry as very useful. I&#8217;m looking for a way to run celerity on few machines on the same time to do basic load testing. Does celerity support such a feature? Is this feasible idea?<br />
Alister &#8211; Your post are extremely handy. keep on update with great ideas.</p>
<p>Many Thanks,</p>
<p>Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister Scott</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-373</link>
		<dc:creator><![CDATA[Alister Scott]]></dc:creator>
		<pubDate>Sun, 06 Sep 2009 21:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-373</guid>
		<description><![CDATA[Thanks for your comments Patrick. The idea of running this in the cloud sounds very exciting and promising.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your comments Patrick. The idea of running this in the cloud sounds very exciting and promising.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lightbody</title>
		<link>http://watirmelon.com/2009/08/31/celerity-first-impressions/#comment-372</link>
		<dc:creator><![CDATA[Patrick Lightbody]]></dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://watirmelon.com/?p=310#comment-372</guid>
		<description><![CDATA[I&#039;m really glad to see people considering alternatives besides standard protocol-focussed tools (JMeter, Apache Bench, etc) when it comes to load testing. Celerity is backed by HtmlUnit, a very nice browser simulator. It has a few quirks (ie: doesn&#039;t do concurrent object download, some JS libs break it, etc) but it&#039;s improving every day. 

At BrowserMob, we chose to simply use the power of EC2 to allow us to drive as many real browsers as possible. As you noted, running 30 on a single machine will break it, so we ended up taking a very conservative path: 1 browser per 1 CPU core + 1 GB of RAM. The great thing about EC2 is the prices are still pretty low, so we can pass the savings on to our customers and be one of the lowest cost load testing services out there.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m really glad to see people considering alternatives besides standard protocol-focussed tools (JMeter, Apache Bench, etc) when it comes to load testing. Celerity is backed by HtmlUnit, a very nice browser simulator. It has a few quirks (ie: doesn&#8217;t do concurrent object download, some JS libs break it, etc) but it&#8217;s improving every day. </p>
<p>At BrowserMob, we chose to simply use the power of EC2 to allow us to drive as many real browsers as possible. As you noted, running 30 on a single machine will break it, so we ended up taking a very conservative path: 1 browser per 1 CPU core + 1 GB of RAM. The great thing about EC2 is the prices are still pretty low, so we can pass the savings on to our customers and be one of the lowest cost load testing services out there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

