<?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/"
		>
<channel>
	<title>Comments on: How to test your system with real users</title>
	<atom:link href="http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/</link>
	<description>Matt from Aroxo blogs about stuff</description>
	<lastBuildDate>Wed, 06 Jan 2010 22:05:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Rogers</title>
		<link>http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/comment-page-1/#comment-433</link>
		<dc:creator>Matt Rogers</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroxo.com/blog/mattr/index.php/2008/02/14/how-to-test-your-system-with-real-users/#comment-433</guid>
		<description>Hey guys - thanks for your comments!</description>
		<content:encoded><![CDATA[<p>Hey guys &#8211; thanks for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/comment-page-1/#comment-432</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 02 Jul 2008 00:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroxo.com/blog/mattr/index.php/2008/02/14/how-to-test-your-system-with-real-users/#comment-432</guid>
		<description>(comment resubmitted with a correction)
Matt
Thanks for such an articulate article. You have broken down this complex task into some logical steps.
I must say that if your clarity of thought also pervades the aroxo experience, it is time for eBay to start trembling in its socks.
I particularly agree with Jeremy’s insight that not taking offence during OTS testing is vital. I admit it is also difficult. I have been flabbergasted by some of the approaches users take to navigating the web - it beggars belief. But, they are users, and what they do is what is most important. Otherwise, we could just load our sites onto a local server and play with them ourselves.
All the best.</description>
		<content:encoded><![CDATA[<p>(comment resubmitted with a correction)<br />
Matt<br />
Thanks for such an articulate article. You have broken down this complex task into some logical steps.<br />
I must say that if your clarity of thought also pervades the aroxo experience, it is time for eBay to start trembling in its socks.<br />
I particularly agree with Jeremy’s insight that not taking offence during OTS testing is vital. I admit it is also difficult. I have been flabbergasted by some of the approaches users take to navigating the web &#8211; it beggars belief. But, they are users, and what they do is what is most important. Otherwise, we could just load our sites onto a local server and play with them ourselves.<br />
All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil Megidish</title>
		<link>http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/comment-page-1/#comment-431</link>
		<dc:creator>Gil Megidish</dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroxo.com/blog/mattr/index.php/2008/02/14/how-to-test-your-system-with-real-users/#comment-431</guid>
		<description>Great article! The most painful part of software development (usually the last 20% :) split into four test phases and analyzed. It&#039;s all very true and I&#039;m glad somebody shared his view.

I learned (the hard way) the usefulness and demand of unittests and regression tests. Especially when you&#039;re a single person wearing all the hats, including the development and web design. Each to-do list of mine is sectioned with all regression tests appearing at the bottom. I cannot move to the next batch of tasks until I finish all tests in automatic fashion. I said, the hard way. :)

Keep up the great work! :)

-- gil</description>
		<content:encoded><![CDATA[<p>Great article! The most painful part of software development (usually the last 20% <img src='http://www.aroxo.com/blog/mattr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  split into four test phases and analyzed. It&#8217;s all very true and I&#8217;m glad somebody shared his view.</p>
<p>I learned (the hard way) the usefulness and demand of unittests and regression tests. Especially when you&#8217;re a single person wearing all the hats, including the development and web design. Each to-do list of mine is sectioned with all regression tests appearing at the bottom. I cannot move to the next batch of tasks until I finish all tests in automatic fashion. I said, the hard way. <img src='http://www.aroxo.com/blog/mattr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Keep up the great work! <img src='http://www.aroxo.com/blog/mattr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211; gil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.aroxo.com/blog/mattr/2008/02/14/how-to-test-your-system-with-real-users/comment-page-1/#comment-430</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroxo.com/blog/mattr/index.php/2008/02/14/how-to-test-your-system-with-real-users/#comment-430</guid>
		<description>Great article, I&#039;m about to release my company&#039;s public beta (online video platform) and I agree that getting as many outside opinions as possible is a great thing. No offense taken on any hardcore &quot;negative&quot; feedback is very important. Keep up the great work Aroxo!</description>
		<content:encoded><![CDATA[<p>Great article, I&#8217;m about to release my company&#8217;s public beta (online video platform) and I agree that getting as many outside opinions as possible is a great thing. No offense taken on any hardcore &#8220;negative&#8221; feedback is very important. Keep up the great work Aroxo!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
