<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Testing Web Sites &#187; Testing Tools</title>
	<atom:link href="http://www.testing-web-sites.co.uk/category/testing-tools/feed/" rel="self" type="application/rss+xml" />
	<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>
			<item>
		<title>Bug Tracking Software Options</title>
		<link>http://www.testing-web-sites.co.uk/2010/04/10/bug-tracking-software-options/</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>
]]></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>
		</item>
		<item>
		<title>10 Different Forms of Website Testing</title>
		<link>http://www.testing-web-sites.co.uk/2010/04/03/10-different-forms-of-website-testing/</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>
]]></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>
		</item>
		<item>
		<title>3 Usability Testing Tools &#8211; Quick Comparison</title>
		<link>http://www.testing-web-sites.co.uk/2010/03/12/3-usability-testing-tools-quick-comparison/</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>
]]></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>
		</item>
		<item>
		<title>Updated Testing Tools Directory</title>
		<link>http://www.testing-web-sites.co.uk/2010/02/28/updated-testing-tools-directory/</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>
]]></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>
		</item>
		<item>
		<title>Loop11 Review &#8211; User Experience Testing</title>
		<link>http://www.testing-web-sites.co.uk/2009/08/24/loop11-review-user-experience-testing/</link>
		<comments>http://www.testing-web-sites.co.uk/2009/08/24/loop11-review-user-experience-testing/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:57:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[user experience testing]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=128</guid>
		<description><![CDATA[<p class="wp-caption-text">Loop11 - User Experience Tool</p>
<p>Web-based usability testing tools are starting to become more prevalent these days with the likes of Clixpy, Loop11 and UserTesting all appearing recently.</p>
<p>We shall have a look at Loop11 first of all, which has been in private beta for around 4 months now but is soon to be released to [...]]]></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%2F2009%2F08%2F24%2Floop11-review-user-experience-testing%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2009%2F08%2F24%2Floop11-review-user-experience-testing%2F" height="61" width="51" /></a></div><div id="attachment_120" class="wp-caption alignnone" style="width: 193px"><a title="Loop11" href="http://www.shareasale.com/r.cfm?b=191359&amp;u=350569&amp;m=24007&amp;urllink=&amp;afftrack=" target="_blank"><img class="size-full wp-image-120" title="Loop11" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-43.png" alt="Loop11 - User Experience Tool" width="183" height="94" /></a><p class="wp-caption-text">Loop11 - User Experience Tool</p></div>
<p><strong>Web-based usability testing tools are starting to become more prevalent these days with the likes of Clixpy, Loop11 and UserTesting all appearing recently.</strong></p>
<p>We shall have a look at <a href="http://www.shareasale.com/r.cfm?b=191359&amp;u=350569&amp;m=24007&amp;urllink=&amp;afftrack=" target="_blank">Loop11</a> first of all, which has been in private beta for around 4 months now but is soon to be released to the general public.</p>
<p>According to their web site &#8211; Loop11 is a web-based user-experience testing tool, allowing companies to conduct online, unmoderated user testing on any kind of digital interface. Loop11 is not a survey or web analytics tool, but a user experience tool… helping you to understand user behaviour.</p>
<p>Sounds good so far, so how do you get started?</p>
<p>First of all, once you log in, click on the big &#8216;Create New User Test&#8217; button in bright orange so you can&#8217;t miss it. You will be presented with a form with the following fields:</p>
<p>Public Title &#8211; this will be seen by your test participants<br />
Working Title &#8211; used to identify your test for you only<br />
Copy User Test From &#8211; so you can duplicate an existing test or just start with a blank one.</p>
<div id="attachment_141" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-141" title="Loop11 - Create User Test" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-10-300x190.png" alt="Loop11 - Create User Test" width="300" height="190" /><p class="wp-caption-text">Loop11 - Create User Test</p></div>
<p>Once you have filled those fields in you enter into a 5 step process to complete the creation of your user test.</p>
<p><em>Step 1 &#8211; User Test Details</em><br />
This includes the ability to set your language and Loop11 supports over 40 languages.</p>
<p><em>Step 2 &#8211; Tasks &amp; Questions</em><br />
You have the ability to add tasks or questions to your user test and Loop11 provides some help if you are unsure what to do in this respect. A task would be something that you would like the user to perform such as find a particular piece of information on your web site and to add one you give it a name, a scenario that tells the user what it is you want them to do, the start URL where they commence the task and the success URL, which the user has to navigate to in order to complete the task.</p>
<p>I created a task to ask the user to find step 6 from the article &#8216;How To Test Web Forms in 7 Steps&#8217;. When the user is carrying out this task they can either abandon the task if they could not accomplish it or mark it as complete.</p>
<p>To add a question, you choose the question type from a list including multiple choice, rating scale and open ended. So you could ask &#8216;How Usable In This Web Site?&#8217; and ask the user to rate on a scale from 1 to 10 or using words such as Poor, Average, Good, Excellent.</p>
<p>I entered the question, &#8216;How easy is it to use the search facility on this web site?&#8217; and gave the possible answers as being Poor, Fair, Good and Excellent (I copied them from Loop11&#8217;s help text) plus I made the question mandatory.</p>
<p>If you want the user to type in an answer such as correctly answering how much one of your services costs then choose one of the open ended questions.</p>
<p>Each time you had a task or a question you are presented with the Step 2 &#8211; Task &amp; Questions screen helpfully showing all the items you have added with the ability to either edit, delete, duplicate, preview or move them up or down in the list. Once you are happy with what you have set you click &#8217;save and continue&#8217; to move onto step 3.</p>
<div id="attachment_132" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-132" title="Loop11 - Tasks &amp; Questions" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-44-300x212.png" alt="Loop11 - Tasks &amp; Questions confirmation" width="300" height="212" /><p class="wp-caption-text">Loop11 - Tasks &amp; Questions confirmation</p></div>
<p><em>Step 3 &#8211; User Test Options</em><br />
This is where you set the number of participants that you would like to complete the user test, from 1 to 999 and specify the thank you text the user sees on completion of the site. There are some other useful settings here such as being able to block or allow specific IP addresses.</p>
<p><em>Step 4 &#8211; Invite Participants</em><br />
So now you get to invite the lucky participants to take part in your user test. Here you have 3 options:</p>
<p>i) Create a link to your user test &#8211; Loop11 generates a link for you that you can distribute any way you like.<br />
ii) Create a popup invitation that can reside on your own web site &#8211; Loop11 gives you the code for a popup window to be placed on your web site.<br />
iii) Purchase participants &#8211; Loop11 gives you the names of 6 companies that you can potentially purchase participants from with a link to direct users to your user test. This seems to essentially be the same as choosing item 1 although you get the details of 6 companies that you can buy users from.</p>
<p><em>Step 5 &#8211; Launch</em><br />
Once you have sorted out how you are going to invite your participants you end up on the final step, to launch your user test. This gives you a summary of what you have selected and allows you to preview your test before you launch it. You should be careful because once you have launched your test you are not able to go back and edit it unfortunately.</p>
<p>If, like me, you realise that the questions you have set make little sense to someone seeing your web site for the first time then you should go back and edit them now before you finalise your user test.</p>
<p><em>Preview</em> &#8211; when I clicked on the Preview button when still on step 1 I got a message telling me there was an internal server error and that someone had been notified of it. Once I moved onto step 2 the Preview button did seem to work fine and showed me the first couple of pages that a user will see when participating in the web site evaluation.</p>
<p>One of the tasks I had prepared was for a visitor to submit an enquiry form because I wanted to test that visitors could use the enquiry form including field validation. When previewing the test, I submitted an enquiry but my enquiry form kept telling me that I had not input the validation code that I have to prevent automated software from filling it in (even though I had input the code). This is possibly due to Loop11 conflicting with the validation method of my enquiry form so I removed that task from my test. I will raise this separately with Loop11 because many tests could require this type of input and so the preview does need to be able to handle that aspect.</p>
<p><em>Launch</em> &#8211; once you click on Launch you will be presented with a summary page showing the details of your test plus the URL that will link to the test that you can distribute. If you elected to choose that you wanted the invitation for the test to appear in a popup window then the details of the JavaScript that you need to add to your web site will be given to you.</p>
<div id="attachment_134" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-134" title="Loop11 - Launch" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-52-300x246.png" alt="Loop11 - Launch screen" width="300" height="246" /><p class="wp-caption-text">Loop11 - Launch screen</p></div>
<p><strong>My Projects</strong></p>
<p>Once you have launched your test you can view the results from within the My Projects tab. For each project you can see the date it was launched, how many responses received, its current status and then you can view the design of the project (what tasks, questions and other settings you selected when creating the project) and its report.</p>
<p><strong>View Report</strong></p>
<p>Once your test starts gaining participants you can view your report, which gives you access to the following screens:</p>
<p><em>Dashboard</em> &#8211; first of all this shows the average task completion rate for your test presented as a pie chart. As I only had one task I can see that the average completion rate was about two thirds whilst one third abandoned the task. Underneath is presented the task results overview which shows the average page views and average time taken to reach a resolution for each task. You also get a bar chart showing the task completion rate for each task.</p>
<p>You are able to export the results of the report at any time in either CSV, Excel XML or PDF formats, which I think is pretty useful for any presentations that you are putting together and/or any followup actions required as a result of this testing.</p>
<div id="attachment_136" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-136" title="Loop11 - Dashboard" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-81-300x191.png" alt="Loop11 - Dashboard screen" width="300" height="191" /><p class="wp-caption-text">Loop11 - Dashboard screen</p></div>
<p><em>Tasks</em> &#8211; this page shows more detail for each task including the completion rate taken from the dashboard but also further aspects such as page views to complete task, time to complete task, most common success page, most common abandon page, most common first click and most common navigation path.</p>
<p>There is also a function called Participant path analysis, which allows you to go through each participant and what they clicked on when completing the task.</p>
<p>These reports give you invaluable information for how users approach each task that you have set them, what they click on first (possibly giving you the most eye opening results), how long it takes them to complete the task and more.</p>
<p><em>Questions</em> &#8211; this report goes through each of the questions that you posed for your users and the results or answers that they gave. For the question in my test, &#8216;How easy is it to use the search facility on this web site?&#8217;, two thirds of respondents felt it was good and one third said it was excellent. However, for my open ended second question, &#8216;How much does the monthly link check service cost?&#8217; I got a variety of answers where I think respondents did not really understand the question I was asking.</p>
<p>Not only are you testing how users experience your web site, you are also testing your ability to set good tasks and questions that your users will understand.</p>
<p><em>Participants</em> &#8211; the participants section gives you detailed information on each person completing the test including the time they spent on the test, average time taken per task, average page views per task, their IP address, their user agent or browser and the date they completed the test.</p>
<div id="attachment_138" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-138" title="Loop11 - Participants" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-9-300x225.png" alt="Loop11 - Participants screen" width="300" height="225" /><p class="wp-caption-text">Loop11 - Participants screen</p></div>
<p>Overall I think the results that you get are pretty comprehensive and will allow some very worthwhile followup actions to be completed to improve the user experience of your web site.</p>
<p>The pricing of Loop11 has still to be announced and, if the pricing is not too steep and indications that I have received from Loop11 are that it will be a reasonable price per test, my belief is that you will get a lot of great feedback that will easily pay for the cost of the test as long as you think carefully about the tasks and questions that you set for any participants.</p>
<p>Update (26th August) &#8211; I have been informed that pricing for Loop11 will be set at $350 USD per project, which includes unlimited tasks and questions and up to 1,000 participants. This pricing will be in place once the private beta concludes on 1st September.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2009/08/24/loop11-review-user-experience-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loop 11 &#8211; User Experience Testing Tool</title>
		<link>http://www.testing-web-sites.co.uk/2009/08/16/loop-11-user-experience-testing-tool/</link>
		<comments>http://www.testing-web-sites.co.uk/2009/08/16/loop-11-user-experience-testing-tool/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 14:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[usability testing]]></category>
		<category><![CDATA[user experience testing]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=116</guid>
		<description><![CDATA[<p class="wp-caption-text">Loop11 - User Experience Tool</p>
<p>I am carrying out a review of Loop11, a new web-based user experience testing tool and would be very grateful for your input.</p>
<p>Loop 11 allows you to conduct online, unmoderated user testing on your web site. It is not a survey or web analytics tool, but a user experience tool [...]]]></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%2F2009%2F08%2F16%2Floop-11-user-experience-testing-tool%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2009%2F08%2F16%2Floop-11-user-experience-testing-tool%2F" height="61" width="51" /></a></div><div id="attachment_120" class="wp-caption alignnone" style="width: 193px"><a title="Loop11" href="http://www.shareasale.com/r.cfm?b=191359&amp;u=350569&amp;m=24007&amp;urllink=&amp;afftrack=" target="_blank"><img class="size-full wp-image-120" title="Loop11" src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-43.png" alt="Loop11 - User Experience Tool" width="183" height="94" /></a><p class="wp-caption-text">Loop11 - User Experience Tool</p></div>
<p><strong>I am carrying out a review of <a href="http://www.shareasale.com/r.cfm?b=191359&amp;u=350569&amp;m=24007&amp;urllink=&amp;afftrack=" target="_blank">Loop11</a>, a new web-based user experience testing tool and would be very grateful for your input.</strong></p>
<p>Loop 11 allows you to conduct online, unmoderated user testing on your web site. It is not a survey or web analytics tool, but a user experience tool and is aimed at helping you to understand user behaviour.</p>
<p>There are several of these types of tools being released and Loop11 is currently in private beta although is due to be released to the general public soon.</p>
<p>I would be extremely grateful if you could complete a short, 3 step test for me so that I can collect some results and finish my review of the Loop11 user experience tool.</p>
<p>In order to carry out this short test, please click on the link below:</p>
<p><a href="http://www.loop11.com/usability-test/1330/introduction/">http://www.loop11.com/usability-test/1330/introduction/</a></p>
<p>Thank you for taking part and please look out for our full review of this usability (or user experience) testing software coming soon by signing up to our <a href="http://feeds.feedburner.com/TestingWebSites">RSS feed</a> or following us on <a href="http://twitter.com/TestingWebSites">Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2009/08/16/loop-11-user-experience-testing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LinkAlarm &#8211; Review of Link Checking Software</title>
		<link>http://www.testing-web-sites.co.uk/2009/08/09/linkalarm-review-of-link-checking-software/</link>
		<comments>http://www.testing-web-sites.co.uk/2009/08/09/linkalarm-review-of-link-checking-software/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 16:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[link checking]]></category>
		<category><![CDATA[linkalarm]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=77</guid>
		<description><![CDATA[<p class="wp-caption-text">LinkAlarm - Link Checking software</p>
<p>LinkAlarm is a web-based link checking application that has been around for over 10 years and scans your web site checking each and every link on each web page. You can have LinkAlarm check your links once a week, once a month or you can run the scan manually whenever [...]]]></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%2F2009%2F08%2F09%2Flinkalarm-review-of-link-checking-software%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2009%2F08%2F09%2Flinkalarm-review-of-link-checking-software%2F" height="61" width="51" /></a></div><div id="attachment_88" class="wp-caption alignnone" style="width: 236px"><a href="http://www.linkalarm.com/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-42.png" alt="LinkAlarm - Link Checking software" title="LinkAlarm - Link Checking software" width="226" height="65" class="size-full wp-image-88" /></a><p class="wp-caption-text">LinkAlarm - Link Checking software</p></div>
<p><strong><a href="http://www.linkalarm.com/">LinkAlarm</a> is a web-based link checking application that has been around for over 10 years and scans your web site checking each and every link on each web page. You can have LinkAlarm check your links once a week, once a month or you can run the scan manually whenever you like.</strong></p>
<p>So the principle of LinkAlarm is straightforward enough, let&#8217;s see how it performs.</p>
<p><strong>Signing Up</strong></p>
<p>You can register for a free account, which is a 14 day trial that gives you enough credit (more on credit later) to check links on up to 100 pages.</p>
<p>Registering is easy enough, a few details about you (your name, email address and how you found LinkAlarm) and your web site (the URL, how often you would like to check &#8211; once only, weekly, every 2 weeks or monthly and the category of your web site).</p>
<p>Once you have registered you are presented with a screen with a welcome message, your site details and a further message saying that your site will be checked in 5 minutes and notification of the report will be emailed once finished.</p>
<div id="attachment_84" class="wp-caption alignnone" style="width: 310px"><a href="http://www.linkalarm.com/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-41-300x226.png" alt="LinkAlarm - Welcome Message" title="LinkAlarm - Welcome Message" width="300" height="226" class="size-medium wp-image-84" /></a><p class="wp-caption-text">LinkAlarm - Welcome Message</p></div>
<p>I waited 5 minutes and nothing happened, no email. So I went back to the screen and read it again. It appears I had ignored some text that said &#8216;Please continue by confirming the entry of your site&#8217; but there was no confirm site button and I had got confused. I clicked on the &#8216;Site Control&#8217; link so see what that did and was presented with a page where it said &#8216;Checking&#8217; in flashing green text. Good enough for me, I&#8217;ll leave it a little while and see what happens.</p>
<div id="attachment_82" class="wp-caption alignnone" style="width: 310px"><a href="http://www.linkalarm.com/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-51-300x155.png" alt="LinkAlarm - Checking Site" title="LinkAlarm - Checking Site" width="300" height="155" class="size-medium wp-image-82" /></a><p class="wp-caption-text">LinkAlarm - Checking Site</p></div>
<p>So, whilst that is running let me explain how the pricing structure of LinkAlarm works.</p>
<p>You pay for credits to be added to your account and then every time you run a report (either manually or automatically) LinkAlarm deducts 1 cent for each page of your web site. So if you have a 20 page web site you will pay 20 cents every time a report runs.</p>
<p>In my book that is pretty good value but is obviously more expensive for larger web sites and how often you want LinkAlarm to scan your site.</p>
<p>About half an hour later I received an email from LinkAlarm with the results and links to access more detailed reports online.</p>
<p><strong>The Results</strong></p>
<p>Within the email that LinkAlarm sends to you there is a section displaying your overall link check results. So my Testing Web Sites blog has 18 pages (still pretty small but growing) with a score of 64 and a failure of 3.7% (oh dear, really?). I had spotted that the category average for my web site is 2.5% so a failure percentage of 3.7% is a bit embarrassing and worrying. Let&#8217;s have a look at that in some more detail.</p>
<p>The email also gives you a number of statements (I won&#8217;t list them all here), which give you a quick impression of how well your web site performs in terms of internal links, external links and an overall score.</p>
<p>So, here are a couple of statements from the scan completed for <a href="http://www.testing-web-sites.co.uk">www.testing-web-sites.co.uk</a>, the comments are my comments relating to each statement:</p>
<p>Of the 18 pages checked, 18 (or 100%) were found to have one or more alarms.</p>
<p><em>Comment &#8211; so there is something broken on every page of my web site, great.</em></p>
<p>LinkAlarm checked 53 internal links and found 1 (or 2%) need attention.<br />
Internal links are URLs that point to files inside your site.</p>
<p><em>Comment &#8211; there is 1 link that has a problem and it is probably on multiple pages, which is why I am getting such a high failure percentage.</em></p>
<p>LinkAlarm also checked 29 external links and found 2 (or 7%) need attention.<br />
External links are URLs that point to files outside your site.</p>
<p><em>Comment &#8211; again, just 2 links that need attention but a high percentage because of the relatively low number of external links I have in place at present.</em></p>
<p>The LinkAlarm Score for this site (64) is an average of the page and alarm<br />
ratios above. A score of 100 indicates all links checked reported no alarms.</p>
<p><em>Comment &#8211; I am guessing at the moment that a score of 64 is not great.</em></p>
<p>The link failure rate for this site (3.7%) is worse than<br />
the benchmark link failure rate of 2.5% for the category &#8211; Computers &#038; Internet.</p>
<p><em>Comment &#8211; I had spotted that too so will look into those failing links now to see what is wrong.</em></p>
<p>What the email from LinkAlarm also gives you is an understanding of what it would cost to run this report regularly on your web site plus links to their order form to order some credits. The costs are based on the number of pages and how often the report is run, for example, once each week. As I explained above the costs are based on 1 cent per page so if my web site stays at 18 pages then it would cost 18 cents to run each report or just under $10 each week for a year, not exactly big bucks.</p>
<p>It is helpful to know how much it is likely to cost to keep LinkAlarm checking my site but the only problem I have with this costing model is that I am aiming to grow my web site a lot over the next few months and so my costs to run LinkAlarm will continue to grow as the number of pages in my site increases.</p>
<p>So let&#8217;s have a look at the report now.</p>
<p><strong>The Report</strong></p>
<div id="attachment_80" class="wp-caption alignnone" style="width: 277px"><a href="http://www.linkalarm.com/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-7-267x300.png" alt="A screenshot of the LinkAlarm report summary" title="LinkAlarm report summary" width="267" height="300" class="size-medium wp-image-80" /></a><p class="wp-caption-text">A screenshot of the LinkAlarm report summary</p></div>
<p>As mentioned in the email, the report gives you a summary first and the average for your category.</p>
<p>Then comes an Alarm Summary that shows the type of link failure for internal links, external links and total links. As you can see one of my internal links has a 405 error, which is Method Not Allowed. If you don&#8217;t know what this is then there is some handy help text available to give you an explanation.</p>
<p>405 Method Not Allowed means:<br />
<em>Common Alarm. Most commonly seen in ACTION links on FORMs where the server has not been configured to allow POST operations.</em></p>
<p><em>What you can do: Enable the ACTION for the correct location in your server configuration.</em></p>
<p>Clicking on the number of links shows me the pages that LinkAlarm found with the Method Not Allowed issue. This problem is being picked up on a PHP script relating to the posting of comments and is found on 7 of my 18 pages. At first glance this looks like an issue to do with my Wordpress blog or perhaps the theme that I am using, which will need further investigation and is unfortunately outside the scope of this review.</p>
<p>Now let&#8217;s have a look at the external links, the 2 errors are showing as 403 Forbidden. Again, some help text gives us a description of what that type of error is.</p>
<p>403 Forbidden means:<br />
<em>Common Alarm. The server will not provide the requested file. Commonly seen where content from an intranet has been made publicy available on the public internet or when your link points to a directory on a server and that server is configured to not provide directory listsings.</p>
<p>What you can do: Remove protection or provide and index file in the directory if necessary.</em></p>
<p>Both issues relate to links in the footer of each page of my blog, linking to the theme&#8217;s author. Clicking on those links manually does not result in a 403 Forbidden message but obviously LinkAlarm was getting that response.</p>
<p>So how does this happen? My view is that my theme&#8217;s author&#8217;s web site has some checking in place that works out if an automated bot is trying to access its pages and maybe responds with a different response code (403 in this case) than if my browser were trying to access the page.</p>
<p>This gives me a bit of a problem in trying to tidy up my LinkAlarm report because the software is going to think there are issues every time the report runs whereas in actual fact there does not appear to be any issues with the quality of my external links. This problem then is also not going to be restricted to just LinkAlarm but will extend to other link checking software too.</p>
<p>LinkAlarm, however, allows you to ignore certain pages or URLs and so you can maintain a list of any links such as the ones above. After ignoring the 2 external links that were producing incorrect 403 errors I ran the report again. This time I got a much more satisfactory result of 1.3% failure rate and an overall score of 86. There is now just that 1 internal link to investigate and deal with.</p>
<p><strong>Other Features</strong></p>
<p>It is worth detailing some of the other main features that you get as part of your LinkAlarm account, as follows:</p>
<p>History &#8211; shows you the history of the reports run with a graphic and summary information. Useful to see the improvement or worsening of your link check reports over time.</p>
<p>Download &#8211; you can download reports as zip files so you can keep copies of reports for later use.</p>
<p>Ignore URLS &#8211; as mentioned above.</p>
<p>Checking Limits &#8211; you can limit the number of pages that LinkAlarm checks if you want to. May be useful for larger sites that could stretch into hundreds or even thousands of pages.</p>
<p>Password Access &#8211; LinkAlarm can check password protected sites so useful for Intranets or web sites still in development.</p>
<p>Sites &#8211; the ability to add multiple sites to LinkAlarm so you can have it regularly checking all of your web sites using the same overall account. A good feature for agencies or larger companies who maintain a number of web sites.</p>
<div id="attachment_78" class="wp-caption alignnone" style="width: 310px"><a href="http://www.linkalarm.com/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-8-300x95.png" alt="LinkAlarm screenshot showing sites feature" title="LinkAlarm feature - sites" width="300" height="95" class="size-medium wp-image-78" /></a><p class="wp-caption-text">LinkAlarm screenshot showing sites feature</p></div>
<p><strong>Conclusion</strong></p>
<p>Regularly link checking is a good thing and means that you are able to pick up on any link quality or linkrot problems at an early stage. Just the report run today on Testing Web Sites has raised some interesting items.</p>
<p>There is, however, only so much that any automated link checking software can do and this highlights the point about manually checking each and every link when you first complete an update to your web site or add a new page or blog post.</p>
<p>LinkAlarm is easy to set up and its free account enables you to start checking links very quickly. The ongoing costs are not great for smaller web sites but I wonder how LinkAlarm would perform for large, dynamic web sites such as an ecommerce site where they are potentially thousands of individual pages (although you can limit the number of pages or check specific pages if you want to).</p>
<p>The additional features that you get mean that LinkAlarm is worth considering for a wide variety of different companies and I will be continuing to use it unless I can find a better alternative.</p>
<p>Overall, I would recommend LinkAlarm for static web sites and possibly some further testing would be needed for larger and database driven web sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2009/08/09/linkalarm-review-of-link-checking-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Testing Tools</title>
		<link>http://www.testing-web-sites.co.uk/2009/08/08/introducing-testing-tools/</link>
		<comments>http://www.testing-web-sites.co.uk/2009/08/08/introducing-testing-tools/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 12:32:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[testing web sites]]></category>

		<guid isPermaLink="false">http://www.testing-web-sites.co.uk/?p=69</guid>
		<description><![CDATA[<p class="wp-caption-text">Browser Compatibility Testing using Browsershots</p>
<p>There are many different tools out there that can make life easier when it comes to all forms of testing web sites from HTML and CSS validation services to browser compatibility testing, link checking and stress or load testing.</p>
<p>We have started a collection of web testing tools, web-based and software [...]]]></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%2F2009%2F08%2F08%2Fintroducing-testing-tools%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.testing-web-sites.co.uk%2F2009%2F08%2F08%2Fintroducing-testing-tools%2F" height="61" width="51" /></a></div><div id="attachment_72" class="wp-caption alignnone" style="width: 310px"><a href="http://www.testing-web-sites.co.uk/testing-tools/"><img src="http://www.testing-web-sites.co.uk/wp-content/uploads/2009/08/Picture-31-300x189.png" alt="Browser Compatibility Testing using Browsershots" title="Browser Compatibility Testing" width="300" height="189" class="size-medium wp-image-72" /></a><p class="wp-caption-text">Browser Compatibility Testing using Browsershots</p></div>
<p><strong>There are many different tools out there that can make life easier when it comes to all forms of testing web sites from HTML and CSS validation services to browser compatibility testing, link checking and stress or load testing.</strong></p>
<p>We have started a collection of <a href="http://www.testing-web-sites.co.uk/testing-tools/">web testing tools</a>, web-based and software applications that will point you in the right direction in order to make the testing of web sites that little bit more straightforward.</p>
<p>Recent additions to the list include a couple of web-based usability testing tools called Loop11 and UserTesting that both aim to take some of the hassle out of usability testing and gaining the views and opinions of real users actually using your web site. Look out for reviews of both of these online tools coming soon.</p>
<p>We will continue to keep you informed as the testing tools list expands and more excellent tools are added plus any reviews or impressions as they become available.</p>
<p>If you have a testing tool or software application used for testing web sites that you would like to add to the list then please <a href="http://www.testing-web-sites.co.uk/contact-us/">contact us</a> to let us know and we will add it as soon as we can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testing-web-sites.co.uk/2009/08/08/introducing-testing-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
