<?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/"
	>

<channel>
	<title>João Prado Maia's Weblog &#187; HttpWatch</title>
	<atom:link href="http://pessoal.org/blog/category/httpwatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://pessoal.org/blog</link>
	<description></description>
	<lastBuildDate>Sat, 02 Oct 2010 01:04:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Follow-up on HttpWatch integration with Selenium</title>
		<link>http://pessoal.org/blog/2008/07/03/follow-up-on-httpwatch-integration-with-selenium/</link>
		<comments>http://pessoal.org/blog/2008/07/03/follow-up-on-httpwatch-integration-with-selenium/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 19:23:51 +0000</pubDate>
		<dc:creator>jpm</dc:creator>
				<category><![CDATA[HttpWatch]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://pessoal.org/blog/?p=107</guid>
		<description><![CDATA[Simon Perkins of Simtec Ltd (makers of the HttpWatch plugin for Internet Explorer that I mentioned before) was kind enough to get in touch with me via email about my wishlist for YSlow / HttpWatch / AOL Pagetest. He wasn&#8217;t familiar with Selenium, but said that it might be possible to hook up HttpWatch to [...]]]></description>
			<content:encoded><![CDATA[<p>Simon Perkins of Simtec Ltd (makers of the <a href="http://httpwatch.com">HttpWatch</a> plugin for Internet Explorer that I mentioned before) was kind enough to get in touch with me via email about my wishlist for YSlow / HttpWatch / AOL Pagetest.</p>
<p>He wasn&#8217;t familiar with Selenium, but said that it might be possible to hook up HttpWatch to retrieve performance data dynamically. He pointed to a <a href="http://www.marekj.com/2008/04/using-httpwatch-with-watir/">blog post</a> describing how to do so with <a href="http://wtr.rubyforge.org/">Watir</a>, an automated web testing tool written in Ruby. Simtec even has a <a href="http://httpwatch.com/rubywatir/">tutorial about this</a> on their own web site.</p>
<p>While that does sound interesting, it looks like Watir interfaces with HttpWatch with a COM object on Windows, and that&#8217;s how it gets the performance information.</p>
<p>The way to do this integration with <a href="http://selenium.openqa.org/">Selenium</a> would be to expose a set of JavaScript APIs (maybe the same set of objects available through the COM layer?), so one could write JavaScript code to export the HttpWatch information. That&#8217;s really what I would love to see.</p>
<p>If that was available, I could write a simple <a href="http://selenium-rc.openqa.org/">Selenium RC</a> test suite in PHP, remote control a set of browsers from my Linux box, and get access to this performance data from HttpWatch by simply running some JavaScript function.</p>
]]></content:encoded>
			<wfw:commentRss>http://pessoal.org/blog/2008/07/03/follow-up-on-httpwatch-integration-with-selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

