<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Testing Web Sites</title>
	
	<link>http://www.testing-web-sites.co.uk</link>
	<description>Advice for project managers and Internet professionals who have to test websites</description>
	<lastBuildDate>Thu, 17 Jun 2010 22:11:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TestingWebSites" /><feedburner:info uri="testingwebsites" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TestingWebSites</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>That Bug You Reported – It’s Fixed!</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/YFCIgekKqdk/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/06/17/that-bug-you-reported-its-fixed/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 22:10:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hints and tips]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=486</guid>
		<description><![CDATA[<p></p>
<p>I thought I would share this small piece of advice. It might be obvious to a lot of people but is not always apparent or sometimes we forget or even run out of time to pay enough attention to it.</p>
<p>The advice is simply this:</p>
<p>When you report a bug or issue and the developer tells you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F06%2F17%2Fthat-bug-you-reported-its-fixed%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F06%2F17%2Fthat-bug-you-reported-its-fixed%2F" height="61" width="51" /></a></div><p><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/06/wheel-fell-off-300x225.jpg" alt="wheel-fell-off" title="wheel-fell-off" width="300" height="225" class="alignnone size-medium wp-image-488" /></p>
<p><strong>I thought I would share this small piece of advice. It might be obvious to a lot of people but is not always apparent or sometimes we forget or even run out of time to pay enough attention to it.</strong></p>
<p>The advice is simply this:</p>
<p>When you report a bug or issue and the developer tells you it&#8217;s fixed, always check that it is actually fixed.</p>
<h2>Sounds obvious doesn&#8217;t it?</h2>
<p>Think back to times when you have taken the word of the developer that a particular bug has been fixed and decided not to test it or verify that it had actually been completed. Ok, it sounds a bit strong that you knowingly decided not to test the bug fix, you could have been swayed by a couple of factors. Perhaps that developer has always fixed bugs satisfactorily in the past or maybe you didn&#8217;t have the time to check the bug had been fixed properly and so gambled that it had been fully dealt with.</p>
<p>Whatever the reasons the result is that the bug fix did not get checked out and verified. For many issues, the fix put in place would simply have worked and that would be the end of the matter. That particular bug would never be heard of again, the gamble paid off.</p>
<p>But what are the chances that the fix did not work, or created a new previously undetected bug or that the developer misinterpreted the bug report and his or her fix is not what you expected. In my experience, the chances of things like this happening are pretty good (website testers are such a pessimistic bunch).</p>
<p><span id="more-486"></span></p>
<p>On occasion, bug &#8216;fixes&#8217; like this actually have a bigger impact on the website than the original bug. They can make the situation worse rather than better. A minor bug that is improperly fixed can have a much bigger effect and without testing and verifying it properly you don&#8217;t know if that has happened this time or not.</p>
<h2>Fixing A Bug And Making It Worse</h2>
<p>To illustrate how it is easy to fix a bug and make it worse, consider the following.</p>
<p>Some work I have been managing recently involved using a fairly simple script. The way the script works is that you send a series of locations to it, in the form of a CSV file, and the script fetches data about each of those locations, which is then uploaded to an email marketing system.</p>
<p>The data that is returned by the script is dropped into personalised emails, which are regularly sent to thousands or even tens of thousands of people at a time.</p>
<p>The script is not the greatest of solutions but it is a fairly quick and straightforward piece of programming, which generally works well.</p>
<p>I reported a bug that for one particular location, no data was being returned by the script. We had to manually add the data for that one location, which was frustrating and time consuming but not the end of the world. A developer investigated the bug and soon after pronounces the issue fixed. The information is relayed to me that the bug is fixed. Everyone rejoices (not really, everyone just gets on with the next job).</p>
<p>When I check the script over, send some location data to it and review the results I find that data is indeed now being returned for the offending location. However, it is the wrong data. There are 2 locations in that particular city and the script is returning data for the other location.</p>
<p>Just to recap, the original bug was that no data was returned by the script for that single location. An inconvenience in that the missing data had to be manually added. The bug &#8216;fix&#8217; has actually introduced a 2nd bug, which is that the incorrect data is now being returned for that single location, a more significant bug than the previous one if it went unnoticed, as thousands of individuals would have had incorrect personalisation details incorporated into emails they received from the organisation creating a great deal of confusion.</p>
<p>It just goes to show that when someone tells you a bug has been fixed, please always check. Something may indeed have been fixed, just not always what you anticipated. On occasion, the situation may have actually been made worse and not better.</p>
<p><em>I am sure that there are lots of similar stories to this one where a bug fix did not fix the bug but perhaps made it worse. Feel free to share any in the comments.</em></p>
<p>Image credit <a href="http://www.flickr.com/photos/bensutherland/">BenSutherland</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=YFCIgekKqdk:QHjtK8kOgYU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=YFCIgekKqdk:QHjtK8kOgYU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=YFCIgekKqdk:QHjtK8kOgYU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=YFCIgekKqdk:QHjtK8kOgYU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/YFCIgekKqdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/06/17/that-bug-you-reported-its-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/06/17/that-bug-you-reported-its-fixed/</feedburner:origLink></item>
		<item>
		<title>How To Write A Test Plan</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/sPF4LCGj_zg/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/05/29/how-to-write-a-test-plan/#comments</comments>
		<pubDate>Sat, 29 May 2010 13:25:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[accessibility testing]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[test plan]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=470</guid>
		<description><![CDATA[<p>As a website is being built, the step of writing or putting together a test plan is often skipped entirely and testing just &#8216;begins&#8217;. If a test plan is done then it is often completed immediately prior to testing and completed too quickly.</p>
<p>This ad hoc approach to testing means that it is possible to miss [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F05%2F29%2Fhow-to-write-a-test-plan%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F05%2F29%2Fhow-to-write-a-test-plan%2F" height="61" width="51" /></a></div><p>As a website is being built, the step of writing or putting together a test plan is often skipped entirely and testing just &#8216;begins&#8217;. If a test plan is done then it is often completed immediately prior to testing and completed too quickly.</p>
<p>This ad hoc approach to testing means that it is possible to miss large sections of functionality and not be able to fully consider all permutations or variations of events and actions that need to be tested.</p>
<p>For most websites, there is a fairly long list of items that need to be tested as part of any new website development and in order to know what to test, when you tested it and whether those tests passed or failed, it is best to make a proper plan.</p>
<p>We are going to show you how to write a simple and straightforward test plan, which will provide a more systematic method for testing your website but the process outlined below is still essentially a manual one. We are not yet moving into using software tools to help identify and run tests, nor are we covering automated testing here, although I hope to write a post on these aspects in due course.</p>
<p><span id="more-470"></span></p>
<h2>Writing A Test Plan</h2>
<p>A typical test plan should identify all the areas of the website that you need to test before it launches, which you then follow through to conduct your testing, making notes of when you completed the test and adding any bug or issue reports to your <a href="http://www.testing-web-sites.co.uk/2010/04/10/bug-tracking-software-options/">bug tracking software</a> along the way.</p>
<p>Start off with getting all the main sections down in a spreadsheet, divided between front end and admin or CMS if the website has one.</p>
<p>Then, start to break each main section down into the constituent parts that you need to test, concentrate on the important parts of the website first such as the home page, which is likely to be one of the most visited pages and the main areas of functionality, which are most likely to be the most used.</p>
<p>For instance, in the case of an ecommerce site, this would include individual tests for items such as adding products to the shopping basket, removing products from the shopping basket, updating the shopping basket quantities, being able to enter the checkout process and completing the checkout process (depending on your website there may be several steps to test within the checkout process).</p>
<p>You should be asking yourself questions for when you start testing the checkout process from the point of view of the user such as:</p>
<ul>
<li>Can I complete my order?</li>
<li>Can I go back and amend my order?</li>
<li>Do I understand where I am in the checkout process?</li>
<li>Can I clearly see what I am ordering and how much it will cost, including delivery and taxes?</li>
<li>Do I get a receipt or email confirmation?</li>
</ul>
<p>As the owner of the website there will be different questions such as:</p>
<ul>
<li>Does the payment processing work correctly?</li>
<li>What happens if the incorrect card details are entered?</li>
<li>Does the order confirmation process work correctly?</li>
</ul>
<p>And so on, when putting a testing plan together you are testing the website from the point of view of the user and also from the point of view of the owner or operator of the website. You may also have specific usability testing lined up but the primary reason for the test plan as far as this blog post is concerned is to test the functional aspects of the website to ensure they work correctly. Does the website do what it says it does? For instance, if the checkout process displays the order details including taxes and delivery then does it show the correct details for both tax and delivery?</p>
<p>Another important area to test is the site search or product search, as this is likely to be used a lot on the website.</p>
<p>Make sure that you <a href="http://www.testing-web-sites.co.uk/2009/07/25/how-to-test-web-forms-in-7-steps/">test all the forms</a> within the website, such as enquiry forms and newsletter signup forms. Test that the form can only be submitted after the mandatory fields have been completed and that the form is emailed to the correct email address or saved to the database correctly.</p>
<p>Once you go through and think about each section of the website along the lines of the above then you should have compiled a decent list in your spreadsheet of areas and items to test. Add columns for each browser that you need to test each item on, which will be the web browsers that you have agreed to support as part of the project. This would normally cover the major web browsers such as IE6, IE7, IE8, Firefox 3, Chrome and Safari but may include others too depending on the usage of your target market (or existing audience if you have those statistics). There are a range of <a href="http://www.testing-web-sites.co.uk/testing-tools/browser-checking-tools/">browser checking tools</a> that can help you with this aspect.</p>
<p>For the admin system or CMS that powers the website, add a row to your test plan for each function. Going back to our ecommerce example, this means that there would be tests for add new product, edit existing product, remove product, view order, edit tax rate, etc. depending on what the system was capable of.</p>
<p>You could break these tests down further to test individual elements of adding a new product. For instance, is there validation present to check that mandatory fields are filled in when adding a product? Does the product image have to be a certain size or dimensions? Does the product title have to be shorter than a certain number of characters? All these items could occupy separate rows in your test plan.</p>
<p>Of course, if you were to break your test plan down to this extent for a large website or CMS then the result will be a long spreadsheet of items to test, which will take a great deal of time to test effectively. You will need to decide whether you have the time available to test in this level of detail or if some areas can be tested more quickly.</p>
<p>A few other items that you may wish to make sure you have as part of every test plan are the following, in no particular order:</p>
<ul>
<li>Ensure your HTML and CSS code validates to W3C guidelines</li>
<li>Test accessibility of the website</li>
<li>Test the SEO items that you have planned for to make sure they are in place</li>
<li>Test against the specification for the project that was signed off to ensure that everything has been completed that was agreed</li>
<li>Test against designs and/or wireframes or prototype html mockups that were completed to make sure the finished website matches the signed off designs or wireframes</li>
<li>Take into account any changes requested (should be in the form of change control documents)</li>
<li>Complete any security tests that are required</li>
</ul>
<p>You may wish to have a look at our list of <a href="http://www.testing-web-sites.co.uk/2010/04/03/10-different-forms-of-website-testing/">10 different forms of website testing</a> to make sure you have covered everything. The list can go on indefinitely, there is always something that can be tested a bit more, but at some point it has to be halted at a relevant point otherwise the testing will never get done.</p>
<h2>List or Flow Chart?</h2>
<p>Some aspects of the website lend themselves to having a flow chart in place that describes all the permutations or possibilities that need to be tested. This is especially helpful if one action then presents another set of possibilities. When testing without a flow chart it can become extremely difficult to remember which permutations you have tested and which you have not.</p>
<p>Having a flow chart or mindmap worked out that shows you all the possibilities allows you to think more clearly about what you are testing, what you expect the outcome to be and understand what you have tested and what is remaining to test.</p>
<h2>Conclusion</h2>
<p>If there is too much testing to do for one person then divide it up amongst other people with instructions on what you want testing and what to do with bugs when they are found. Make sure they follow their bit of the test plan and feed back on what they find, handing bugs to you or inputting them into your bug tracking software themselves.</p>
<p>As you test then fill in the test plan to show what you tested and when. If you keep the document client friendly then it can be shown as proof of what testing was completed prior to launch.</p>
<p>Testing is a vital part of any website development and having a decent plan before you start testing saves a great deal of time and effort whilst making sure that all the required testing gets done.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPF4LCGj_zg:cdkx9hz2ggw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPF4LCGj_zg:cdkx9hz2ggw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPF4LCGj_zg:cdkx9hz2ggw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPF4LCGj_zg:cdkx9hz2ggw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/sPF4LCGj_zg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/05/29/how-to-write-a-test-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/05/29/how-to-write-a-test-plan/</feedburner:origLink></item>
		<item>
		<title>Benefits of Outsourcing Website Testing</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/Dv2hNK5hIUM/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/05/08/benefits-of-outsourcing-website-testing/#comments</comments>
		<pubDate>Sat, 08 May 2010 21:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[functional testing]]></category>
		<category><![CDATA[outsourcing testing]]></category>
		<category><![CDATA[testing web sites]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=459</guid>
		<description><![CDATA[<p>Over on my main company website and blog, www.webdepend.co.uk, I&#8217;ve put up a post aimed at graphic design agencies but may relate to many types of agencies or organisations that produce websites and experience bottlenecks when it comes to fully testing and launching those sites.</p>
<p>I go on to suggest some solutions but what I really [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F05%2F08%2Fbenefits-of-outsourcing-website-testing%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F05%2F08%2Fbenefits-of-outsourcing-website-testing%2F" height="61" width="51" /></a></div><p>Over on my main company website and blog, <a href="http://www.webdepend.co.uk/">www.webdepend.co.uk</a>, I&#8217;ve put up a post aimed at graphic design agencies but may relate to many types of agencies or organisations that produce websites and experience bottlenecks when it comes to fully testing and launching those sites.</p>
<p>I go on to suggest some solutions but what I really wanted to put across to graphic design agencies are what I see as the benefits of outsourcing their website testing to an external company.</p>
<p>The benefits put forward in that post may be arguments that you agree or disagree with. Either way, I would be interested to gain your feedback &#8211; would you consider or do you outsource any testing to another party or do you intend on making sure that all testing remains in-house? What are the pros and cons of either approach in your view?</p>
<p>You can read the full post here:</p>
<p><a href="http://www.webdepend.co.uk/2010/05/08/website-testing-problems-for-graphic-design-agencies/">http://www.webdepend.co.uk/2010/05/08/website-testing-problems-for-graphic-design-agencies/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=Dv2hNK5hIUM:d30wTgVw2LA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=Dv2hNK5hIUM:d30wTgVw2LA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=Dv2hNK5hIUM:d30wTgVw2LA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=Dv2hNK5hIUM:d30wTgVw2LA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/Dv2hNK5hIUM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/05/08/benefits-of-outsourcing-website-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/05/08/benefits-of-outsourcing-website-testing/</feedburner:origLink></item>
		<item>
		<title>Bug Tracking Software Options</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/PZEW81dudZs/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/04/10/bug-tracking-software-options/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 13:16:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[issue tracking]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=450</guid>
		<description><![CDATA[<p>An area that has not been looked at in much detail yet on this blog is what software or tools you can use to record and track bugs, issues or defects that you find when testing a website.</p>
<p>One of the first posts I wrote, which described a typical Web Testing process, mentioned that a bug [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F04%2F10%2Fbug-tracking-software-options%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F04%2F10%2Fbug-tracking-software-options%2F" height="61" width="51" /></a></div><p><strong>An area that has not been looked at in much detail yet on this blog is what software or tools you can use to record and track bugs, issues or defects that you find when testing a website.</strong></p>
<p>One of the first posts I wrote, which described <a href="http://www.testing-web-sites.co.uk/2009/07/20/a-typical-web-testing-process/">a typical Web Testing process</a>, mentioned that a bug tracking system &#8216;can be hugely beneficial, as you can set priorities for each bug and then understand how many bugs you have at each priority level. It gives you a much better understanding of how many bugs you have to fix before you can launch and calculate how long you expect that process to take.&#8217;</p>
<p>There are a good range of bug tracking applications out there, a lot of them web-based, which are vital when tracking bugs and associated information about each issue. Here we take a look at 4 of the main players in bug tracking software, which are also available in our <a href="http://www.testing-web-sites.co.uk/testing-tools/software-testing-tools/">Testing Tools Directory</a>.</p>
<h3>Why Use Bug Tracking Software?</h3>
<p>Once you start testing a website you can come up with all sorts of bugs and issues that need addressing. I&#8217;m talking a bit more than the odd typo or broken image. Perhaps you find problems with the site search returning strange results or the checkout process not working correctly or there are specific issues in different browsers that work fine in other browsers. There are several different reasons to use an application that tracks bugs and feature requests.</p>
<p><span id="more-450"></span></p>
<h4>Complicated Bugs</h4>
<p>As bugs start to get a little more complex it is important to hand the developer all of the required details about each bug so that he or she can fix it in a reasonable amount of time, without chasing around trying to reproduce it or get a screenshot or URL showing where that bug was found. Bug tracking software gives you a structured format to report bugs so that you include the URL where you found the bug, provide a full description and a screenshot and what browser or operating system you were using. These details will shorten the amount of time that a developer needs in order to squash the bug and improve their productivity. Get more bugs squashed in less time.</p>
<h4>Lots of Bugs</h4>
<p>Alongside the complicated bugs will still be the relatively quick and simple items to fix such as the odd layout problem, typo, broken image or link, etc. These bugs, whilst they do need to be fixed, are sometimes not as important as other bugs and, when presented in a list or on a spreadsheet, can often be completed ahead of more important items because the developer naturally follows the list through from start to finish. Bug tracking software allows you to prioritise bugs so that developers work on the most critical issues first and leave the less important bugs until later. Rearranging priorities in a list or on a spreadsheet gets too cumbersome when dealing with a large number of bugs but issue tracking software handles this aspect with ease.</p>
<h4>Improved Workflow</h4>
<p>With bug tracking software you can assign bugs to different developers so everyone knows what they are working on. Once those bugs are completed then the developer assigns them back to you for checking or verifying. If you are happy you can close the bug, if not then reopen it and give it back to the developer. Do this for each bug and you can understand exactly where each bug is in the process, how many are assigned, how many are to be verified, etc. It allows you to have a much better handle on exactly where your web project is at instead of continually poring over your list or spreadsheet and trying to make an educated guess.</p>
<p>This improved workflow eases pressure on you and your developers and improves productivity because developers can just get on with fixing bugs or working on feature requests. It also means that you are not constantly updating lists and spreadsheets with the latest status of all the bugs reported.</p>
<h4>Bug Archives</h4>
<p>Once bugs are fixed, tested and closed they can be referred to at any time so that you can see when the bug was reported, when it was fixed, who fixed it and what the developer did to fix it (assuming they fill their comments in correctly). This provides an extremely useful archive if you ever need to refer to a particular bug again instead of trying to go back through emails or out of date spreadsheets to find details on that bug or feature request.</p>
<p>Some bug tracking systems allow time tracking so you can see how much time was spent on fixing a bug. Using bug tracking software ensures that developers become more accountable because their comments and times are recorded and can easily be referred to.</p>
<h3>Bug Tracking Software</h3>
<p>Now that we&#8217;ve established what bug tracking software offers and why web project managers and testers should incorporate it as part of most web projects (definitely on all large web projects and probably on most small to medium projects too) let&#8217;s have a look at some of the main bug tracking applications currently being used.</p>
<p>My specific experience is with using Bugzilla so let&#8217;s start with that one.</p>
<h4><a href="http://www.bugzilla.org">Bugzilla</a></h4>
<div id="attachment_453" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bugzilla.org"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/04/bugzilla-300x130.png" alt="Bugzilla - classic open source bug tracking application" title="bugzilla" width="300" height="130" class="size-medium wp-image-453" /></a><p class="wp-caption-text">Bugzilla - classic open source bug tracking application</p></div>
<p>Bugzilla was originally released by Netscape in 1998 and so has been around for a long while now. This open source software is one of the first bug tracking applications that spring to mind and, although it takes some setting up and the interface is a bit tricky to use, it has everything you need to record and track bugs effectively.</p>
<p>It is possible to sidestep the web interface by using a desktop client that synchronizes with the central bugzilla software. My specific experience with bugzilla was using the Deskzilla client on a Mac, which worked well.</p>
<p>As Bugzilla is open source then it is free to use although it needs to be installed and set up on a server in order to be ready to use.</p>
<h4><a href="http://www.unfuddle.com">Unfuddle</a></h4>
<div id="attachment_451" class="wp-caption alignnone" style="width: 310px"><a href="http://www.unfuddle.com"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/04/unfuddle-300x175.png" alt="Unfuddle - web-based bug tracking software" title="unfuddle" width="300" height="175" class="size-medium wp-image-451" /></a><p class="wp-caption-text">Unfuddle - web-based bug tracking software</p></div>
<p>Unfuddle is a hosted bug tracking application that also includes Git hosting and Subversion hosting allowing you to create your own secure code repositories. There are also some project management tools included such as tracking your project against specific milestones and time tracking is available in the more expensive corporate and enterprise packages.</p>
<p>Bugs, issues and feature requests are raised as tickets in the Unfuddle system and each ticket includes workflow management and an audit trail so you can keep track of who made changes to a ticket and when these changes were made.</p>
<p>If you need the code repositories and project tracking functionality along with a straightforward bug tracking system then Unfuddle could be the answer. There is a free package available that includes 1 project for 2 users. After that prices start at $9 per month.</p>
<h4><a href="http://track.edgewall.org">Trac</a></h4>
<div id="attachment_452" class="wp-caption alignnone" style="width: 310px"><a href="http://trac.edgewall.org"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/04/trac-project-300x167.png" alt="Trac - open source issue tracking software with project management tools and a wiki" title="trac project" width="300" height="167" class="size-medium wp-image-452" /></a><p class="wp-caption-text">Trac - open source issue tracking software with project management tools and a wiki</p></div>
<p>Trac is also open source software that combines an issue tracking system with a wiki and project management features such as milestones and being able to document the roadmap for a web project or software development. Trac can also serve as a web interface for version control systems giving you a usable front-end for Subversion or Git.</p>
<p>Tracking progress of individual bugs, issues or feature requests is straightforward with each one having its own numbered ticket with the ability to filter tickets by severity, project component, version or owner. Keeping on top of progress is also easy with the ability to set milestones and being able to see how far you are from reaching each milestone.</p>
<p>Trac has a good set of features and is a lightweight and flexible system that should be very useful for most web development projects. It runs on most operating systems but does require some setting up and this is perhaps its biggest downside that I can see if you want to start tracking bugs straightaway.</p>
<h4><a href="http://www.fogcreek.com/FogBUGZ/">FogBugz</a></h4>
<div id="attachment_454" class="wp-caption alignnone" style="width: 310px"><a href="http://www.fogcreek.com/FogBUGZ"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/04/fogbugz-300x233.png" alt="FogBugz - web-based or installed bug tracking software with large feature set" title="fogbugz" width="300" height="233" class="size-medium wp-image-454" /></a><p class="wp-caption-text">FogBugz - web-based or installed bug tracking software with large feature set</p></div>
<p>FogBugz is available as a hosted application, called FogBugz on demand, or as installed software on either Windows, Mac or Unix operating systems.</p>
<p>There are several parts to FogBugz, the issue tracking section makes it very easy to report bugs and you can even create bugs via email or create bugs quickly without having to fill in everything so you can get the bug into the system. Whilst I think this is a good feature you do need to make sure you go back and complete all the details before you assign the bug to a developer to work on. Everything is saved in a complete case history for future reference.</p>
<p>But issue tracking is not all that Fogbugz does, there is a project planning section where you can outline tasks, break larger tasks into subtasks, enter estimates and set milestones. Fogbugz also has something called Evidence-Based Scheduling, which looks at what tasks are being estimated and how long they actually took to complete and then plot a probability curve to work out whether a milestone can be hit or not. The FogBugz Wiki allows you to keep all project documentation in one place and there are also a whole load of plugins available to extend the functionality plus FogBugz can integrate with another piece of software from the same company (Fog Creek Software) called Kiln, which is a version control system.</p>
<p>FogBugz is the most expensive of the bug tracking software applications featured here with prices starting at $25 per user per month for FogBugz on demand or $999 for 5 users for the installed version of the software.</p>
<h3>Conclusion</h3>
<p>Whichever of the above applications you use, as long as you use one of them and get your workflow organised in terms of how you report, record and assign bugs then you will find that it becomes a breeze to keep track of exactly where you are at in your website testing.  You won&#8217;t miss any issues (as long as they are reported and entered into the bug tracker), you can prioritise showstoppers or critical bugs easily to fix those first and archive completed bugs for future reference.</p>
<p>If I had to pick one of the applications above then I would go for either Unfuddle or FogBugz (on demand) because I like web-based applications as there is nothing really to set up or install. Both of these have a trial although both cost money whereas Bugzilla and Trac are free but require time installing and setting them up on a server.</p>
<p>FogBugz has the better overall feature set and I am intrigued as to how the Evidence-Based Scheduling works, as I have not come across that before. But it terms of a cheap, easy to use, bug tracking system that is ready to go and will do the job, I would pick Unfuddle with the caveat of going for FogBugz if I had a bigger team (and didn&#8217;t mind paying more money).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PZEW81dudZs:mQtsREiU_OM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PZEW81dudZs:mQtsREiU_OM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PZEW81dudZs:mQtsREiU_OM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PZEW81dudZs:mQtsREiU_OM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/PZEW81dudZs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/04/10/bug-tracking-software-options/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/04/10/bug-tracking-software-options/</feedburner:origLink></item>
		<item>
		<title>10 Different Forms of Website Testing</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/PyqHLQ3o8nc/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/04/03/10-different-forms-of-website-testing/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 16:34:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[accessibility testing]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[conversion rate testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[performance testing]]></category>
		<category><![CDATA[security testing]]></category>
		<category><![CDATA[site monitoring]]></category>
		<category><![CDATA[stress testing]]></category>
		<category><![CDATA[usability testing]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=430</guid>
		<description><![CDATA[<p>When I&#8217;m reading blog posts, news articles or Twitter discussions concerning the testing of websites, the article or discussion in question actually relate to a single aspect of testing and gives the impression that there is only one form of website testing that we should be concerned with.</p>
<p>At the moment that testing subject of choice [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F04%2F03%2F10-different-forms-of-website-testing%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F04%2F03%2F10-different-forms-of-website-testing%2F" height="61" width="51" /></a></div><p><strong>When I&#8217;m reading blog posts, news articles or Twitter discussions concerning the testing of websites, the article or discussion in question actually relate to a single aspect of testing and gives the impression that there is only one form of website testing that we should be concerned with.</strong></p>
<p>At the moment that testing subject of choice is known as Conversion Rate Testing, or sometimes called CRO (Conversion Rate Optimisation). This would normally mean that the tests being carried out are Split Tests or Multivariate Tests, using software such as Google Weboptimizer.</p>
<p>Don&#8217;t get me wrong, conversion rate testing is really important and can greatly increase the number of conversions on a particular page, which can raise sales, enquiries, profits or whatever aspect of conversion you are trying to improve.</p>
<p>But there are other forms of testing websites, quite a few in fact, and some that are quite basic that get overlooked. I wanted to give a brief description for each type of testing to help you understand all the areas that can (and should) be tested when launching a new website, rolling out a set of updates or at least checking on a regular basis.</p>
<p><span id="more-430"></span></p>
<h2>Different Forms of Testing</h2>
<h3>Functional testing</h3>
<p>This form of testing aims to ensure that the website works correctly or as it was intended to. You click on a link, does the website display the correct page? You complete a search, does the website return the correct search results? You add a product to the basket, does the website add the correct product to the basket? Functional testing is going through the entire website, including content management system or admin area, to make sure that each function within the website is performing as it should be.</p>
<h3>Browser compatibility testing</h3>
<p>Different web browsers display web pages differently from each other. This is one of the least helpful aspects of the Internet and browser compatibility testing or browser checking involves testing the website on each of the major browsers (or each browser that you have decided to support), which generally includes IE6, IE7, IE8, Firefox 3, Chrome, Safari 3 and Safari 4 on both PCs and Macs. You could possibly include Opera 9 and Opera 10 in that list in addition to testing your website on Linux as well as Windows and OSX. You could also check your analytics to see which browsers are most commonly visiting your site. There are several decent <a href="http://www.testing-web-sites.co.uk/testing-tools/browser-checking-tools/">browser checking tools</a> listed in our testing tools directory.</p>
<h3>Usability testing</h3>
<p>Usability testing assumes that your website works correctly and displays in each major browser correctly. However, a website that functions correctly is not necessarily a usable website for your target audience. Usability testing enables you to show your website to a group of users, ask them to perform certain actions and see how they accomplish those tasks. There are many reasonably priced <a href="http://www.testing-web-sites.co.uk/testing-tools/usability-testing-tools/">usability testing tools</a> on the market that have made this type of testing much more straightforward, many of which are listed in our testing tools directory. It is possible to gain great insight into how people actually use your website and a lot of the experts agree that you can pick up most usability issues when testing with only 5 users.</p>
<h3>Accessibility testing</h3>
<p>Accessibility testing is extremely important to make sure that your website complies with best practice and accessibility guidelines plus legislation surrounding accessible websites, which is in force in both the US and UK. In the US there is <a href="http://www.section508.gov/">Section 508</a>, which is part of the Rehabilitation Act and in the UK we have the <a href="http://www.direct.gov.uk/en/DisabledPeople/RightsAndObligations/DisabilityRights/DG_4001068">Disability Discrimination Act or DDA</a>. A fully accessible website not only benefits those users that would otherwise have difficulty using your website but search engines will also be able to navigate and understand your content more easily, thereby helping your search engine rankings. To help you test your website&#8217;s accessibility there are some <a href="http://www.testing-web-sites.co.uk/testing-tools/validators-and-accessibility-testing-tools/">accessibility testing tools</a> available in our directory although manual testing is still recommended.</p>
<h3>Performance testing</h3>
<p>Performance testing is an area that has always been important but possibly even more so now that Google is starting to incorporate the performance of a website into its ranking algorithms. There used to be an 8 second rule, which believed that a user will wait no longer than 8 seconds for a page to download before they click back and try another website. That rule is a long way out of date, it is now no more than 1 or 2 seconds. Performance testing can show you when your website is slowing down, which pages are taking time to load and what element of the page is causing the problem. <a href="http://www.testing-web-sites.co.uk/testing-tools/site-performance-testing-tools/">Performance testing tools</a> are covered in our testing tools directory.</p>
<h3>Stress or load testing</h3>
<p>There is a difference between stress and load testing in that stress testing concerns itself with trying to break the system you are testing whilst load testing aims to find out how much volume you can put through the system. Both of these forms of testing are generally for larger websites and web applications. A range of <a href="http://www.testing-web-sites.co.uk/testing-tools/stress-or-load-testing-tools/">stress and load testing tools</a> can be found in our testing tools directory.</p>
<h3>Site monitoring</h3>
<p>A really simple test that you can put in place is to automatically monitor your website to check for downtime or outages. Nobody likes a website to be down including users and search engines. Regular downtime will lower confidence in your website and they could be affecting your traffic levels and therefore sales or enquiries without you knowing. A selection of <a href="http://www.testing-web-sites.co.uk/testing-tools/site-monitoring-tools/">site monitoring tools</a> can be found in our testing tools directory.</p>
<h3>Conversion rate testing</h3>
<p>The current favourite form of testing, and an important one too. Conversion rate testing or optimisation can greatly improve the amount of visitors your website converts into enquiries and/or sales. If your SEO brings in 100 visitors a day and your site currently converts 5 of those into becoming customers then, with successful conversion rate testing, you could convert more visitors into customers and make more sales. Conversion rate testing normally takes the form of running <a href="http://www.testing-web-sites.co.uk/testing-tools/split-or-multivariate-testing-tools/">split or multivariate tests</a> on your website, many of which are listed in our testing tools directory.</p>
<h3>Security testing</h3>
<p>Websites can have security holes that could be extremely damaging for your business if they were to be found and exploited. Security testing aims to find where those security holes exist so that you can do something about them.</p>
<h3>Spelling and Grammar checking</h3>
<p>It is always useful to fully read through all text on the website to ensure there are no typos or grammar mistakes. You will also spot how you can improve the readability of text and other areas that perhaps need some attention. Also make sure you read through all messages that appear when signing up for a newsletter, adding products to a basket, or registering including any error messages. Simple changes to the wording of an error message into a nicely worded error message can make a big difference.</p>
<p>So there you have it, website testing can take on many forms and all of them should be completed to a greater or lesser degree. At least by completing each type of testing you can be aware of any issues or areas for improvement so then properly plan out what action you are going to take and when. Good luck with whatever testing you complete.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PyqHLQ3o8nc:eoJuOSCk_ho:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PyqHLQ3o8nc:eoJuOSCk_ho:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=PyqHLQ3o8nc:eoJuOSCk_ho:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=PyqHLQ3o8nc:eoJuOSCk_ho:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/PyqHLQ3o8nc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/04/03/10-different-forms-of-website-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/04/03/10-different-forms-of-website-testing/</feedburner:origLink></item>
		<item>
		<title>3 Usability Testing Tools – Quick Comparison</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/k8ycqNzfIkM/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/03/12/3-usability-testing-tools-quick-comparison/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:16:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[usability testing]]></category>
		<category><![CDATA[comparison]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=418</guid>
		<description><![CDATA[<p>Over the last 12 months or so there have been a number of relatively inexpensive web-based usability testing applications launched. These testing tools have been gaining in popularity, as usability testing has often been seen as a time consuming and expensive exercise, seemingly only possible with the right equipment and personnel involved. We take a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F03%2F12%2F3-usability-testing-tools-quick-comparison%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F03%2F12%2F3-usability-testing-tools-quick-comparison%2F" height="61" width="51" /></a></div><p><strong>Over the last 12 months or so there have been a number of relatively inexpensive web-based usability testing applications launched. These testing tools have been gaining in popularity, as usability testing has often been seen as a time consuming and expensive exercise, seemingly only possible with the right equipment and personnel involved. We take a look at 3 different usability testing applications.</strong></p>
<p>As many usability experts have been saying for quite a while now, any usability testing is better than no usability testing and the online community has responded by providing us with an excellent choice of potentially enlightening applications for our website or web application.</p>
<p>I have gathered 29 of these usability testing tools together and linked to each within my <a href="http://www.testing-web-sites.co.uk/testing-tools/">testing tools directory</a>.</p>
<p>It crossed my mind to provide a bit more of a comparison between some of the usability applications to give you an idea of the features of each, what they provide and how much they cost.</p>
<p><span id="more-418"></span></p>
<h3>UserTesting.com</h3>
<div id="attachment_419" class="wp-caption alignnone" style="width: 310px"><a href="http://www.usertesting.com"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/03/usertesting-300x224.jpg" alt="Users are recorded completing tasks that you set them" title="UserTesting.com" width="300" height="224" class="size-medium wp-image-419" /></a><p class="wp-caption-text">Users are recorded completing tasks that you set them</p></div>
<p><a href="http://www.usertesting.com">UserTesting.com</a> has a network of users that they pay to carry out tests based in the US, Canada and UK. These users are real people who can complete tasks set to them and think out loud as they browse to tell us what they are doing, what they are noticing and what is confusing them. This is recorded and given to you as a flash video.</p>
<p><strong>How It Works</strong></p>
<p>When you signup for UserTesting.com you specify certain things about your target audience including  their demographic profile (including their gender, age, country, household income and web expertise), how many users you want and what tasks you want them to perform. You can specify whether you want to ensure that users completing the test have a particular technology requirement such as having a Facebook account. Users then self select if they match that requirement.</p>
<p>Once you have signed up to the test UserTesting notifies relevant users who respond to the test and start using your website, completing the tasks you have set them and recording their screen and voice whilst they browse.</p>
<p><strong>What You Get</strong></p>
<p>You receive a flash video of what they did, including their keystrokes, mouse movements, clicks and their comments. You also receive a written summary, which includes what they liked, what they didn&#8217;t like about your website and what may have caused them to leave your site.</p>
<p><strong>What It Costs</strong></p>
<p>Costs are on a per user testing basis, as follows:</p>
<p>1 user &#8211; $39<br />
2 users &#8211; $78<br />
3 users &#8211; $87 (equates to $29 each)<br />
4 users &#8211; $126<br />
5 users &#8211; $165<br />
10 users &#8211; $360<br />
20 users &#8211; $750</p>
<p>So it&#8217;s actually $30 cheaper to conduct 2 tests of 5 users than it is to test 1 set of 10 users.</p>
<p>I&#8217;ll be conducting a detailed review of UserTesting.com shortly and will post my findings here as soon as I can.</p>
<h3>Whatusersdo</h3>
<div id="attachment_420" class="wp-caption alignnone" style="width: 310px"><a href="http://www.whatusersdo.com"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/03/whatusersdo-300x229.jpg" alt="Whatusersdo offer 3 types of test - usability, benchmark and SEO research" title="Whatusersdo" width="300" height="229" class="size-medium wp-image-420" /></a><p class="wp-caption-text">Whatusersdo offer 3 types of test - usability, benchmark and SEO research</p></div>
<p><a href="http://www.whatusersdo.com">Whatusersdo</a> focuses on UK users and works to similar principles as UserTesting.com. The testers are very also similar to UserTesting&#8217;s in that they have pre-qualified as being able to speak their thoughts aloud whilst they complete a task and have their screens recorded.</p>
<p><strong>How It Works</strong></p>
<p>With Whatusersdo you first of all select from one of three possible tests, either a usability test, a benchmarking test or SEO research.</p>
<p>The usability test is the one that will focus on a particular website, i.e. your website, and so would be comparable to UserTesting.com&#8217;s offering.</p>
<p>The benchmarking test means that the user completing the test will complete the same tasks for two different websites. In this way you could compare how your site performs against your competitors.</p>
<p>The SEO research allows you to set a task and then see what the user does and which sites they choose to visit to complete that task.</p>
<p>Once you have chosen your test, you input your instructions, choose the number of testers, their age and gender and submit your payment. </p>
<p><strong>What You Get</strong></p>
<p>The main item that you get is a video showing the user&#8217;s screen and mouse clicks with audio of them thinking about the task out loud. You can mark points of interest in the video by using tags plus also share or download the videos. For the usability tests you also get a usability score out of 100, which uses the <a href="http://meiert.com/en/blog/20091127/sus-how-to-grade/">System Usability Scale (SUS)</a> or Website Usability Scale. For the benchmarking tests the user submits their preferred website.</p>
<p><strong>What It Costs</strong></p>
<p>The usability and SEO research tests cost £25 per user, which is about $40 or €30. There is a slight reduction at 5 users in that they cost £115. The benchmarking test is slightly more at £30 per user or around $49 or €35 although with this test 5 users are offered at no reduction (£150).</p>
<h3>OpenHallway</h3>
<div id="attachment_421" class="wp-caption alignnone" style="width: 310px"><a href="http://www.openhallway.com"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/03/openhallway-300x173.jpg" alt="OpenHallway provides the software, you provide the users" title="OpenHallway" width="300" height="173" class="size-medium wp-image-421" /></a><p class="wp-caption-text">OpenHallway provides the tools, you provide the users</p></div>
<p>The main difference between <a href="http://www.openhallway.com">OpenHallway </a>and the other 2 usability testing tools above is that OpenHallway does not provide testers, you need to get them together yourself. What OpenHallway does do is to provide the web-based tools for you to create your own test scenarios and then invite users to carry out those tests either remotely or locally, which OpenHallway records.</p>
<p><strong>How It Works</strong></p>
<p>You create the test scenarios with your instructions and then share the recording link with your participants. In this way, you could conduct usability testing with all users in a room or distribute the test for users to complete remotely. The users screen and voice are recorded in much the way way as UserTesting.com and Whatusersdo and you can view the recording in your account.</p>
<p><strong>What You Get</strong></p>
<p>OpenHallway provides you with the tools to create scenarios and record users screens and audio of them completing the tasks. The recordings are then stored in your account for you to watch. What you obviously need to do is find your own users.</p>
<p><strong>What It Costs</strong></p>
<p>OpenHallway provides plans based on an amount of space and so the pricing is a little different to UserTesting.com and Whatusersdo, as you are providing the users yourself.</p>
<p>Plans start at $19 per month and all plans allow you to create an unlimited number of tests within your plans storage limit.</p>
<p>Starter &#8211; $19 per month gives you 500Mb storage limit, which is around 90 minutes of video.<br />
Basic &#8211; $49 per month gives you 1Gb storage limit, which is around 3 hours of video.<br />
Plus &#8211; $99 per month gives you 3Gb storage limit, which is around 10 hours of video. You can also download your test results as MP4 video.<br />
Premium &#8211; $199 per month gives you 9Gb storage limit, which is around 30 hours of video. You can also download your test results as MP4 video and gain additional security and API access.</p>
<h3>Conclusion</h3>
<p>UserTesting.com and Whatusersdo are very similar in price and what they offer with UserTesting having a more US bias whereas Whatusersdo is more UK focused. They both offer a very quick, inexpensive and easy to use service that will get users testing your site within hours from signup. Whatusersdo has a couple of interesting alternatives to the main usability test with the benchmarking and SEO research options.</p>
<p>OpenHallway approaches usability testing only slightly differently and is a good option if you have some users already or know where to get some. If you are conducting usability testing locally and just need inexpensive recording tools then OpenHallway would be the ideal choice. I can see OpenHallway also being the option when you want to test against certain demographics or types of users that are not available with either UserTesting.com or Whatusersdo.</p>
<p>These are just 3 examples of good usability testing tools. I&#8217;ll be conducting a review of UserTesting.com shortly and hopefully will also be spending time looking at some of the others in more detail. There are 29 usability testing applications contained in the <a href="http://www.testing-web-sites.co.uk/testing-tools/">testing tools directory</a>, ranging from inexpensive web-based applications such as these we&#8217;ve looked at today going up to much more expensive usability testing software so please check some of them out.</p>
<p>Whichever you choose, basic and simple usability testing is now certainly a lot more straightforward, cheaper and easier to conduct now than it ever was before. So please consider trying one or more with your next project, or giving them a whirl now on an existing site.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=k8ycqNzfIkM:c58OO6nao8w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=k8ycqNzfIkM:c58OO6nao8w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=k8ycqNzfIkM:c58OO6nao8w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=k8ycqNzfIkM:c58OO6nao8w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/k8ycqNzfIkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/03/12/3-usability-testing-tools-quick-comparison/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/03/12/3-usability-testing-tools-quick-comparison/</feedburner:origLink></item>
		<item>
		<title>Updated Testing Tools Directory</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/n-3gtJD_CW0/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/02/28/updated-testing-tools-directory/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:38:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[accessibility testing tools]]></category>
		<category><![CDATA[browser checking tools]]></category>
		<category><![CDATA[link checking tools]]></category>
		<category><![CDATA[load testing tools]]></category>
		<category><![CDATA[multivariate testing tools]]></category>
		<category><![CDATA[online surveys]]></category>
		<category><![CDATA[performance testing tools]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[site monitoring tools]]></category>
		<category><![CDATA[split testing tools]]></category>
		<category><![CDATA[stress testing tools]]></category>
		<category><![CDATA[usability testing tools]]></category>
		<category><![CDATA[validation tools]]></category>
		<category><![CDATA[web analytics tools]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=414</guid>
		<description><![CDATA[<p>Now contains a total of 96 website testing tools spanning 14 different categories.</p>
<p>I&#8217;ve taken some time to update, reorganise and expand the testing tools page so that it become more of a directory rather than just a long list. This makes it easier for me to maintain and add to plus easier (hopefully) for you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F02%2F28%2Fupdated-testing-tools-directory%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F02%2F28%2Fupdated-testing-tools-directory%2F" height="61" width="51" /></a></div><p><strong>Now contains a total of 96 website testing tools spanning 14 different categories.</strong></p>
<p>I&#8217;ve taken some time to update, reorganise and expand the testing tools page so that it become more of a directory rather than just a long list. This makes it easier for me to maintain and add to plus easier (hopefully) for you to find the testing tools that you are looking for.</p>
<p>The <a href="http://www.testing-web-sites.co.uk/testing-tools/">Testing Tools</a> page now serves as the main entrance into the directory with each category having its own page. Each category will continue to have more software and tools added over time plus there will be additional category or two coming along shortly.</p>
<p><span id="more-414"></span></p>
<p>Because I&#8217;ve been doing a bit of research into <a href="http://www.testing-web-sites.co.uk/testing-tools/usability-testing-tools/">Usability Tools</a>, this category is the main beneficiary of the reorganisation and now contains 29 usability testing applications. This is mostly due to the great blog post at <a href="http://www.usefulusability.com/24-usability-testing-tools/">Useful Usability</a>, which also gives you pros, cons and pricing information for the 24 usability tools they feature.</p>
<p>Another category that has grown significantly is <a href="http://www.testing-web-sites.co.uk/testing-tools/split-or-multivariate-testing-tools/">Split Or Multivariate Testing Tools</a>, which now shows 16 applications. Some of this increase is down to a great comparison resource over at <a href="http://www.whichmvt.com/">Which Multivariate?</a> This newly released site has reviews and comparison charts of all the major split and multivariate testing software tools out there.</p>
<p>The full list of categories contained in the updated testing tools directory are:</p>
<ol>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/validators-and-accessibility-testing-tools/">Validation and Accessibility Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/browser-checking-tools/">Browser Checking Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/screen-resolutions-tools/">Screen Resolutions Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/link-checking-tools/">Link Checking Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/site-performance-testing-tools/">Site Performance Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/stress-or-load-testing-tools/">Stress or Load Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/usability-testing-tools/">Usability Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/split-or-multivariate-testing-tools/">Split or Multivariate Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/seo-tools/">SEO Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/web-analytics-software/">Web Analytics</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/online-surveys/">Online Surveys</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/site-monitoring-tools/">Site Monitoring Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/software-testing-tools/">Software Testing Tools</a></li>
<li><a href="http://www.testing-web-sites.co.uk/testing-tools/web-development-tools/">Web Development Tools</a></li>
</ol>
<p>I will continue to pick up on the huge number of testing tools being released and add to each category as time allows. If you spot a testing tool, which you feel is worth me adding to the directory, then please do <a href="http://www.testing-web-sites.co.uk/contact-us/">contact me</a>. At some point I will get around to adding a dedicated submission form if there are enough people willing to add testing applications.</p>
<p>Feel free to retweet, digg or add to delicious as you like or let me know any feedback (good or bad) in the comments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=n-3gtJD_CW0:2Pmr4dppNLY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=n-3gtJD_CW0:2Pmr4dppNLY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=n-3gtJD_CW0:2Pmr4dppNLY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=n-3gtJD_CW0:2Pmr4dppNLY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/n-3gtJD_CW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/02/28/updated-testing-tools-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/02/28/updated-testing-tools-directory/</feedburner:origLink></item>
		<item>
		<title>Supermarket Study Into 404 Page Use Summary</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/J93AxR_yIN8/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/02/12/supermarket-study-into-404-page-use-summary/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[404 Error Pages]]></category>
		<category><![CDATA[adsa]]></category>
		<category><![CDATA[coop]]></category>
		<category><![CDATA[morrison]]></category>
		<category><![CDATA[sainsbury]]></category>
		<category><![CDATA[somerfield]]></category>
		<category><![CDATA[tesco]]></category>
		<category><![CDATA[waitrose]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=302</guid>
		<description><![CDATA[<p class="wp-caption-text">Example of www.asda.co.uk's 404 page</p>
<p>I have come to the end of my blog series on how the major UK supermarkets use custom 404 pages to improve the user experience.</p>
<p>The supermarket that started this off was Asda, when I stumbled across the fact that the main Asda web site did not have a custom 404 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F02%2F12%2Fsupermarket-study-into-404-page-use-summary%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F02%2F12%2Fsupermarket-study-into-404-page-use-summary%2F" height="61" width="51" /></a></div><div id="attachment_304" class="wp-caption alignnone" style="width: 310px"><a href="http://www.asda.co.uk/testing"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/02/Picture-1-300x198.png" alt="Example of www.asda.co.uk&#039;s 404 page" title="Asda 404 page" width="300" height="198" class="size-medium wp-image-304" /></a><p class="wp-caption-text">Example of www.asda.co.uk's 404 page</p></div>
<p><strong>I have come to the end of my blog series on how the major UK supermarkets use custom 404 pages to improve the user experience.</strong></p>
<p>The supermarket that started this off was Asda, when I stumbled across the fact that the main Asda web site <a href="http://www.testing-web-sites.co.uk/2009/11/02/asda-demonstrates-poor-use-of-custom-404-pages-presents-disparate-set-of-web-sites/">did not have a custom 404 page</a> and took me to the horrible server default 404 page. At the time I couldn&#8217;t believe it, I thought all major retailers would have had this basic principle of web development covered and be doing a good job of 404 pages.</p>
<p>Then I realised that Asda had quite a few other web sites so I started investigating those, found more web sites with no custom 404 pages and the list grew and grew until I had 25 Asda web sites in total, 9 of which do not have a custom 404 page at all.</p>
<p>If Asda are that bad, how do the other supermarkets compare?</p>
<p><span id="more-302"></span></p>
<p>The obvious next choice was Tesco. I started investigating their web sites with some trepidation &#8211; if Asda have 25 web sites then how many are Tesco going to have? Thankfully, the total is &#8216;only&#8217; 14, <a href="http://www.testing-web-sites.co.uk/2010/01/16/tesco-is-disappointing-in-its-adoption-of-404-pages/">3 of which have no custom 404 page</a>, including Tesco Direct, which is a huge online catalogue web site that would really benefit from a decent 404 page, and 6 have poor 404 pages, including Tesco Insulation, Tesco Diets, Tesco Energy and Tesco Travel Store, which were all terrible.</p>
<p>To wrap up the series I travelled around the web sites for <a href="http://www.testing-web-sites.co.uk/2010/01/23/sainsburys-waitrose-morrisons-somerfield-and-co-operative/">Sainsbury&#8217;s, Waitrose, Morrison&#8217;s, Somerfield and Co-Operative</a> and so covered all the major UK supermarkets. </p>
<p>The table below shows each supermarket, how many web sites they have in total and then the state of their 404 pages. I have included a percentage figure at the foot of the table, showing how many web sites of that supermarket&#8217;s total have good 404 pages, as a percentage.</p>
<p></p>
<h2>Supermarkets 404 page use</h2>
<table class="wptable rowstyle-alt" id="wptable-2"  cellspacing="1">
	<thead>
	<tr>
		<td style="width:75px" >&nbsp;</td>
		<th class="sortable" style="width:75px" align="center">Asda</th>
		<th class="sortable" style="width:75px" align="center">Tesco</th>
		<th class="sortable" style="width:75px" align="center">Sainsbury</th>
		<th class="sortable" style="width:75px" align="center">Waitrose</th>
		<th class="sortable" style="width:75px" align="center">Morrisons</th>
		<th class="sortable" style="width:75px" align="center">Somerfield</th>
		<th class="sortable" style="width:75px" align="center">Co-Operative</th>
	</tr>
	</thead>
	<tr>
		<td style="width:75px" align="center">Total No. of Web Sites Assessed</td>
		<td style="width:75px" align="center">25</td>
		<td style="width:75px" align="center">14</td>
		<td style="width:75px" align="center">9</td>
		<td style="width:75px" align="center">4</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">1</td>
	</tr>
	<tr class="alt">
		<td style="width:75px" align="center">Web Sites with no custom 404 page</td>
		<td style="width:75px" align="center">9</td>
		<td style="width:75px" align="center">3</td>
		<td style="width:75px" align="center">4</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
	</tr>
	<tr>
		<td style="width:75px" align="center">Redirects to Home Page</td>
		<td style="width:75px" align="center">5</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
	</tr>
	<tr class="alt">
		<td style="width:75px" align="center">Poor Custom 404 Pages</td>
		<td style="width:75px" align="center">4</td>
		<td style="width:75px" align="center">6</td>
		<td style="width:75px" align="center">3</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
	</tr>
	<tr>
		<td style="width:75px" align="center">Average Custom 404 Pages</td>
		<td style="width:75px" align="center">2</td>
		<td style="width:75px" align="center">2</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">2</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">0</td>
	</tr>
	<tr class="alt">
		<td style="width:75px" align="center">Good Custom 404 Pages</td>
		<td style="width:75px" align="center">5</td>
		<td style="width:75px" align="center">3</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">1</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">0</td>
		<td style="width:75px" align="center">1</td>
	</tr>
	<tr>
		<td style="width:75px" align="center"><b>% Without</b></td>
		<td style="width:75px" align="center">36%</td>
		<td style="width:75px" align="center">21.4%</td>
		<td style="width:75px" align="center">44.4%</td>
		<td style="width:75px" align="center">25%</td>
		<td style="width:75px" align="center">100%</td>
		<td style="width:75px" align="center">0%</td>
		<td style="width:75px" align="center">0%</td>
	</tr>
	<tr class="alt">
		<td style="width:75px" align="center"><b>% Good</b></td>
		<td style="width:75px" align="center">20%</td>
		<td style="width:75px" align="center">21.4%</td>
		<td style="width:75px" align="center">11.1%</td>
		<td style="width:75px" align="center">25%</td>
		<td style="width:75px" align="center">0%</td>
		<td style="width:75px" align="center">0%</td>
		<td style="width:75px" align="center">100%</td>
	</tr>
</table><p>
</p>
<p>You will see that Asda and Tesco are pretty close, with about a fifth of their web sites having what I would term as good 404 pages. Sainsbury&#8217;s are worse with only 11% (1 out of 9) whilst Waitrose has a quarter of its sites in the &#8216;Good&#8217; category (1 out of 4).</p>
<p>There is also a figure for the percentage of web sites from that supermarket&#8217;s total without custom 404 pages altogether. Asda is pretty poor with 36%, which is 9 of its 25 web sites and Sainsbury&#8217;s is also lacking in this area with 44% of its sites without a custom 404 page, or 4 out of 9. Tesco comes next with 3 of its 14 sites without a custom 404 page, or 21%. Finally, Morrison&#8217;s single web site does not have a custom 404 page so they score 100% in this aspect.</p>
<p><strong>Conclusion</strong></p>
<p>The main thing to draw from all this is that the overall quality when it comes to the use of 404 pages in UK supermarkets is very poor. I had expected a great deal more from these major companies that obviously spend a huge amount of time, effort and expense on their multitude of web sites.</p>
<p>Whilst some of the supermarket sites do genuinely have good 404 pages, a lot are terrible or simply non-existent. The subject of 404 pages is possibly on the dull side for many (the novelty is wearing thin for me too after this study) but my belief is that they really do add to the user experience and a bad or non-existent 404 page really can have a negative effect on this experience.</p>
<p>Users can hit a 404 error for many reasons and I have discussed previously <a href="http://www.testing-web-sites.co.uk/2009/08/06/why-web-sites-should-have-custom-404-pages/">why a custom 404 page is a good idea</a>. When a user does come across a 404, the important bit is what that user does next. What the owner of the web site should want them to do is to stay on their site, continue browsing until they reach the final goal for that web site &#8211; usually ordering something or making an enquiry. How does the user do that if all the 404 page shows is the server default version or does not help them in any way?</p>
<p>It is like reaching a crossroads with no signpost or map or hitting a dead end and having to go back the way you came, neither of which are good experiences for the user.</p>
<p>Supermarkets, and their in-house teams or external digital agencies, really need to look at the quality of the 404 pages that they are producing, often as part of a large scale redesign, and determine whether the result is good for the user or not. In the majority of cases at present, it is not.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=J93AxR_yIN8:1vJNmOylSA4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=J93AxR_yIN8:1vJNmOylSA4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=J93AxR_yIN8:1vJNmOylSA4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=J93AxR_yIN8:1vJNmOylSA4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/J93AxR_yIN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/02/12/supermarket-study-into-404-page-use-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/02/12/supermarket-study-into-404-page-use-summary/</feedburner:origLink></item>
		<item>
		<title>Sainsbury’s, Waitrose, Morrison’s, Somerfield and Co-Operative</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/DJwLESd2BSY/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/01/23/sainsburys-waitrose-morrisons-somerfield-and-co-operative/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[404 Error Pages]]></category>
		<category><![CDATA[co-operative]]></category>
		<category><![CDATA[coop]]></category>
		<category><![CDATA[morrisons]]></category>
		<category><![CDATA[sainsburys]]></category>
		<category><![CDATA[sainsburys bank]]></category>
		<category><![CDATA[sainsburys business direct]]></category>
		<category><![CDATA[sainsburys calais]]></category>
		<category><![CDATA[sainsburys energy]]></category>
		<category><![CDATA[sainsburys gifts]]></category>
		<category><![CDATA[somerfield]]></category>
		<category><![CDATA[waitrose]]></category>
		<category><![CDATA[waitrose deliver]]></category>
		<category><![CDATA[waitrose wine direct]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=258</guid>
		<description><![CDATA[<p class="wp-caption-text">Sainsburys Home Page</p>
<p>The third part of my series on looking at supermarkets web sites to see how they use 404 pages to direct users if they get lost and so make sure that the overall user experience is a decent one.</p>
<p>The first two parts investigated Asda and Tesco who, between them, have almost 40 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F01%2F23%2Fsainsburys-waitrose-morrisons-somerfield-and-co-operative%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F01%2F23%2Fsainsburys-waitrose-morrisons-somerfield-and-co-operative%2F" height="61" width="51" /></a></div><div id="attachment_260" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-home-page-300x165.png" alt="Sainsburys Home Page" title="sainsburys home page" width="300" height="165" class="size-medium wp-image-260" /><p class="wp-caption-text">Sainsburys Home Page</p></div>
<p><strong>The third part of my series on looking at supermarkets web sites to see how they use 404 pages to direct users if they get lost and so make sure that the overall user experience is a decent one.</strong></p>
<p>The first two parts investigated <a href="http://www.testing-web-sites.co.uk/2009/11/02/asda-demonstrates-poor-use-of-custom-404-pages-presents-disparate-set-of-web-sites/">Asda</a> and <a href="http://www.testing-web-sites.co.uk/2010/01/16/tesco-is-disappointing-in-its-adoption-of-404-pages/">Tesco</a> who, between them, have almost 40 web sites. Sainsbury&#8217;s, Waitrose, Morrison&#8217;s, Somerfield and the Co-Op have a lot less and so this post should be a bit shorter as a result.</p>
<p>I&#8217;ll just quickly mention that if you are not sure what 404 pages are and why web sites should have them (especially major UK retailers) then you can read my introduction to 404 pages <a href="http://www.testing-web-sites.co.uk/2009/08/06/why-web-sites-should-have-custom-404-pages/">here</a>.</p>
<p>Of the 5 supermarkets that we are going to have a look at today, let&#8217;s start with Sainsbury&#8217;s.</p>
<p><span id="more-258"></span></p>
<p><strong>Sainsbury&#8217;s</strong></p>
<p>A total of 9 web sites for Sainsbury&#8217;s with a couple of smaller sites crawling out of the woodwork.</p>
<p><strong>Sainsburys</strong> &#8211; <a href="http://www.sainsburys.co.uk" target="_blank">www.sainsburys.co.uk</a></p>
<div id="attachment_261" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-404-page-300x81.png" alt="The Sainsbury&#039;s 404 page - not a good example" title="sainsburys 404 page" width="300" height="81" class="size-medium wp-image-261" /><p class="wp-caption-text">The Sainsbury's 404 page - not a good example</p></div>
<p>This is a strange one indeed, the main Sainsburys web site presents different messages or outcomes depending on the URL that you are having a problem with. For instance, if you go to <a href="http://www.sainsburys.co.uk/testing" target="_blank">http://www.sainsburys.co.uk/testing</a> in the root of the directory structure then you are redirected back to the home page, which is not always helpful but isn&#8217;t as big a deal as if you try <a href="http://www.sainsburys.co.uk/sol/testing" target="_blank">http://www.sainsburys.co.uk/sol/testing</a>, which gives you a bit &#8216;Not Found&#8217; error message, completed unbranded and unhelpful for the user.</p>
<p>Finally, if you try going to an incorrect product page such as <a href="http://www.sainsburys.co.uk/sol/shop/home_and_garden/cookware/testing.html" target="_blank">http://www.sainsburys.co.uk/sol/shop/home_and_garden/cookware/testing.html</a>, then you get a different type of server default 404 page, which is also completely unbranded, unhelpful and doesn&#8217;t present the Sainsbury&#8217;s web site in a good light.</p>
<p><strong>J Sainsbury Corporate Site</strong> &#8211; <a href="http://www.jsainsbury.co.uk" target="_blank">www.jsainsbury.co.uk</a></p>
<div id="attachment_262" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/j-sainsbury-corporate-site-404-page-300x168.png" alt="The corporate site leads the way with its 404 page use" title="j sainsbury corporate site 404 page" width="300" height="168" class="size-medium wp-image-262" /><p class="wp-caption-text">The corporate site leads the way with its 404 page use</p></div>
<p>The corporate site offers a much better 404 page that presents the user with a search first of all and links underneath to a site index and other main pages within the web site. This is kept within the main navigation and footer and is overall a pretty good 404 page. Why can&#8217;t the main Sainsbury&#8217;s web site be similar to this?</p>
<p><strong>Sainsburys Energy</strong> &#8211; <a href="http://www.sainsburysenergy.com" target="_blank">www.sainsburysenergy.com</a></p>
<div id="attachment_263" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-energy-404-page-300x173.png" alt="The Sainsburys Energy 404 page is very poor...and EDF branded" title="sainsburys energy 404 page" width="300" height="173" class="size-medium wp-image-263" /><p class="wp-caption-text">The Sainsburys Energy 404 page is very poor...and EDF branded</p></div>
<p>Sainsburys Energy is provided by EDF Energy and the 404 page is completely EDF Energy branded and totally unhelpful. The user is presented with a logo, an &#8216;Our Apologies&#8217; heading and 2 reasons why you may have be shown this page, either the user mistyped or the page doesn&#8217;t exist.</p>
<p>There are no links to further pages or even back to the home page, no search, no sitemap, no customer service numbers or email addresses, etc. The logo does link to the Sainsburys Energy home page and users do often try clicking on a logo but this 404 page could be greatly improved.</p>
<p><strong>Sainsburys Bank</strong> &#8211; <a href="http://www.sainsburysbank.co.uk" target="_blank">www.sainsburysbank.co.uk</a></p>
<div id="attachment_264" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-bank-404-page-300x123.png" alt="Sainsbury&#039;s Bank offers a good example of a 404 page" title="sainsburys bank 404 page" width="300" height="123" class="size-medium wp-image-264" /><p class="wp-caption-text">Sainsbury's Bank offers a good example of a 404 page</p></div>
<p>Branded as Sainsburys Finance, this 404 page is straightforward enough with the customary error message (that runs outside of the its container on the page) and then links to the home page, site map page and then links to their main product areas. Tucked away in the top left are Sainsbury&#8217;s Quick Links, which upon clicking opens a panel laid out like a sitemap page.</p>
<p><strong>Sainsbury&#8217;s Business Direct</strong> &#8211; <a href="http://www.sainsburysbusinessdirect.co.uk" target="_blank">www.sainsburysbusinessdirect.co.uk</a></p>
<div id="attachment_265" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-business-direct-404-page-300x180.png" alt="Not any better than a server default 404 page" title="sainsburys business direct 404 page" width="300" height="180" class="size-medium wp-image-265" /><p class="wp-caption-text">Not any better than a server default 404 page</p></div>
<p>To be frank, a horrible 404 page. This one tells you the page is not found and gives you a link back to the home page. No explanation or message plus completely unbranded, which makes it look like a server default page although I don&#8217;t think it is. This one needs a lot more effort to become a decent 404 page.</p>
<p><strong>Sainsbury&#8217;s Gifts</strong> &#8211; <a href="http://www.sainsburysgifts.co.uk" target="_blank">www.sainsburysgifts.co.uk</a></p>
<div id="attachment_266" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-gifts-404-page-300x178.png" alt="Sainsbury&#039;s Gifts - same terribleness as with Business Direct" title="sainsburys gifts 404 page" width="300" height="178" class="size-medium wp-image-266" /><p class="wp-caption-text">Sainsbury's Gifts - same terribleness as with Business Direct</p></div>
<p>The Sainsbury&#8217;s Gifts web site looks pretty similar to the Business Direct site and, surprise surprise, the 404 page is similarly rubbish. Unfortunately, it is exactly the same as the poor Business Direct 404 page.</p>
<p><strong>Sainsbury&#8217;s Calais</strong> &#8211; <a href="http://www.sainsburyscalais.co.uk" target="_blank">www.sainsburyscalais.co.uk</a></p>
<div id="attachment_267" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-calais-404-page-300x264.png" alt="If I can&#039;t find what I&#039;m looking for, I won&#039;t be going to Sainsbury&#039;s in Calais" title="sainsburys calais 404 page" width="300" height="264" class="size-medium wp-image-267" /><p class="wp-caption-text">If I can't find what I'm looking for, I won't be going to Sainsbury's in Calais</p></div>
<p>A pre-order web site for getting your wine and beer sorted before you get to Calais. I noticed a couple of problems with the web site when I had a quick look around and was not surprise to find that there is no custom 404 page, just the server default kind.</p>
<p><strong>Sainsbury&#8217;s Compare and Save</strong> &#8211;  <a href="http://www.sainsburyscompareandsave.com" target="_blank">www.sainsburyscompareandsave.com</a></p>
<div id="attachment_268" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/sainsburys-little-ones-404-page-300x130.png" alt="Sainsbury&#039;s Compare and Save&#039;s poor attempt at a 404 page" title="sainsburys compare and save 404 page" width="300" height="130" class="size-medium wp-image-268" /><p class="wp-caption-text">Sainsbury's Compare and Save's poor attempt at a 404 page</p></div>
<p>Sainsbury&#8217;s Compare and Save compares broadband, digital and phone packages and is powered by Simplify Digital. I was worried about this web site, as it doesn&#8217;t even have a title tag specified for the home page but there is a custom 404 page. However, all the 404 page consists of a large, &#8216;Whoops! We can&#8217;t find the page you are looking for.&#8217; with nothing further. Whoops indeed.</p>
<p>If I try going to an incorrectly typed URL such as <a href="http://www.sainsburyscompareandsave.com/testing.aspx" target="_blank">http://www.sainsburyscompareandsave.com/testing.aspx</a>, I get a server error page, Whoops again.</p>
<p><strong>Sainsbury&#8217;s Little Ones</strong> &#8211; <a href="http://www3.sainsburys.co.uk/littleones" target="_blank">www3.sainsburys.co.uk/littleones</a></p>
<div id="attachment_269" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Picture-13-300x207.png" alt="Sainsbury&#039;s Little Ones generic 404 page not good enough" title="sainsburys little ones 404 page" width="300" height="207" class="size-medium wp-image-269" /><p class="wp-caption-text">Sainsbury's Little Ones generic 404 page not good enough</p></div>
<p>The Little Ones web site is a standalone web site even though its URL is on the back of the main Sainsburys domain name. The 404 page is unbranded and gives no less that 6 reasons why a user may have found it. There is a link to the Little Ones home page and I am sure that the final message of, &#8216;If difficulties persist, please contact the System Administrator of this site.&#8217;  is useful to somebody but not me. How would I go about doing that then?</p>
<p><strong>Waitrose</strong></p>
<p>Waitrose operate a total of 4 web sites that I could find without heading off into John Lewis Land.</p>
<p><strong>Waitrose</strong> &#8211; <a href="http://www.waitrose.com" target="_blank">www.waitrose.com</a></p>
<div id="attachment_271" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/waitrose-404-page-300x163.png" alt="Waitrose has an odd 404 page" title="waitrose 404 page" width="300" height="163" class="size-medium wp-image-271" /><p class="wp-caption-text">Waitrose has an odd 404 page</p></div>
<p>A slightly odd 404 page, you get a nicely short and apologetic message with a request that you use the search facility (which you have to find yourself) or the site map. The site map is underneath but this is quite a lot of white space and so if you were viewing the Waitrose site on a netbook or small laptop (such as a Macbook like I was using) then you can easily miss the fact that the sitemap is actually present just underneath where you are viewing.</p>
<p><strong>Waitrose Deliver</strong> &#8211; <a href="http://www.waitrosedeliver.com" target="_blank">www.waitrosedeliver.com</a></p>
<div id="attachment_272" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/waitrose-deliver-404-page-300x166.png" alt="Waitrose Deliver delivers hard to read 404 page" title="waitrose deliver 404 page" width="300" height="166" class="size-medium wp-image-272" /><p class="wp-caption-text">Waitrose Deliver delivers hard to read 404 page</p></div>
<p>The Waitrose Deliver 404 page is not great, you get a hard to read error message in light grey text on a white background, an error message with a link to the home page plus a customer services telephone number and an email address. No navigation, no link to a sitemap, no search and no footer links plus did I mention the text was a bit difficult to read?</p>
<p><strong>Waitrose Wine Direct</strong> &#8211; <a href="http://www.waitrosewine.com" target="_blank">www.waitrosewine.com</a></p>
<div id="attachment_273" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/waitrose-wine-direct-404-page-300x161.png" alt="Waitrose Wine Direct offers mature and full bodied 404 page" title="waitrose wine direct 404 page" width="300" height="161" class="size-medium wp-image-273" /><p class="wp-caption-text">Waitrose Wine Direct offers mature and full bodied 404 page</p></div>
<p>Waitrose&#8217;s Wine web site&#8217;s 404 page requests that you try using their search in the top right hand corner of the screen, provides links to the home page and to the customer services section and asks if you type in the URL correctly. The main navigation and footer navigation is all present too, which means that the user should have a fair chance of finding what they were looking for. A good 404 page.</p>
<p><strong>Waitrose Jobs</strong> &#8211; <a href="http://www.waitrosejobs.com" target="_blank">www.waitrosejobs.com</a></p>
<div id="attachment_274" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/waitrose-jobs-404-page-300x223.png" alt="Waitrose Jobs has a non-existent 404 page" title="waitrose jobs 404 page" width="300" height="223" class="size-medium wp-image-274" /><p class="wp-caption-text">Waitrose Jobs has a non-existent 404 page</p></div>
<p>This John Lewis branded web site does not have a custom 404 page and as such delivers a nasty server default page if a user gets lost, which is of no benefit at all.</p>
<p><strong>Morrisons</strong></p>
<p>Just the single web site for Morrison&#8217;s so let&#8217;s hope they make a good stab of it.</p>
<p><strong>Morrisons</strong> &#8211; <a href="http://www.morrisons.co.uk" target="_blank">www.morrisons.co.uk</a></p>
<div id="attachment_275" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/morrisons-404-page-300x225.png" alt="Morrisons 404 page - what 404 page?" title="morrisons 404 page" width="300" height="225" class="size-medium wp-image-275" /><p class="wp-caption-text">Morrisons 404 page - what 404 page?</p></div>
<p>Oh dear, no custom 404 page on their web site, if a user stumbles across a page not found error they will hit a default server 404 page. In my view that is offering a terrible user experience.</p>
<p><strong>Somerfield</strong></p>
<p>Not one of the major supermarket retailers and recently merged with the Co-Operative, Somerfield have just the one web site.</p>
<p><strong>Somerfield</strong> &#8211; <a href="http://www.somerfield.co.uk" target="_blank">www.somerfield.co.uk</a></p>
<div id="attachment_276" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/somerfield-404-page-300x161.png" alt="Somerfield&#039;s 404 page is a pretty good one" title="somerfield 404 page" width="300" height="161" class="size-medium wp-image-276" /><p class="wp-caption-text">Somerfield's 404 page is a pretty good one</p></div>
<p>A straightforward 404 page set within the site so the main header including site navigation is shown across the top and the footer is displayed underneath. The 404 message itself is fairly simplistic with links to the home page and, for some reason, to the Somerfield Corporate site, which now redirects you to the Co-Operative&#8217;s Group portion of their site, as the 2 companies have merged.</p>
<p><strong>The Co-Operative</strong></p>
<p>Similar to Somerfield, perhaps that is why they have just merged, the Co-Operative has a single web site.</p>
<p><strong>The Co-Operative</strong> &#8211; <a href="http://www.co-operative.coop" target="_blank">www.co-operative.coop</a></p>
<div id="attachment_277" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/co-operative-404-page-300x178.png" alt="The Co-Op dishes out a decent 404 page" title="co-operative 404 page" width="300" height="178" class="size-medium wp-image-277" /><p class="wp-caption-text">The Co-Op dishes out a decent 404 page</p></div>
<p>A fairly good 404 page, tells you why you have been presented with the page and what you can do about it including links to the site map, a link to the home page and also telling you to try the search on the home page. If that wasn&#8217;t enough there is a telephone number and a customer services email address.</p>
<p>There aren&#8217;t many 404 pages that we&#8217;ve seen that are better than this in my view.</p>
<p><strong>Conclusions</strong></p>
<p>A mixed bag of supermarkets gives us changeable results in the area of 404 pages. Sainsbury&#8217;s had 2 good 404 pages (on the Corporate site and Bank web sites) but the rest were pretty poor including their main web site. Waitrose wasn&#8217;t that much better with their Wine site being the highlight whilst Morrison&#8217;s was a complete non event. Somerfield&#8217;s 404 page was straightforward and the Co-Op&#8217;s was pretty good.</p>
<p>Overall, a sense of disappointment (again) with the major supermarkets and how lacking their sites are when it comes to the best practice use of something as simple and basic as a 404 page. Full marks go to the Co-Operative.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=DJwLESd2BSY:Q5otFatEO5s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=DJwLESd2BSY:Q5otFatEO5s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=DJwLESd2BSY:Q5otFatEO5s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=DJwLESd2BSY:Q5otFatEO5s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/DJwLESd2BSY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/01/23/sainsburys-waitrose-morrisons-somerfield-and-co-operative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/01/23/sainsburys-waitrose-morrisons-somerfield-and-co-operative/</feedburner:origLink></item>
		<item>
		<title>Tesco is disappointing in its adoption of 404 pages</title>
		<link>http://feedproxy.google.com/~r/TestingWebSites/~3/sPPyNG03exM/</link>
		<comments>http://www.testing-web-sites.co.uk/2010/01/16/tesco-is-disappointing-in-its-adoption-of-404-pages/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[404 Error Pages]]></category>
		<category><![CDATA[tesco]]></category>
		<category><![CDATA[tesco compare]]></category>
		<category><![CDATA[tesco diets]]></category>
		<category><![CDATA[tesco direct]]></category>
		<category><![CDATA[tesco energy]]></category>
		<category><![CDATA[tesco entertainment]]></category>
		<category><![CDATA[tesco finance]]></category>
		<category><![CDATA[tesco get involved]]></category>
		<category><![CDATA[tesco insulation]]></category>
		<category><![CDATA[tesco opticians]]></category>
		<category><![CDATA[tesco photo]]></category>
		<category><![CDATA[tesco plc]]></category>
		<category><![CDATA[tesco travel store]]></category>
		<category><![CDATA[the nutri centre]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=235</guid>
		<description><![CDATA[<p class="wp-caption-text">Tesco.com web site</p>
<p>This is the second in my series of looking at supermarkets and how they use 404 pages to direct users if they get lost and so improve the overall user experience.</p>
<p>The supermarket that started this series off was Asda and the poor or nonexistent 404 pages that I found across a lot [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F01%2F16%2Ftesco-is-disappointing-in-its-adoption-of-404-pages%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2010%2F01%2F16%2Ftesco-is-disappointing-in-its-adoption-of-404-pages%2F" height="61" width="51" /></a></div><div id="attachment_237" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco.com-300x171.png" alt="Tesco.com web site" title="Tesco.com" width="300" height="171" class="size-medium wp-image-237" /><p class="wp-caption-text">Tesco.com web site</p></div>
<p><strong>This is the second in my series of looking at supermarkets and how they use 404 pages to direct users if they get lost and so improve the overall user experience.</strong></p>
<p>The supermarket that started this series off was Asda and the poor or nonexistent 404 pages that I found across a lot of their sites. You can <a href="http://www.testing-web-sites.co.uk/2009/11/02/asda-demonstrates-poor-use-of-custom-404-pages-presents-disparate-set-of-web-sites/">read that post here</a> and if you do it may help you to understand the context of this one.</p>
<p>If you are not sure what 404 pages are and why web sites should have them (especially major UK retailers) then you can read my <a href="http://www.testing-web-sites.co.uk/2009/08/06/why-web-sites-should-have-custom-404-pages/">introduction to 404 pages here</a>.</p>
<p>So last time it was Asda and this time around we are reviewing Tesco&#8217;s web sites, the biggest UK supermarket chain.</p>
<p><span id="more-235"></span></p>
<p><strong>Tesco&#8217;s Web Sites</strong></p>
<p>Tesco doesn&#8217;t have as many individual web sites as Asda with around 14 in total, as opposed to Asda&#8217;s collection of 25 web sites. I have included each of Tesco&#8217;s 14 web sites in the analysis below.</p>
<p><strong>No 404 Page</strong></p>
<p>As with 9 of Asda&#8217;s web sites, there are a good proportion of the Tesco sites that do not have a custom 404 page. This means that when a user hits the 404 page they will just see a very unfriendly and unbranded server default 404 page, which is of practically no use to a lost user at all.</p>
<p>The server default 404 page was true of the following Tesco web sites:</p>
<p><a href="http://direct.tesco.com" target="_blank">1. Tesco Direct</a></p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Direct-404-page-300x221.png" alt="Tesco Direct 404 page" title="Tesco Direct 404 page" width="300" height="221" class="size-medium wp-image-238" /><p class="wp-caption-text">Tesco Direct 404 page</p></div>
<p>Tesco Direct is a large online catalogue web site with a huge range of products. It is likely that an incorrect link or mistyped URL could result in the user hitting a 404 page, which is an unsightly Internet Information Server (IIS) server default page. Consider the Asda Direct web site from my previous analysis, which shows just how a nice custom 404 page could work for an online catalogue web site with main sections broken down into categories, almost like a site map. This gives users the ability to head to the next most relevant destination after they hit a 404 page rather than just an unfriendly default page.</p>
<p><a href="http://www.tescogetinvolved.com" target="_blank">2. Tesco Get Involved</a></p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Get-Involved-404-page-300x220.png" alt="Tesco Get Involved 404 page" title="Tesco Get Involved 404 page" width="300" height="220" class="size-medium wp-image-239" /><p class="wp-caption-text">Tesco Get Involved 404 page</p></div>
<p>This is Tesco&#8217;s community web site, demonstrating what Tesco is involved in, their charity work and urging us to volunteer. The web site uses the standard IIS 404 page but if you mistyped the URL so perhaps tried <a href="http://www.tescogetinvolved.com/Homes.aspx" target="_blank">http://www.tescogetinvolved.com/Homes.aspx</a> instead of <a href="http://www.tescogetinvolved.com/Home.aspx" target="_blank">http://www.tescogetinvolved.com/Home.aspx</a> you get an ever more horrible &#8216;Server error in &#8216;/&#8217; Application&#8217;. Sounds horrendous doesn&#8217;t it?</p>
<p><a href="http://www.nutricentre.com" target="_blank">3. The Nutri Centre (Tesco)</a></p>
<div id="attachment_240" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Nutri-Centre-404-page-300x217.png" alt="Nutri Centre 404 page" title="Nutri Centre 404 page" width="300" height="217" class="size-medium wp-image-240" /><p class="wp-caption-text">Nutri Centre 404 page</p></div>
<p>The Nutri Centre have several stores within Tesco Extra&#8217;s up and down the country. Their web site, however, does not have a custom 404 page and is another odd result if you mistype a URL. For instance, if I mistype the About Us page URL and enter <a href="http://www.nutricentre.com/t-abouts.aspx" target="_blank">http://www.nutricentre.com/t-abouts.aspx</a> instead of the correct URL of <a href="http://www.nutricentre.com/t-about.aspx" target="_blank">http://www.nutricentre.com/t-about.aspx</a>, I get a page with the content area blank telling me, &#8216;you are here&#8217; without any message to say what has gone wrong.</p>
<p>In my experience users do try to input URLs directly and can often mistype them. If a page URL is entered that is not recognised then a nice 404 page should appear and not a result that is obviously not intended. If you mistype a URL whilst on a product page then you do get a message telling you that the product could not be found.</p>
<p>The one I find the most surprising from the above list is Tesco Direct, which is a huge web site and could really make use of a decent 404 page to direct users to all the different sections that make up the Tesco Direct site or to complete a search if they cannot find a particular product that they are looking for.</p>
<p><strong>Mixed Results</strong></p>
<p>These next 2 Tesco web site offer some mixed results in that there is a custom 404 page in there somewhere but it is mixed up with server default 404 pages and some other weirdness depending on what you stumble across.</p>
<p><a href="http://www.tescoentertainment.com" target="_blank">1. Tesco Entertainment</a></p>
<div id="attachment_241" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Entertainment-404-page-300x218.png" alt="Tesco Entertainment 404 page" title="Tesco Entertainment 404 page" width="300" height="218" class="size-medium wp-image-241" /><p class="wp-caption-text">Tesco Entertainment 404 page</p></div>
<p>The Tesco Entertainment web site has recently been relaunch and sports a nice new design. Previously, the web site just had a server default 404 error page and so would have appeared in the first section of this post. However, the new web site has a custom 404 page, wahey!</p>
<p>Hold on, don&#8217;t get too excited as there is a bit of weirdness ahead. There is a custom 404 page in the Home section that tells me that something is wrong if I try to go to a URL such as <a href="http://www.tescoentertainment.com/store/browse/home/testing/" target="_blank">http://www.tescoentertainment.com/store/browse/home/testing/</a>. It is not a great example but we&#8217;ll take it at this stage.</p>
<p>If you go back to the root of the site and try <a href="http://www.tescoentertainment.com/testing/">http://www.tescoentertainment.com/testing/</a>, you get a horrible server default page again. Why doesn&#8217;t the correct 404 page display here?</p>
<p><a href="http://www.tescophoto.com/" target="_blank">2. Tesco Photo</a></p>
<div id="attachment_242" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Photo-404-page-300x179.png" alt="Tesco Photo 404 page" title="Tesco Photo 404 page" width="300" height="179" class="size-medium wp-image-242" /><p class="wp-caption-text">Tesco Photo 404 page</p></div>
<p>Tesco Photo is Tesco&#8217;s photo processing web site and looks like the older style Tesco web site. There are certainly a couple of odd things that I would hope they could eradicate if Tesco pushed a new photo site live.</p>
<p>The start page is <a href="http://www.tescophoto.com/wpp/tesco/welcome.jsp" target="_blank">http://www.tescophoto.com/wpp/tesco/welcome.jsp</a> so if we amend that to <a href="http://www.tescophoto.com/wpp/tesco/testing" target="_blank">http://www.tescophoto.com/wpp/tesco/testing</a> we get a nasty server default 404 page. Going to the root (<a href="http://www.tescophoto.com/testing" target="_blank">http://www.tescophoto.com/testing</a>) as we did with Tesco Entertainment also produces the same server default 404 page, good consistency so far but bad 404 page.</p>
<p>Let&#8217;s just start this next bit by stating that all URLs as far as I could tell by a quick browse ended with an extension of .jsp. If I pretend to mistype a URL such as <a href="http://www.tescophoto.com/wpp/tesco/view_tour2.jsp" target="_blank">http://www.tescophoto.com/wpp/tesco/view_tour2.jsp</a> instead of <a href="http://www.tescophoto.com/wpp/tesco/view_tour.jsp" target="_blank">http://www.tescophoto.com/wpp/tesco/view_tour.jsp</a> I do get a custom 404 page (again, why can&#8217;t this 404 page display for the entire site?) with a message that tells me to make sure that the URL has the correct extension and goes on to say that all URLs have the extension .html and not .htm.</p>
<p>Not so I&#8217;m afraid, as the site uses .jsp and not .html or .htm. Even if I amend my original URL to <a href="http://www.tescophoto.com/wpp/tesco/view_tour.html" target="_blank">http://www.tescophoto.com/wpp/tesco/view_tour.html</a> or <a href="http://www.tescophoto.com/wpp/tesco/view_tour2.html" target="_blank">http://www.tescophoto.com/wpp/tesco/view_tour2.html</a> I am returned to the server default 404 page and lose the slightly nicer custom 404 page.</p>
<p>I know that this is just a case of the Tesco Photo site updating its error messages but I think it does highlight the importance of what you are telling lost users to do. In this case, a user would get so confused by this message and I don&#8217;t think it would make any sense to them at all.</p>
<p>So that is 5 web sites out of a total of 14 that either do not have a custom 404 page at all or have mixed results. This equates to 36% of Tesco&#8217;&#8217;s web sites, which is exactly the same as Asda&#8217;s 36% of web sites not having a custom 404 page.</p>
<p><strong>Custom 404 Pages</strong></p>
<p>Right, we are now onto the the next 9 of Tesco&#8217;s web sites, which all have custom 404 pages in place. Let&#8217;s see how good they are.</p>
<p><a href="http://www.tesco.com" target="_blank">1. Tesco</a></p>
<div id="attachment_243" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-404-page-300x181.png" alt="Tesco 404 page" title="Tesco 404 page" width="300" height="181" class="size-medium wp-image-243" /><p class="wp-caption-text">Tesco 404 page</p></div>
<p>The 404 page on the main Tesco web site is a very basic 404 page but it does say sorry, explains what may have happened and gives you a link to the home page plus a customer service number and another link to an online enquiry form.</p>
<p>The enquiry form link is a bit odd because it takes you to a page with lots of phone numbers and postal addresses but no online enquiry form that I could fine. At the least the home page link does take you to the Tesco home page.</p>
<p>I think that Tesco are missing an opportunity to better direct their site visitors that may be getting lost and perhaps a link to their sitemap page here <a href="http://www.tesco.com/shopping/" target="_blank">http://www.tesco.com/shopping/</a> would be more useful.</p>
<p><a href="http://www.tescofinance.com" target="_blank">2. Tesco Finance</a></p>
<div id="attachment_244" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Finance-404-page-300x156.png" alt="Tesco Finance 404 page" title="Tesco Finance 404 page" width="300" height="156" class="size-medium wp-image-244" /><p class="wp-caption-text">Tesco Finance 404 page</p></div>
<p>Offers an abrupt, &#8216;The page you are trying to reach does not exist.&#8217; message and a link back to the Tesco Finance home page. Not the most polite of 404 pages but the main navigation is present, footer links plus a &#8216;Got a question&#8217; link that opens an FAQ in a new window. Overall it is better than a lot of Tesco&#8217;s web sites but could be nicer to people who are a bit lost.</p>
<p><a href="http://www.tescocompare.com" target="_blank">3. Tesco Compare</a></p>
<div id="attachment_245" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Compare-404-page-300x181.png" alt="Tesco Compare 404 page" title="Tesco Compare 404 page" width="300" height="181" class="size-medium wp-image-245" /><p class="wp-caption-text">Tesco Compare 404 page</p></div>
<p>A reasonable stab at a 404 page with a short message and a link to the site map. Links to the main sections of the web site are presented below the message plus the main navigation and footer is retained so a lost user should be able to find roughly where they need to go.</p>
<p><a href="http://www.tescoinsulation.com" target="_blank">4. Tesco Insulation</a></p>
<div id="attachment_246" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Insulation-404-page-300x203.png" alt="Tesco Insulation 404 page" title="Tesco Insulation 404 page" width="300" height="203" class="size-medium wp-image-246" /><p class="wp-caption-text">Tesco Insulation 404 page</p></div>
<p>Tesco also sell insulation for the home and the site does have a custom 404 page but in all honesty it is not much better than a server default page. The page is not branded as Tesco but rather as a company called Creo, which I believe must be their hosting provider. The 404 page itself is also not especially helpful in that it has no links back to the home page, or to a sitemap, or to complete a search, and so offers no assistance to help the user in where they might want to go next.</p>
<p><a href="http://www.tescoplc.com" target="_blank">5. Tesco plc</a></p>
<div id="attachment_247" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-plc-404-page-300x177.png" alt="Tesco plc 404 page" title="Tesco plc 404 page" width="300" height="177" class="size-medium wp-image-247" /><p class="wp-caption-text">Tesco plc 404 page</p></div>
<p>The Tesco plc web site is Tesco&#8217;s corporate home, covering their corporate responsibility, investor information and media details. The 404 page for such an important web site is straightforward and contains the details that you would expect including a standard error message with a link back to the home page. The site displays this set within the site navigation so that a user can still navigation to any section, to the sitemap or complete a search.</p>
<p>Overall, this 404 page is absolutely fine.</p>
<p><a href="http://www.tescodiets.com" target="_blank">6. Tesco Diets</a></p>
<div id="attachment_248" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Diets-404-page-300x149.png" alt="Tesco Diets 404 page" title="Tesco Diets 404 page" width="300" height="149" class="size-medium wp-image-248" /><p class="wp-caption-text">Tesco Diets 404 page</p></div>
<p>The Tesco Diets web site is concerned with online dieting, weight loss and healthy eating. It has a 404 page but this is branded as eDiets and not Tesco Diets. The text on this 404 page is about eDiets including links to the eDiets home page, eDiets news page and an eDiets email address. Clicking on the link to the eDiets home page actually takes the user back to the Tesco Diets home page. Is that confusing for a user do you think? I think so too.</p>
<p><a href="http://www.tescoopticians.com" target="_blank">7. Tesco Opticians</a></p>
<div id="attachment_249" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Opticians-404-page-300x184.png" alt="Tesco Opticians 404 page" title="Tesco Opticians 404 page" width="300" height="184" class="size-medium wp-image-249" /><p class="wp-caption-text">Tesco Opticians 404 page</p></div>
<p>The Tesco Opticians web site uses the same layout for their 404 page as the main Tesco web site. So there is some consistency at least between the two web sites, which is a good thing. Other than that the comments are the same in that the 404 page is very basic, it does say sorry, explains what may have happened and gives you a link to the Tesco Opticians home page plus a customer service number. In this case there is no link to an enquiry form.</p>
<p><a href="http://www.tescoenergy.com" target="_blank">8. Tesco Energy</a></p>
<div id="attachment_250" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Energy-404-page-300x117.png" alt="Tesco Energy 404 page" title="Tesco Energy 404 page" width="300" height="117" class="size-medium wp-image-250" /><p class="wp-caption-text">Tesco Energy 404 page</p></div>
<p>Tesco Energy explains iteself as being an energy price comparison and carbon offsetting service. The 404 page displays a logo for Xelector (who much provide the price comparison engine that this web site is based on) and so is not Tesco branded. Furthermore, the 404 page is very basic, it consists of a short message and an email address to contact if you think you have stumbled across an error. However, the email address isn&#8217;t Tesco&#8217;s either, it is webmaster@xelector.com.</p>
<p>As a user of the Tesco Energy site, I would expect that if I get lost and find myself on the 404 page then I would see a Tesco Energy 404 page with Tesco Energy contact details and/or links back to the Tesco Energy web site. I don&#8217;t expect to be presented with whoever Xelector are and what they have to do with Tesco Energy.</p>
<p>In my view, this 404 page does not really help the user at all so there is little point in having it.</p>
<p><a href="http://www.tescotravelstore.com" target="_blank">9. Tesco Travel Store</a></p>
<div id="attachment_251" class="wp-caption alignnone" style="width: 310px"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2010/01/Tesco-Travel-Store-404-page-300x124.png" alt="Tesco Travel Store 404 page" title="Tesco Travel Store 404 page" width="300" height="124" class="size-medium wp-image-251" /><p class="wp-caption-text">Tesco Travel Store 404 page</p></div>
<p>The Tesco Travel Store presents another 404 page with no Tesco branding and not much help. The error message tells you to click back or close down your browser (and when I open it again will I go back to the Tesco Travel Store? Not likely) or &#8216;click here to go back&#8217;. The click here link does not work.</p>
<p>I notice that the 404 page has a Lastminute.com favicon and this is consistent with the Tesco Travel Store being powered by Lastminute.com. I would expect a much better 404 page to be honest, as the Lastminute.com web site has quite a good 404 page.</p>
<p><strong>Conclusions</strong></p>
<p>So that concludes my roundup of Tesco&#8217;s 14 web sites and their use (or lack of use) of custom 404 pages. Overall, I am really disappointed that such a major UK retailer seems to be struggling with basic good practice in the proper use of 404 pages and the benefits that they offer to users of their web sites.</p>
<p>Considering the 14 web sites, I found 3 sites to have no 404 page, 2 to have a kind of strange halfway house approach to 404 pages and 9 to offer a semblance of a 404 page but Tesco Insulation, Tesco Diets, Tesco Energy and Tesco Travel Store were all awful examples.</p>
<p>From the remaining 5 web sites Tesco.com and Tesco Opticians had OK 404 pages and Tesco Finance, Tesco Compare and Tesco plc were all quite good. So from the original 14 web sites, only 3 were found to have quite good 404 pages but even those could be better in my view.</p>
<p><a href="http://www.testing-web-sites.co.uk/2010/01/23/sainsburys-waitrose-morrisons-somerfield-and-co-operative/">Next up we&#8217;ll have a look at Sainsbury&#8217;s, Waitrose and Morrison&#8217;s.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPPyNG03exM:596nPktHMVA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPPyNG03exM:596nPktHMVA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?i=sPPyNG03exM:596nPktHMVA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TestingWebSites?a=sPPyNG03exM:596nPktHMVA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TestingWebSites?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TestingWebSites/~4/sPPyNG03exM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2010/01/16/tesco-is-disappointing-in-its-adoption-of-404-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.testing-web-sites.co.uk/2010/01/16/tesco-is-disappointing-in-its-adoption-of-404-pages/</feedburner:origLink></item>
	</channel>
</rss>
