<?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>Viva la Chipperfish</title>
	<atom:link href="http://www.jrandolph.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jrandolph.com/blog</link>
	<description>software development and testing</description>
	<lastBuildDate>Fri, 09 Oct 2009 14:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Future of Web App Testing (and How to Stop It)</title>
		<link>http://www.jrandolph.com/blog/2009/10/09/the-future-of-web-app-testing-and-how-to-stop-it/</link>
		<comments>http://www.jrandolph.com/blog/2009/10/09/the-future-of-web-app-testing-and-how-to-stop-it/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:11:45 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[chicago]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=73</guid>
		<description><![CDATA[<p>At the May 28th meeting of the Chicago JavaScript Meetup, I gave the following presentation on trends in web development, and how it&#8217;ll affect testing.</p>

<p>The talk&#8217;s titled &#8220;The Future of Web App Testing and How to Stop It&#8221;. The first part was a brief history of the Selenium project. In the second part, I talked [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2009/10/09/the-future-of-web-app-testing-and-how-to-stop-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating GUIDs in Two Steps or Less</title>
		<link>http://www.jrandolph.com/blog/2008/04/23/creating-guids-in-two-steps-or-less/</link>
		<comments>http://www.jrandolph.com/blog/2008/04/23/creating-guids-in-two-steps-or-less/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 20:28:21 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2008/04/23/creating-guids-in-two-steps-or-less/</guid>
		<description><![CDATA[<p>If you happen to find yourself needing to create a GUID for your brand new C# program, a Google search for &#8220;Create GUID&#8221; is the first reasonable thing you might do. Here&#8217;s my summary after doing the same&#8230;
First off, in the &#8220;Truth in Advertising&#8221; department, the best link from the top 10 was &#8220;The Quick [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2008/04/23/creating-guids-in-two-steps-or-less/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Testing &#8212; Mission Impossible?</title>
		<link>http://www.jrandolph.com/blog/2008/04/04/testing-mission-impossible/</link>
		<comments>http://www.jrandolph.com/blog/2008/04/04/testing-mission-impossible/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:18:31 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2008/04/04/a-quote-worth-repeating/</guid>
		<description><![CDATA[<p>&#8230; test automation created by a siloed QA team working in isolation to reverse-engineer existing software and automate tests against an untestable UI using proprietary tools accessible only to a few select team members is guaranteed to be incredibly expensive both to create and to maintain, and also ridiculously fragile.</p>

<p>People still do that?! :-) No [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2008/04/04/testing-mission-impossible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A web 2.0 app for uploading and running remote Python code snippets?</title>
		<link>http://www.jrandolph.com/blog/2008/03/13/a-web-20-app-for-uploading-and-running-remote-python-code-snippets/</link>
		<comments>http://www.jrandolph.com/blog/2008/03/13/a-web-20-app-for-uploading-and-running-remote-python-code-snippets/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 19:01:18 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2008/03/13/a-web-20-app-for-uploading-and-running-remote-python-code-snippets/</guid>
		<description><![CDATA[<p>I know I read about this on reddit within the last week or so&#8230; But I just can&#8217;t find it! My Google-fu is failing me! Grrrrr.
There was a general upload text area form where you copy in your code snippet. You then select the language from a drop down, and click submit. In the commentary [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2008/03/13/a-web-20-app-for-uploading-and-running-remote-python-code-snippets/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Annoucement: Selenium Users&#8217; Meetup &#8211; Monday, February 25 2008</title>
		<link>http://www.jrandolph.com/blog/2008/02/20/selenium-users-meetup/</link>
		<comments>http://www.jrandolph.com/blog/2008/02/20/selenium-users-meetup/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 01:26:15 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2008/02/20/selenium-users-meetup/</guid>
		<description><![CDATA[<p>I&#8217;ll be attending the Selenium Users Open Evening this Monday, February 25. The event will be at the Google campus in Mountain View, California. Most of the core Selenium development team will be in attendance, traveling from as far away as Tokyo and London. Here&#8217;s a blurb about it from the sign-up page :</p>

<p>With representatives [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2008/02/20/selenium-users-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is why I love JavaScript and Python, but not Java</title>
		<link>http://www.jrandolph.com/blog/2008/01/29/fun-end-of-programming/</link>
		<comments>http://www.jrandolph.com/blog/2008/01/29/fun-end-of-programming/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 22:02:38 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2008/01/29/fun-end-of-programming/</guid>
		<description><![CDATA[<p>&#8220;Exploratory programming is the fun end of programming, and we hope that will be the guiding  principle of the Arc community.&#8221;
(arclanguage.org)</p>

<p>Amen! (And when I do have to work with code on the JVM, it&#8217;s via Rhino or Jython.) I don&#8217;t know how much I&#8217;ll use Arc in the future, but I already like its [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2008/01/29/fun-end-of-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me at Google &#8211; the 10 month update</title>
		<link>http://www.jrandolph.com/blog/2007/11/09/me-at-google-the-11-month-update/</link>
		<comments>http://www.jrandolph.com/blog/2007/11/09/me-at-google-the-11-month-update/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 09:20:21 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2007/11/09/me-at-google-the-11-month-update/</guid>
		<description><![CDATA[<p>[update: yeah, I'm lame. Jan 24 to Nov 9 is (rounding up) 10 months, not 11.]</p>

<p>Well, since last I posted&#8230; (~10 months!) I&#8217;ve been pretty busy. I started at Google eight months ago on March 5th, and so far it&#8217;s been great.</p>

<p>In April, I finally got to meet-up with several members of the core Selenium [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2007/11/09/me-at-google-the-11-month-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feeling lucky&#8230; From ThoughtWorker to Noogler</title>
		<link>http://www.jrandolph.com/blog/2007/01/24/feeling-lucky-from-thoughtworker-to-noogler/</link>
		<comments>http://www.jrandolph.com/blog/2007/01/24/feeling-lucky-from-thoughtworker-to-noogler/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 17:13:31 +0000</pubDate>
		<dc:creator>Jason R. Huggins</dc:creator>
				<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/2007/01/24/feeling-lucky-from-thoughtworker-to-noogler/</guid>
		<description><![CDATA[<p>Well, I&#8217;ve had six wonderful years in the land of Thinking and Working (aka &#8220;The Martin Fowler Company&#8220;). Today, however, is my last day at ThoughtWorks. I&#8217;ll be packing up my home in Chicago and joining Google in Mountain View starting in February. My official title there will be &#8220;Software QA Engineer&#8220;, which is ironic, because no serious software tester goes [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2007/01/24/feeling-lucky-from-thoughtworker-to-noogler/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A new litmus test for evaluating Python web frameworks &#8212; What&#8217;s your security policy?</title>
		<link>http://www.jrandolph.com/blog/2006/08/10/a-new-litmus-tests-for-evaluating-python-web-frameworks-whats-your-security-policy/</link>
		<comments>http://www.jrandolph.com/blog/2006/08/10/a-new-litmus-tests-for-evaluating-python-web-frameworks-whats-your-security-policy/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 15:36:47 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=45</guid>
		<description><![CDATA[<p>With the almost daily announcement of new Python-based web frameworks, there needs to be a way to filter the contenders from the pretenders. I&#8217;ve been mulling over the idea of compiling a checklist for evaluating new frameworks. The checklist could also be used by new would-be Python framework creators as a gut check for the [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2006/08/10/a-new-litmus-tests-for-evaluating-python-web-frameworks-whats-your-security-policy/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>On Selenium and language design&#8230;</title>
		<link>http://www.jrandolph.com/blog/2006/08/01/on-selenium-and-language-design/</link>
		<comments>http://www.jrandolph.com/blog/2006/08/01/on-selenium-and-language-design/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 16:57:04 +0000</pubDate>
		<dc:creator>Jason Huggins</dc:creator>
				<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=44</guid>
		<description><![CDATA[<p>Lately, I&#8217;ve had language design on the brain. In short, I&#8217;m working to make Selenium tests Turing complete. Right now, the Selenium Core engine can parse simple command/key-word tests. No looping or conditional logic is provided, natively, out of the box in Selenium Core without using a user extension, like flowControl. Not that it&#8217;s a [...]</p>
]]></description>
		<wfw:commentRss>http://www.jrandolph.com/blog/2006/08/01/on-selenium-and-language-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
