<?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: User Stories Should Be *Testable*</title>
	<atom:link href="http://www.allaboutagile.com/user-stories-should-be-testable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allaboutagile.com/user-stories-should-be-testable/</link>
	<description>Agile Development Made Easy!</description>
	<lastBuildDate>Sun, 16 Jun 2013 21:01:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-653</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-653</guid>
		<description><![CDATA[As a QA Analyst for over a decade, I do not agree with the test examples in most User Stories. A test should be an action and an expected result, whereas the acceptance tests commonly given in the User Story examples are really Waterfall requirements statements without the word &quot;shall&quot; in it. Seriously! Look at it for a while and you will see what I mean. User Stories are leveraging the test section in order to further refine requirements, but it is no more a test than a requirement is a test. &lt;br /&gt;&lt;br /&gt;Why create test cases in advance? Well, I find that it helps me prepare on many levels, but that is quite a lengthy subject, not to mention that generating tests is in and of itself a form of testing(static). If you can catch defects in requirements, you have stopped them at the least expesive point of the process. I will also note that finding data values on the fly can be extremely time consuming. It helps to find out how dev has layed the tables out, etc. and test writing is a great way of figuring that out. &lt;br /&gt;&lt;br /&gt;One other note: I believe that it is inherently not a good practice for developers to have access to the QA tests. Developers should never test the way that QA tests.  Also, the prospect of unknown audits can often lead us to do more complete work than if we know the audit will not cover something.&lt;br /&gt;&lt;br /&gt;Do you need a dedicated tester on the team? Hmmm...well I just logged 150 defects on a release that was Unit tested before I got it, and this was created by senior developers. If you want to be less accountable for the work you do and you don&#039;t mind more bugs going to the end user, then by all means get rid of the people who specialize in it. :)]]></description>
		<content:encoded><![CDATA[<p>As a QA Analyst for over a decade, I do not agree with the test examples in most User Stories. A test should be an action and an expected result, whereas the acceptance tests commonly given in the User Story examples are really Waterfall requirements statements without the word &quot;shall&quot; in it. Seriously! Look at it for a while and you will see what I mean. User Stories are leveraging the test section in order to further refine requirements, but it is no more a test than a requirement is a test. </p>
<p>Why create test cases in advance? Well, I find that it helps me prepare on many levels, but that is quite a lengthy subject, not to mention that generating tests is in and of itself a form of testing(static). If you can catch defects in requirements, you have stopped them at the least expesive point of the process. I will also note that finding data values on the fly can be extremely time consuming. It helps to find out how dev has layed the tables out, etc. and test writing is a great way of figuring that out. </p>
<p>One other note: I believe that it is inherently not a good practice for developers to have access to the QA tests. Developers should never test the way that QA tests.  Also, the prospect of unknown audits can often lead us to do more complete work than if we know the audit will not cover something.</p>
<p>Do you need a dedicated tester on the team? Hmmm&#8230;well I just logged 150 defects on a release that was Unit tested before I got it, and this was created by senior developers. If you want to be less accountable for the work you do and you don&#39;t mind more bugs going to the end user, then by all means get rid of the people who specialize in it. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Claridge</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-568</link>
		<dc:creator>Ray Claridge</dc:creator>
		<pubDate>Sat, 01 Aug 2009 21:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-568</guid>
		<description><![CDATA[Hi Steve,&lt;br /&gt;&lt;br /&gt;Having worked in agile teams for a while now, I have to agree with Kelly&#039;s response &#039;the process is largely the same&#039;. Another advantage to writing test cases &#039;just in time&#039; is that they stay fresh in your mind. How many times have you written test cases, sometimes months up front and by the time you test, forgotten the logic behind them?]]></description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Having worked in agile teams for a while now, I have to agree with Kelly&#39;s response &#39;the process is largely the same&#39;. Another advantage to writing test cases &#39;just in time&#39; is that they stay fresh in your mind. How many times have you written test cases, sometimes months up front and by the time you test, forgotten the logic behind them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Waters</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-295</link>
		<dc:creator>Kelly Waters</dc:creator>
		<pubDate>Thu, 15 May 2008 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-295</guid>
		<description><![CDATA[Hi Steve&lt;br/&gt;&lt;br/&gt;You make some very fair points that I know are a concern to a lot of testers getting used to agile.  &lt;br/&gt;&lt;br/&gt;In part, the point is really a philisophical one.  In traditional waterfall projects, a tester has to think of the data to enter to drive out the test scenarios.  In agile, the tester still has to think of the same things; just not necessarily *all* up-front, they can do it when they come to execute the test cases for the user story.&lt;br/&gt;&lt;br/&gt;Specific data input that drives different scenarios can be captured in the test cases on the user story where appropriate.  For example, to test a credit card payment you might have: 1) test visa card, 2) test amex card, 3) test expired card.  You could potentially put the data with the test cases, but I&#039;d suggest only including the essential differences in the data that drive it down a different scenario.  And only if somehow it&#039;s helpful to do that up-front rather than when the story is ready to be tested.&lt;br/&gt;&lt;br/&gt;If you&#039;re using a test management system, further details can be held in there, with each test case scripted in more detail if and where that&#039;s appropriate.  At least then it&#039;s repeatable, but in agile testing would ideally be largely automated anyway, so it may not be necessary.&lt;br/&gt;&lt;br/&gt;With or without this extra detail, it&#039;s still good to capture the basic test cases before development, as part of getting the user story written.&lt;br/&gt;&lt;br/&gt;If you have a requirement to capture evidence of test results for audit purposes, you can still do so in your test management system, when the tests are executed.  And you can still use your test management system to see how much of the testing has been covered for the sprint, and how much has passed.&lt;br/&gt;&lt;br/&gt;Basically the process is largely the same as in traditional projects.  But you do it piecemeal when it is needed, i.e. just in time, instead of all up-front.&lt;br/&gt;&lt;br/&gt;Kelly.]]></description>
		<content:encoded><![CDATA[<p>Hi Steve</p>
<p>You make some very fair points that I know are a concern to a lot of testers getting used to agile.  </p>
<p>In part, the point is really a philisophical one.  In traditional waterfall projects, a tester has to think of the data to enter to drive out the test scenarios.  In agile, the tester still has to think of the same things; just not necessarily *all* up-front, they can do it when they come to execute the test cases for the user story.</p>
<p>Specific data input that drives different scenarios can be captured in the test cases on the user story where appropriate.  For example, to test a credit card payment you might have: 1) test visa card, 2) test amex card, 3) test expired card.  You could potentially put the data with the test cases, but I&#8217;d suggest only including the essential differences in the data that drive it down a different scenario.  And only if somehow it&#8217;s helpful to do that up-front rather than when the story is ready to be tested.</p>
<p>If you&#8217;re using a test management system, further details can be held in there, with each test case scripted in more detail if and where that&#8217;s appropriate.  At least then it&#8217;s repeatable, but in agile testing would ideally be largely automated anyway, so it may not be necessary.</p>
<p>With or without this extra detail, it&#8217;s still good to capture the basic test cases before development, as part of getting the user story written.</p>
<p>If you have a requirement to capture evidence of test results for audit purposes, you can still do so in your test management system, when the tests are executed.  And you can still use your test management system to see how much of the testing has been covered for the sprint, and how much has passed.</p>
<p>Basically the process is largely the same as in traditional projects.  But you do it piecemeal when it is needed, i.e. just in time, instead of all up-front.</p>
<p>Kelly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Watson</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-294</link>
		<dc:creator>Steve Watson</dc:creator>
		<pubDate>Thu, 15 May 2008 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-294</guid>
		<description><![CDATA[One thing that I do have a concern with is the lack of testing detail. Following a traditional waterfall approach, you have a test case and then a script which tells you what data you are entering and what the expected result is. When writing user stories you write high level test conditions, but do not have much detail. I guess it is not a problem if the test is very simple, but if there are a number of variables where different results occur depending upon a value entered, then surely the inputs should be recorded. I also wonder how Agile as a methodology stand up to auditing. I have worked for banks where the tests are audited due to regulatory requirements and there is an expectation that the test inputs are fully defined, with expected results, and more importantly some proof of the result!. Where in Agile does proof of test results for auditing sit?]]></description>
		<content:encoded><![CDATA[<p>One thing that I do have a concern with is the lack of testing detail. Following a traditional waterfall approach, you have a test case and then a script which tells you what data you are entering and what the expected result is. When writing user stories you write high level test conditions, but do not have much detail. I guess it is not a problem if the test is very simple, but if there are a number of variables where different results occur depending upon a value entered, then surely the inputs should be recorded. I also wonder how Agile as a methodology stand up to auditing. I have worked for banks where the tests are audited due to regulatory requirements and there is an expectation that the test inputs are fully defined, with expected results, and more importantly some proof of the result!. Where in Agile does proof of test results for auditing sit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Dempsey</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-259</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-259</guid>
		<description><![CDATA[At the end of a Sprint what should be produced is clean code, i.e. fully tested, bug-free code. When implementing user stories, developers should not have to be told that the user stories will be tested, as testing should be a part of their process.&lt;br/&gt;&lt;br/&gt;We use two types of testing - programmatic tests created by the developers, and acceptance testing, performed on the application by the user after the Sprint review.&lt;br/&gt;&lt;br/&gt;I have also seen teams where one of the member&#039;s sole responsibilities is to create tests for the code produced by others. Whether a dedicated tester is absolutely required is debatable, however some teams coming from a more traditional methodology will have one.&lt;br/&gt;&lt;br/&gt;Regardless, the development team should be testing to cover the application perspective, and the product owner should test from the user perspective. That way, all bases are covered.]]></description>
		<content:encoded><![CDATA[<p>At the end of a Sprint what should be produced is clean code, i.e. fully tested, bug-free code. When implementing user stories, developers should not have to be told that the user stories will be tested, as testing should be a part of their process.</p>
<p>We use two types of testing &#8211; programmatic tests created by the developers, and acceptance testing, performed on the application by the user after the Sprint review.</p>
<p>I have also seen teams where one of the member&#8217;s sole responsibilities is to create tests for the code produced by others. Whether a dedicated tester is absolutely required is debatable, however some teams coming from a more traditional methodology will have one.</p>
<p>Regardless, the development team should be testing to cover the application perspective, and the product owner should test from the user perspective. That way, all bases are covered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Dempsey</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-258</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Tue, 08 Apr 2008 00:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-258</guid>
		<description><![CDATA[The great thing about user stories are that they are written in plain English, rather that the traditional (1.1 The system shall do...) format. In this format, business users can understand what they should be able to do when performing acceptance testing. +1 for user stories.]]></description>
		<content:encoded><![CDATA[<p>The great thing about user stories are that they are written in plain English, rather that the traditional (1.1 The system shall do&#8230;) format. In this format, business users can understand what they should be able to do when performing acceptance testing. +1 for user stories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willi</title>
		<link>http://www.allaboutagile.com/user-stories-should-be-testable/#comment-257</link>
		<dc:creator>willi</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutagile.com/uncategorized/user-stories-should-be-testable/#comment-257</guid>
		<description><![CDATA[Hi Kelly,&lt;br/&gt;&lt;br/&gt;I&#039;m a follower of your blog and I have learnt a lot with it. Thanks for the contribution. &lt;br/&gt;&lt;br/&gt;I &#039;ve made an odd post at my companie&#039;s blog, and I invite you to watch it too! :)&lt;br/&gt;&lt;br/&gt;Hope you have fun!&lt;br/&gt;&lt;br/&gt;www.seatecnologia.com.br/blog&lt;br/&gt;or&lt;br/&gt;http://www.youtube.com/watch?v=g_Y-eHsADrw]]></description>
		<content:encoded><![CDATA[<p>Hi Kelly,</p>
<p>I&#8217;m a follower of your blog and I have learnt a lot with it. Thanks for the contribution. </p>
<p>I &#8216;ve made an odd post at my companie&#8217;s blog, and I invite you to watch it too! :)</p>
<p>Hope you have fun!</p>
<p><a href="http://www.seatecnologia.com.br/blog" rel="nofollow">http://www.seatecnologia.com.br/blog</a><br />or<br /><a href="http://www.youtube.com/watch?v=g_Y-eHsADrw" rel="nofollow">http://www.youtube.com/watch?v=g_Y-eHsADrw</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- Quick Cache: failed to write cache. The cache/ directory is either non-existent ( and could not be created ) or it is not writable. -->