<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Managing Defects by Severity and Frequency</title>
	<atom:link href="http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html</link>
	<description>Management, especially good management, is hard to do. This blog is for people who want to think about how they manage people, projects, and risk.</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:25:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Benjamin Yoskovitz</title>
		<link>http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html/comment-page-1#comment-56</link>
		<dc:creator>Benjamin Yoskovitz</dc:creator>
		<pubDate>Sat, 05 Feb 2005 02:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://jrothman.com/blog/mpd/?p=8186#comment-56</guid>
		<description>I just found your blog and this is the first post that caught my eye. Frequency is an interesting measurement for the overall importance of a bug, it&#039;s definitely something I take into consideration.
I see its effectiveness in combination with severity (as you&#039;ve defined it). For example, there may be a lower severity bug but its frequency starts to raise the overall importance of fixing that bug. Its measuring the difference in importance to your business between 1 customer that&#039;s work is interrupted due to a bug, versus 50 customers that are annoyed by a bug (but that bug isn&#039;t stopping their work).
Frequency of a bug likely means more support calls/emails that you need to handle, and more time/money spent handling customers. Suddendly that small, frequently occuring bug is a much more serious issue.</description>
		<content:encoded><![CDATA[<p>I just found your blog and this is the first post that caught my eye. Frequency is an interesting measurement for the overall importance of a bug, it&#8217;s definitely something I take into consideration.<br />
I see its effectiveness in combination with severity (as you&#8217;ve defined it). For example, there may be a lower severity bug but its frequency starts to raise the overall importance of fixing that bug. Its measuring the difference in importance to your business between 1 customer that&#8217;s work is interrupted due to a bug, versus 50 customers that are annoyed by a bug (but that bug isn&#8217;t stopping their work).<br />
Frequency of a bug likely means more support calls/emails that you need to handle, and more time/money spent handling customers. Suddendly that small, frequently occuring bug is a much more serious issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ewins</title>
		<link>http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html/comment-page-1#comment-59</link>
		<dc:creator>Michael Ewins</dc:creator>
		<pubDate>Fri, 04 Feb 2005 02:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://jrothman.com/blog/mpd/?p=8186#comment-59</guid>
		<description>This reminds me of Jakob Nielsen&#039;s essay on rating severity of usability problems. He uses three factors to do this: frequency; impact; and persistence.
Here is a link to the essay... http://www.useit.com/papers/heuristic/severityrating.html</description>
		<content:encoded><![CDATA[<p>This reminds me of Jakob Nielsen&#8217;s essay on rating severity of usability problems. He uses three factors to do this: frequency; impact; and persistence.<br />
Here is a link to the essay&#8230; <a href="http://www.useit.com/papers/heuristic/severityrating.html" rel="nofollow">http://www.useit.com/papers/heuristic/severityrating.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James A. Ward</title>
		<link>http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html/comment-page-1#comment-58</link>
		<dc:creator>James A. Ward</dc:creator>
		<pubDate>Thu, 03 Feb 2005 21:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://jrothman.com/blog/mpd/?p=8186#comment-58</guid>
		<description>The frequency analysis sounds like a simplified version of a Pareto Analysis, also known as the 80-20 rule. This says that 20 percent of your problems will result in 80 percent of the occurrences of problem tickets. This analysis is fairly common and should be included in a prioritization system.</description>
		<content:encoded><![CDATA[<p>The frequency analysis sounds like a simplified version of a Pareto Analysis, also known as the 80-20 rule. This says that 20 percent of your problems will result in 80 percent of the occurrences of problem tickets. This analysis is fairly common and should be included in a prioritization system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Johansson</title>
		<link>http://jrothman.com/blog/mpd/2005/02/managing-defects-by-severity-and-frequency.html/comment-page-1#comment-57</link>
		<dc:creator>Henrik Johansson</dc:creator>
		<pubDate>Thu, 03 Feb 2005 13:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://jrothman.com/blog/mpd/?p=8186#comment-57</guid>
		<description>In our organization, the priority of a bug is king. This value is set by the change control board (which handles defects and change reuqests) and the developers fix accordingly. Work planning in other words.
Severity is something that we testers really don&#039;t know what to do with. Now most bugs are &quot;normal&quot; and then a few are above or below signalling how severe we think it is. BUT - how much information should we use when setting the severity. We know things about business value etc and when using that we may approach the priority decision instead.
This frequency factor is interesting and something we use when setting the priority of test cases. Maybe there is a good way to use it for defect management as well but it is not easy...</description>
		<content:encoded><![CDATA[<p>In our organization, the priority of a bug is king. This value is set by the change control board (which handles defects and change reuqests) and the developers fix accordingly. Work planning in other words.<br />
Severity is something that we testers really don&#8217;t know what to do with. Now most bugs are &#8220;normal&#8221; and then a few are above or below signalling how severe we think it is. BUT &#8211; how much information should we use when setting the severity. We know things about business value etc and when using that we may approach the priority decision instead.<br />
This frequency factor is interesting and something we use when setting the priority of test cases. Maybe there is a good way to use it for defect management as well but it is not easy&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
