<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amit Klein &#187; Testing</title>
	<atom:link href="http://amitklein.com/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://amitklein.com</link>
	<description>Figurin&#039; it out...</description>
	<lastBuildDate>Wed, 16 May 2012 17:34:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Who Needs Estimates?</title>
		<link>http://amitklein.com/2009/09/17/who-needs-estimates/</link>
		<comments>http://amitklein.com/2009/09/17/who-needs-estimates/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:59:20 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://amitklein.com/?p=678</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://amitklein.com/2009/09/17/who-needs-estimates/' addthis:title='Who Needs Estimates? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Last weekend, I participated in and helped organize the CodeChef TechTalks.  In Bangalore, we had a birds of a feather session where the question was asked, why do we need estimates when developing software? Here&#8217;s my take: No one is &#8230; <a href="http://amitklein.com/2009/09/17/who-needs-estimates/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style" addthis:url='http://amitklein.com/2009/09/17/who-needs-estimates/' addthis:title='Who Needs Estimates?' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_hackernews"></a><a class="addthis_button_email"></a></div>]]></description>
		<wfw:commentRss>http://amitklein.com/2009/09/17/who-needs-estimates/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Functional Web Application Testing with Selenium IDE and RC</title>
		<link>http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/</link>
		<comments>http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:50:01 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://amitklein.com/?p=124</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/' addthis:title='Functional Web Application Testing with Selenium IDE and RC '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Introduction (How can testing make our lives easier) What is Selenium? Selenium IDE Trivial Example A Less Trivial Test Case (and some useful commands) Selenium RC Setup An example using Python The Future Additional Resources Reference Tutorials Testivus Introduction (How &#8230; <a href="http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style" addthis:url='http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/' addthis:title='Functional Web Application Testing with Selenium IDE and RC' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_hackernews"></a><a class="addthis_button_email"></a></div>]]></description>
		<wfw:commentRss>http://amitklein.com/2008/02/26/functional-web-application-testing-with-selenium-ide-and-rc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Testivus</title>
		<link>http://amitklein.com/2008/02/26/testivus/</link>
		<comments>http://amitklein.com/2008/02/26/testivus/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 02:34:26 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://amitklein.com/?p=44</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://amitklein.com/2008/02/26/testivus/' addthis:title='Testivus '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Although we are striving towards integrating testing more closely into our development process we still have a long way to go. I thought this article does a good job of explaining testing philosophy in a fun way. http://www.developertesting.com/archives/month200705/20070502-000424.html To summarize: &#8230; <a href="http://amitklein.com/2008/02/26/testivus/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style" addthis:url='http://amitklein.com/2008/02/26/testivus/' addthis:title='Testivus' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_hackernews"></a><a class="addthis_button_email"></a></div>]]></description>
		<wfw:commentRss>http://amitklein.com/2008/02/26/testivus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good Bug Tracking (aka How to make developers not want to kill you for logging ambiguous bugs they cant reproduce)</title>
		<link>http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/</link>
		<comments>http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 04:19:44 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://amitklein.com/?p=81</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/' addthis:title='Good Bug Tracking (aka How to make developers not want to kill you for logging ambiguous bugs they cant reproduce) '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>In the high-flying fast-paced world of web development it seems like the current &#8220;hot&#8221; technologies change every day. Luckily there some things that never change&#8230; bugs. While we are trying to improve our method of logging, assigning, tracking and resolving &#8230; <a href="http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style" addthis:url='http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/' addthis:title='Good Bug Tracking (aka How to make developers not want to kill you for logging ambiguous bugs they cant reproduce)' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_hackernews"></a><a class="addthis_button_email"></a></div>]]></description>
		<wfw:commentRss>http://amitklein.com/2007/12/10/good-bug-tracking-aka-how-to-make-developers-not-want-to-kill-you-for-logging-ambiguous-bugs-they-cant-reproduce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

