<?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: Using Test Cases during Testing</title>
	<atom:link href="http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html</link>
	<description>Dealing with software projects in real life</description>
	<lastBuildDate>Tue, 16 Mar 2010 08:56:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pawel Brodzinski</title>
		<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/comment-page-1#comment-2343</link>
		<dc:creator>Pawel Brodzinski</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html#comment-2343</guid>
		<description>Which is by the way one of problems with test cases - you can&#039;t cover every possible scenario with test cases.</description>
		<content:encoded><![CDATA[<p>Which is by the way one of problems with test cases &#8211; you can&#39;t cover every possible scenario with test cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/comment-page-1#comment-2342</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html#comment-2342</guid>
		<description>Not only that, but with an unscripted run there is the possibility of uncovering bugs that wouldn&#039;t come out in the test cases.&lt;br /&gt;&lt;br /&gt;For instance, the user clicks on control b, then a, then c.  That particular combination is nowhere in the test cases, but it ends up generating an error that needs to be handled.&lt;br /&gt;&lt;br /&gt;Josh Nankivel&lt;br /&gt;&lt;a href=&quot;http://pmStudent.com&quot; rel=&quot;nofollow&quot;&gt;pmStudent.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Not only that, but with an unscripted run there is the possibility of uncovering bugs that wouldn&#39;t come out in the test cases.</p>
<p>For instance, the user clicks on control b, then a, then c.  That particular combination is nowhere in the test cases, but it ends up generating an error that needs to be handled.</p>
<p>Josh Nankivel<br /><a href="http://pmStudent.com" rel="nofollow">pmStudent.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel Brodzinski</title>
		<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/comment-page-1#comment-2341</link>
		<dc:creator>Pawel Brodzinski</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html#comment-2341</guid>
		<description>I was always a big fan of exploratory testing when you don&#039;t follow beaten tracks but make your own journey through the application. Test cases are nothing more but a web of beaten tracks, which of course must be checked, but if we limit ourselves just to these paths we limit our chances to improve usability, ergonomics, GUI look &amp; feel etc (as in your examples).</description>
		<content:encoded><![CDATA[<p>I was always a big fan of exploratory testing when you don&#39;t follow beaten tracks but make your own journey through the application. Test cases are nothing more but a web of beaten tracks, which of course must be checked, but if we limit ourselves just to these paths we limit our chances to improve usability, ergonomics, GUI look &amp; feel etc (as in your examples).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/comment-page-1#comment-2340</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html#comment-2340</guid>
		<description>I think this is a great point Pawel!&lt;br /&gt;&lt;br /&gt;If nothing else, this would serve well as a usability test.  How intuitive is the interface?  If you have done a really great job with it, someone who is untrained and without a guide should be able to sit down and start using at least some basic functionality.&lt;br /&gt;&lt;br /&gt;Josh Nankivel&lt;br /&gt;&lt;a href=&quot;http://pmStudent.com&quot; rel=&quot;nofollow&quot;&gt;pmStudent.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think this is a great point Pawel!</p>
<p>If nothing else, this would serve well as a usability test.  How intuitive is the interface?  If you have done a really great job with it, someone who is untrained and without a guide should be able to sit down and start using at least some basic functionality.</p>
<p>Josh Nankivel<br /><a href="http://pmStudent.com" rel="nofollow">pmStudent.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krish</title>
		<link>http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html/comment-page-1#comment-2339</link>
		<dc:creator>Krish</dc:creator>
		<pubDate>Thu, 09 Jul 2009 19:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brodzinski.com/2009/07/using-test-cases-during-testing.html#comment-2339</guid>
		<description>Interesting point. It is always useful to get a fresh perspective from persons uninitiated to the project. They always ask questions that help you rethink what you are trying to do.</description>
		<content:encoded><![CDATA[<p>Interesting point. It is always useful to get a fresh perspective from persons uninitiated to the project. They always ask questions that help you rethink what you are trying to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
