<?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: Features/Epics vs. user stories in Scrum</title>
	<atom:link href="http://iserialized.com/features-vs-user-stories-in-scrum/feed/" rel="self" type="application/rss+xml" />
	<link>http://iserialized.com/features-vs-user-stories-in-scrum/</link>
	<description>.Net, C#, Scrum and agile software development</description>
	<lastBuildDate>Thu, 26 Apr 2012 05:54:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Fred</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-509</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 05 Apr 2012 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-509</guid>
		<description>Well defined! User Story is a starting point.</description>
		<content:encoded><![CDATA[<p>Well defined! User Story is a starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehan</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-481</link>
		<dc:creator>Shehan</dc:creator>
		<pubDate>Sun, 26 Feb 2012 22:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-481</guid>
		<description>Thanks for this - this is exactly what I thought it was though there seemed so many articles which even said that a feature is a part of a user story.  There are agile fundamentalists who do this as well. This is simple and is what I plan on sticking to.
I also agree with Leeann that a user story has to be fully testable. Hence an epic - features - user stories - tasks. Bamny dont go down to the task level and thats fine. Also a feature can very well be a user story. But at the end of a sprint there must be a deliverable that has been fully tested.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; this is exactly what I thought it was though there seemed so many articles which even said that a feature is a part of a user story.  There are agile fundamentalists who do this as well. This is simple and is what I plan on sticking to.<br />
I also agree with Leeann that a user story has to be fully testable. Hence an epic &#8211; features &#8211; user stories &#8211; tasks. Bamny dont go down to the task level and thats fine. Also a feature can very well be a user story. But at the end of a sprint there must be a deliverable that has been fully tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smita</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-444</link>
		<dc:creator>Smita</dc:creator>
		<pubDate>Tue, 15 Nov 2011 08:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-444</guid>
		<description>Thanks, This helped me in designing my test architecture.Very well explained</description>
		<content:encoded><![CDATA[<p>Thanks, This helped me in designing my test architecture.Very well explained</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-416</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Jun 2011 05:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-416</guid>
		<description>You are right Leeann!
What I was trying to emphasize  in this blog post, was the feature/epic feature level. We tend to keep the user stories at a too high level, resulting in trouble later when trying to fit them into a single sprint!

The user story should always be testable at the end of a sprint, but it&#039;s the level of the test that I wanted to show. We need to be able to test them, but the test it selves is not necessarily a test that makes much sense standalone. Yes I know this is a somewhat contradiction to Scrum, but this is a pragmatic approach which has shown good results for years in my projects.


Cheers!</description>
		<content:encoded><![CDATA[<p>You are right Leeann!<br />
What I was trying to emphasize  in this blog post, was the feature/epic feature level. We tend to keep the user stories at a too high level, resulting in trouble later when trying to fit them into a single sprint!</p>
<p>The user story should always be testable at the end of a sprint, but it&#8217;s the level of the test that I wanted to show. We need to be able to test them, but the test it selves is not necessarily a test that makes much sense standalone. Yes I know this is a somewhat contradiction to Scrum, but this is a pragmatic approach which has shown good results for years in my projects.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leeann</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-414</link>
		<dc:creator>Leeann</dc:creator>
		<pubDate>Tue, 07 Jun 2011 19:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-414</guid>
		<description>If, as you say, a user story is not necessarily fully testable by the end user, does that not contradict the goal of agile development, in which each sprint delivers a fully testable piece of software?

We&#039;re running into some of the same questions you have the top of your post, and our thinking is that a feature can span multiple sprints, yes - but that if it does, it should be considered an &quot;epic&quot; feature, and be broken down into smaller features/user stories, each of which is able to be completed within one sprint, and each of which is deliverable and testable.

If your user story is not testable because it depends on other pieces - it seems like that is a scheduling issue?</description>
		<content:encoded><![CDATA[<p>If, as you say, a user story is not necessarily fully testable by the end user, does that not contradict the goal of agile development, in which each sprint delivers a fully testable piece of software?</p>
<p>We&#8217;re running into some of the same questions you have the top of your post, and our thinking is that a feature can span multiple sprints, yes &#8211; but that if it does, it should be considered an &#8220;epic&#8221; feature, and be broken down into smaller features/user stories, each of which is able to be completed within one sprint, and each of which is deliverable and testable.</p>
<p>If your user story is not testable because it depends on other pieces &#8211; it seems like that is a scheduling issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvi Pascual</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-287</link>
		<dc:creator>Salvi Pascual</dc:creator>
		<pubDate>Tue, 14 Dec 2010 18:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-287</guid>
		<description>Pretty interesting, I was looking for an explanation like this for days! Very useful. Thank you</description>
		<content:encoded><![CDATA[<p>Pretty interesting, I was looking for an explanation like this for days! Very useful. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://iserialized.com/features-vs-user-stories-in-scrum/comment-page-1/#comment-274</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 29 Oct 2010 10:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=194#comment-274</guid>
		<description>Thanks Paul

I&#039;ll keep those differences in mind</description>
		<content:encoded><![CDATA[<p>Thanks Paul</p>
<p>I&#8217;ll keep those differences in mind</p>
]]></content:encoded>
	</item>
</channel>
</rss>

