<?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>Instinctive Software &#187; Testing</title>
	<atom:link href="http://is.ca/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://is.ca</link>
	<description>Building Consumer Internet web sites</description>
	<lastBuildDate>Mon, 09 May 2011 12:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TV Ratings with Nielsen</title>
		<link>http://is.ca/tv-ratings-with-nielsen/</link>
		<comments>http://is.ca/tv-ratings-with-nielsen/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 21:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://is.ca/?p=39</guid>
		<description><![CDATA[Here is an article on Nielsen ratings which explains how they are starting to take in account viewership habits online for TV shows. http://blastr.com/2011/01/the-truth-about-tv-ratings-online-viewing-and-sci-fi-shows.php The new breed of statistics are very similar and much more readily available. http://compete.com/ http://www.quantcast.com http://www.alexa.com]]></description>
			<content:encoded><![CDATA[<p>Here is an article on Nielsen ratings which explains how they are starting to take in account viewership habits online for TV shows.<br />
<a href="http://blastr.com/2011/01/the-truth-about-tv-ratings-online-viewing-and-sci-fi-shows.php">http://blastr.com/2011/01/the-truth-about-tv-ratings-online-viewing-and-sci-fi-shows.php</a></p>
<p>The new breed of statistics are very similar and much more readily available.<br />
<a href="http://compete.com/ ">http://compete.com/ </a><br />
<a href="http://www.quantcast.com">http://www.quantcast.com </a><br />
<a href="http://www.alexa.com">http://www.alexa.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://is.ca/tv-ratings-with-nielsen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating system market share</title>
		<link>http://is.ca/operating-system-market-share/</link>
		<comments>http://is.ca/operating-system-market-share/#comments</comments>
		<pubDate>Sat, 08 May 2010 19:47:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://is.ca/?p=34</guid>
		<description><![CDATA[When targeting the internet consumer knowing what they are using for Operating systems and browsers is necessary. This determines what browsers and operating systems you are going to support. Additionally monitoring usage changes allows you to predict when you need to add or remove a supported browser or operating system. This can be done with [...]]]></description>
			<content:encoded><![CDATA[<p>When targeting the internet consumer knowing what they are using for Operating systems and browsers is necessary. This determines what browsers and operating systems you are going to support.</p>
<p>Additionally monitoring usage changes allows you to predict when you need to add or remove a supported browser or operating system. </p>
<p>This can be done with two tools, one <a href="http://google.com/analytics">google analyics</a> or a report from net market share .<br />
<a href="http://marketshare.hitslink.com/operating-system-market-share.aspx?qprid=8">http://marketshare.hitslink.com/operating-system-market-share.aspx?qprid=8</a></p>
<p>Even though Windows 7 was released in Oct 2009, windows continues loosing market share over the past 6 months. This is the general consumers usage pattern.</p>
<p>For your web site, things might be completely different, a Mac OS site may naturally have mainly Mac users. Where as a game site for a PC based game would mainly have windows. These are obvious factors.</p>
<p>If you are targeting the general user and your profile does not match net market share&#8217;s report then finding out why may teach you more about your customers or highlight unknown browser compatibility issues. </p>
<p>Read <a href="http://is.ca/2009/04/22/cross-browser-testing/">cross browser testing</a> for an example of the importance of cross browser testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://is.ca/operating-system-market-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross browser testing</title>
		<link>http://is.ca/cross-browser-testing/</link>
		<comments>http://is.ca/cross-browser-testing/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:30:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://is.ca/?p=24</guid>
		<description><![CDATA[<strong>Cross browser testing</strong> is one of the critical tasks that needs to be done if you have a high volume of customers or are looking to grow your existing user base. One way to stop users dead in their tracks is to not cross browser test an upgrade.
]]></description>
			<content:encoded><![CDATA[<p><strong>Cross browser testing</strong> is one of the critical tasks that needs to be done if you have a high volume of customers or are looking to grow your existing user base. One way to stop users dead in their tracks is to not cross browser test an upgrade.</p>
<p>While a site might work fine on your new computer with the latest browser. That same site might not work so well on your customers computer. For example, say you have 100,000 people visiting a shopping cart this week and you earn on average 1 dollar per person visiting. You sell lots of widgets and have a top notch customer service.</p>
<p>Now you want to make your site better, faster and easier to use so you upgrade your add to shopping cart button and then release your site with out cross browser testing. There is two things that may of not been taken into account, one users with <strong>Internet Explorer 6</strong> can no longer add items to their cart. Two 15 % of your traffic uses IE 6. This results in a <strong>10 % or more drop in sales</strong> on the week of the upgrade.</p>
<p>If you are lucky you have some <strong>kick ass internal reporting</strong> and pick this up with in hours of the upgrade. Though, if you don&#8217;t it might take weeks to find out about the problem.</p>
<p>With out it, every 1 in 1000 users who have the problem complain, but not accurately enough for customer service to figure it out. Maybe customer service takes two weeks to notify development that there is a problem. Then the software developers take another two weeks to figure out what it is and they must just say it is not worth while to fix.</p>
<p>If you are luckily you have some good internal reporting on sales and you see the drop in sales with in hours or a few days. Other wise might might be a month down the road before you see the noticeable drop in sales.</p>
<p>What this really adds up to is for the sake of having a developer do a days work 10 % of sales might be lost for any where from a few days to a month. The profits lost on a month of sales is far more then the cost it would to have the site cross browser tested.</p>
<p><strong>Then there is the hard to measure costs</strong>:<br />
How many people complained to their friends that the site did not work ?<br />
How much future business did you lose due to that customer ?</p>
]]></content:encoded>
			<wfw:commentRss>http://is.ca/cross-browser-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

