<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Taking on &#8220;Testing Triangles &#8211; A classic excercise&#8221;</title>
	<atom:link href="http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/feed/" rel="self" type="application/rss+xml" />
	<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/</link>
	<description>Dedicated to thoughts around Software Testing, Development &#38; Technology</description>
	<lastBuildDate>Tue, 20 Oct 2009 10:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Venkat Reddy Chintalapudi</title>
		<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-106</link>
		<dc:creator>Venkat Reddy Chintalapudi</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-106</guid>
		<description>The content of the post has been fine tuned.</description>
		<content:encoded><![CDATA[<p>The content of the post has been fine tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat Reddy Chintalapudi</title>
		<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-97</link>
		<dc:creator>Venkat Reddy Chintalapudi</dc:creator>
		<pubDate>Sun, 25 Mar 2007 06:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-97</guid>
		<description>Thanks Elisabeth for pointing to me this exercise.

Simple testing problems like this helps us towards the approach on how you are testing and uncovering the important issues.

Seen many issues on the input validations on your post, but they are secondary.

Interesting bugs here that Application says an invalid triangle as a valid and drawing the same out of the box.

You said it right, &quot;sides = sides.sort();&quot; code like this is very common for the developers to make and miss out the same in code review.

But it&#039;s easy to catch, if the developer starts writing a unit tests for the same.</description>
		<content:encoded><![CDATA[<p>Thanks Elisabeth for pointing to me this exercise.</p>
<p>Simple testing problems like this helps us towards the approach on how you are testing and uncovering the important issues.</p>
<p>Seen many issues on the input validations on your post, but they are secondary.</p>
<p>Interesting bugs here that Application says an invalid triangle as a valid and drawing the same out of the box.</p>
<p>You said it right, &#8220;sides = sides.sort();&#8221; code like this is very common for the developers to make and miss out the same in code review.</p>
<p>But it&#8217;s easy to catch, if the developer starts writing a unit tests for the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-95</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Sun, 25 Mar 2007 04:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-95</guid>
		<description>But original credit for finding the sort bug should go to Mallik of http://codeinspections.blogspot.com since he has posted the issue couple a day before this article. But definitely this article provided additional informtion definitely.

[ &lt;em&gt;Venkat&#039;s Reply:
Prasad, mallik is a friend of mine &amp; i have appreciated over the same. My mission here is to the the approach towards testing the same. The more time you to take to explore an issue, will save lot of time for others to understand, debug and fix the same.
&lt;/em&gt;]</description>
		<content:encoded><![CDATA[<p>But original credit for finding the sort bug should go to Mallik of <a href="http://codeinspections.blogspot.com" rel="nofollow">http://codeinspections.blogspot.com</a> since he has posted the issue couple a day before this article. But definitely this article provided additional informtion definitely.</p>
<p>[ <em>Venkat's Reply:<br />
Prasad, mallik is a friend of mine &amp; i have appreciated over the same. My mission here is to the the approach towards testing the same. The more time you to take to explore an issue, will save lot of time for others to understand, debug and fix the same.<br />
</em>]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat Reddy Chintalapudi</title>
		<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-94</link>
		<dc:creator>Venkat Reddy Chintalapudi</dc:creator>
		<pubDate>Sat, 24 Mar 2007 17:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-94</guid>
		<description>Thanks Pradeep for your comments.

My misson out here is to uncover the critical issues of the application as early as passible. This will happen only when we work with the application and improve the undestanding of the same by exploring it&#039;s features.

So this post contains my approch towards testing an application and the same need improvement. I wish i could do that in a betterway.</description>
		<content:encoded><![CDATA[<p>Thanks Pradeep for your comments.</p>
<p>My misson out here is to uncover the critical issues of the application as early as passible. This will happen only when we work with the application and improve the undestanding of the same by exploring it&#8217;s features.</p>
<p>So this post contains my approch towards testing an application and the same need improvement. I wish i could do that in a betterway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elisabeth Hendrickson</title>
		<link>http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-93</link>
		<dc:creator>Elisabeth Hendrickson</dc:creator>
		<pubDate>Sat, 24 Mar 2007 13:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://venkatreddyc.wordpress.com/2007/03/24/taking-on-testing-triangles-a-classic-excercise/#comment-93</guid>
		<description>Wow, that&#039;s an impressive bit of analysis!  I&#039;m particularly impressed that you took the time to find the sort bug that causes all kinds of odd behavior in this little sample.  (It&#039;s an example of a subtle mistake that&#039;s easy to make when writing code, hard to spot when reading code, and that can be easy to miss if you only ever try single digit test data.)  Excellent work!</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s an impressive bit of analysis!  I&#8217;m particularly impressed that you took the time to find the sort bug that causes all kinds of odd behavior in this little sample.  (It&#8217;s an example of a subtle mistake that&#8217;s easy to make when writing code, hard to spot when reading code, and that can be easy to miss if you only ever try single digit test data.)  Excellent work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
