<?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>Ketan&#039;s Musings &#187; functional testing</title>
	<atom:link href="http://ketan.padegaonkar.name/tag/functional-testing/feed" rel="self" type="application/rss+xml" />
	<link>http://ketan.padegaonkar.name</link>
	<description>Where he blogs about his eclipse musings</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Code Coverage And Functional Tests</title>
		<link>http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html</link>
		<comments>http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:04:03 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code coverage]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[functional testing]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=390</guid>
		<description><![CDATA[I am often asked this rather perilous question: How do I view code coverage for my functional tests? Short answer: Here&#8217;s how&#8230;. However, use it only for figuring out what functionality is not covered, not as a workaround for not having enough unit and integrations. Having to use functional tests to determine percentage of code [...]]]></description>
			<content:encoded><![CDATA[<p>I am often asked this rather perilous question:</p>
<blockquote><p>How do I view code coverage for my functional tests?</p></blockquote>
<p>Short answer:</p>
<blockquote><p>Here&#8217;s how&#8230;. However, use it only for figuring out what functionality is not covered, not as a workaround for not having enough unit and integrations.</p></blockquote>
<p>Having to use functional tests to determine percentage of code coverage is IMO a bad smell, avoid as much as possible.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html&amp;title=Code+Coverage+And+Functional+Tests" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html&amp;title=Code+Coverage+And+Functional+Tests" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Code+Coverage+And+Functional+Tests+-+http://bit.ly/c1fK6m&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html&amp;t=Code+Coverage+And+Functional+Tests" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html&amp;title=Code+Coverage+And+Functional+Tests&amp;description=I%20am%20often%20asked%20this%20rather%20perilous%20question%3A%0D%0A%0D%0AHow%20do%20I%20view%20code%20coverage%20for%20my%20functional%20tests%3F%0D%0A%0D%0AShort%20answer%3A%0D%0A%0D%0AHere%27s%20how....%20However%2C%20use%20it%20only%20for%20figuring%20out%20what%20functionality%20is%20not%20covered%2C%20not%20as%20a%20workaround%20for%20not%20having%20enough%20unit%20and%20integrations.%0D%0A%0D%0AHaving%20to%20use%20functi" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2009/08/26/code-coverage-and-functional-tests.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SWTBot 1.2.0 released</title>
		<link>http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html</link>
		<comments>http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html#comments</comments>
		<pubDate>Fri, 29 Aug 2008 21:34:25 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=237</guid>
		<description><![CDATA[For the impatient: Direct download link: https://sourceforge.net/project/showfiles.php?group_id=188411&#38;package_id=220519&#38;release_id=622752 Update site: http://swtbot.sourceforge.net/latest/update-site/ SWTBot 1.2.0 is the 3rd of the 1.x releases of SWTBot was released last night, and there have already been about 200 downloads by the time of writing this blog post. SWTBot has always believed in release early release often mantra, and pushes out nightly [...]]]></description>
			<content:encoded><![CDATA[<p>For the impatient:<br />
Direct download link: <a href="https://sourceforge.net/project/showfiles.php?group_id=188411&amp;package_id=220519&amp;release_id=622752">https://sourceforge.net/project/showfiles.php?group_id=188411&amp;package_id=220519&amp;release_id=622752</a></p>
<p>Update site: <a href="http://swtbot.sourceforge.net/latest/update-site/">http://swtbot.sourceforge.net/latest/update-site/</a></p>
<p>SWTBot 1.2.0 is the 3rd of the 1.x releases of SWTBot was released last night, and there have already been about 200 downloads by the time of writing this blog post.</p>
<p>SWTBot has always believed in <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">release early release often</a> mantra, and pushes out <a href="http://swtbot.sourceforge.net/artifacts/trunk/">nightly builds</a> out of CruiseControl. From the download stats I&#8217;m looking at, there are more downloads of the nightly build than the &#8216;stable&#8217; available on the sourceforge mirrors.</p>
<p>The highlight of the release is support for view menus and view toolbar.</p>
<p>Thanks to the contributors and adoptors, for patches, criticism, and suggestions for improvement. The release has fixed about <a href="http://swtbot.sourceforge.net/changelog.html">42 issues</a>.</p>
<p>Read more on the detailed <a href="http://swtbot.sourceforge.net/releases/1.2.0/release-notes.html">release notes</a> and the <a href="http://swtbot.sourceforge.net/changelog.html">changelog</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html&amp;title=SWTBot+1.2.0+released" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html&amp;title=SWTBot+1.2.0+released" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+SWTBot+1.2.0+released+-+http://bit.ly/cBWzNk&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html&amp;t=SWTBot+1.2.0+released" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html&amp;title=SWTBot+1.2.0+released&amp;description=For%20the%20impatient%3A%0ADirect%20download%20link%3A%20https%3A%2F%2Fsourceforge.net%2Fproject%2Fshowfiles.php%3Fgroup_id%3D188411%26amp%3Bpackage_id%3D220519%26amp%3Brelease_id%3D622752%0A%0AUpdate%20site%3A%20http%3A%2F%2Fswtbot.sourceforge.net%2Flatest%2Fupdate-site%2F%0A%0ASWTBot%201.2.0%20is%20the%203rd%20of%20the%201.x%20releases%20of%20SWTBot%20was%20released%20last%20night%2C%20and%20there" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2008/08/30/swtbot-120-released.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing SWTBot 1.0</title>
		<link>http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html</link>
		<comments>http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html#comments</comments>
		<pubDate>Thu, 22 May 2008 13:41:17 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=230</guid>
		<description><![CDATA[I just made new release of SWTBot &#8211; 1.0 Direct download link: http://sourceforge.net/project/showfiles.php?group_id=188411&#38;package_id=220519&#38;release_id=601136 Update site: http://swtbot.sourceforge.net/latest/update-site/ Some features: A recorder API &#8212; now you can record SWTBot scripts. Still in beta though. Better SWTBot integration in eclipse &#8212; now you can run tests within eclipse. More API &#8212; now you can use more SWT controls [...]]]></description>
			<content:encoded><![CDATA[<p>I just made new release of <a href="http://swtbot.org">SWTBot</a> &#8211; 1.0</p>
<p>Direct download link: <a href="http://sourceforge.net/project/showfiles.php?group_id=188411&amp;package_id=220519&amp;release_id=601136">http://sourceforge.net/project/showfiles.php?group_id=188411&amp;package_id=220519&amp;release_id=601136</a></p>
<p>Update site: <a href="http://swtbot.sourceforge.net/latest/update-site/">http://swtbot.sourceforge.net/latest/update-site/</a></p>
<p>Some features:</p>
<ul>
<li>A recorder API &#8212; now you can record SWTBot scripts. Still in beta though.</li>
<li>Better SWTBot integration in eclipse &#8212; now you can run tests within eclipse.</li>
<li>More API &#8212; now you can use more SWT controls using an even richer API.</li>
<li>More stable than before.</li>
</ul>
<p>For more details,  you can read up on the <a href="http://swtbot.sourceforge.net/wiki/Release_Notes_-_1.0.0">release notes here.</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html&amp;title=Announcing+SWTBot+1.0" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html&amp;title=Announcing+SWTBot+1.0" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Announcing+SWTBot+1.0+-+http://bit.ly/bFhv1t&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html&amp;t=Announcing+SWTBot+1.0" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html&amp;title=Announcing+SWTBot+1.0&amp;description=I%20just%20made%20new%20release%20of%20SWTBot%20-%201.0%0A%0ADirect%20download%20link%3A%20http%3A%2F%2Fsourceforge.net%2Fproject%2Fshowfiles.php%3Fgroup_id%3D188411%26amp%3Bpackage_id%3D220519%26amp%3Brelease_id%3D601136%0A%0AUpdate%20site%3A%20http%3A%2F%2Fswtbot.sourceforge.net%2Flatest%2Fupdate-site%2F%0A%0ASome%20features%3A%0A%0A%09A%20recorder%20API%20--%20now%20you%20can%20record%20SWTBot%20script" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2008/05/22/announcing-swtbot-10.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SWTBot 1.0 out soon&#8230;</title>
		<link>http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html</link>
		<comments>http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html#comments</comments>
		<pubDate>Tue, 29 Apr 2008 15:40:14 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=228</guid>
		<description><![CDATA[So I&#8217;ll be doing a release of SWTBot 1.0 sometime soon After quite some rigorous tests on a real life project I believe it&#8217;s now quite stable enough to be called a major release. A lot of folks have asked me if there&#8217;s a way I could provide any intermediate builds as and when fixes [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ll be doing a release of <a href="http://swtbot.org">SWTBot</a> 1.0 sometime soon <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  After quite some rigorous tests on a <a href="http://studios.thoughtworks.com/twist">real life project</a> I believe it&#8217;s now quite stable enough to be called a major release.</p>
<p>A lot of folks have asked me if there&#8217;s a way I could provide any intermediate builds as and when fixes are checked in into trunk. To address this issue, I&#8217;ll be putting in some build scripts to push builds out of the <a href="http://cruisecontrol.sourceforge.net">CruiseControl</a> running at <a href="http://www.thoughtworks.com">ThoughtWorks</a>.</p>
<p>Watch out for this space for an announcement about this&#8230;</p>
<p>What&#8217;s next, I hear there&#8217;s something called <a href="http://www.eclipse.org/ercp/">eSWT and eRCP</a> out there, there&#8217;s also some search engine company doing <a href="http://code.google.com/android/">something similar</a> <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html&amp;title=SWTBot+1.0+out+soon..." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html&amp;title=SWTBot+1.0+out+soon..." rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+SWTBot+1.0+out+soon...+-+http://bit.ly/dpOXE3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html&amp;t=SWTBot+1.0+out+soon..." rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html&amp;title=SWTBot+1.0+out+soon...&amp;description=So%20I%27ll%20be%20doing%20a%20release%20of%20SWTBot%201.0%20sometime%20soon%20%3A%29%20After%20quite%20some%20rigorous%20tests%20on%20a%20real%20life%20project%20I%20believe%20it%27s%20now%20quite%20stable%20enough%20to%20be%20called%20a%20major%20release.%0A%0AA%20lot%20of%20folks%20have%20asked%20me%20if%20there%27s%20a%20way%20I%20could%20provide%20any%20intermediate%20builds%20as%20and%20when%20fixes%20are%20checked%20i" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2008/04/29/swtbot-10-out-soon.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing SWTBot 0.2</title>
		<link>http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html</link>
		<comments>http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:11:52 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html</guid>
		<description><![CDATA[I just made new release of SWTBot &#8211; 0.2.0. Some features: A recorder API &#8212; now you can record SWTBot scripts. Better SWTBot integration in eclipse &#8212; now you can run tests within eclipse. More API &#8212; now you can use more SWT controls using an even richer API. For more details, you can read [...]]]></description>
			<content:encoded><![CDATA[<p>I just made new release of SWTBot &#8211; 0.2.0.</p>
<p>Some features:</p>
<ul>
<li>A recorder API &#8212; now you can record SWTBot scripts.</li>
<li>Better SWTBot integration in eclipse &#8212; now you can run tests within eclipse.</li>
<li>More API &#8212; now you can use more SWT controls using an even richer API.</li>
</ul>
<p>For more details,  you can read up on the <a href="http://swtbot.sourceforge.net/wiki/Release_Notes_-_0.2.0-beta">release notes here.</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html&amp;title=Announcing+SWTBot+0.2" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html&amp;title=Announcing+SWTBot+0.2" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Announcing+SWTBot+0.2+-+http://bit.ly/9kO5bW&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html&amp;t=Announcing+SWTBot+0.2" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html&amp;title=Announcing+SWTBot+0.2&amp;description=I%20just%20made%20new%20release%20of%20SWTBot%20-%200.2.0.%0A%0ASome%20features%3A%0A%0A%09A%20recorder%20API%20--%20now%20you%20can%20record%20SWTBot%20scripts.%0A%09Better%20SWTBot%20integration%20in%20eclipse%20--%20now%20you%20can%20run%20tests%20within%20eclipse.%0A%09More%20API%20--%20now%20you%20can%20use%20more%20SWT%20controls%20using%20an%20even%20richer%20API.%0A%0A%0AFor%20more%20details%2C%20%20you%20can%20read%20" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2008/03/01/announcing-swtbot-02.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing SWTBot 0.1</title>
		<link>http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html</link>
		<comments>http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 15:46:13 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html</guid>
		<description><![CDATA[I&#8217;d like to announce SWTBot a functional testing tool for SWT. Here is a quick list of features supported by SWTBot. Here is a link to some sample code and screencasts Share this on del.icio.us Post on Google Buzz Share this on Reddit Tweet This! Share this on Facebook Add this to DZone]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to announce <a href="http://swtbot.org">SWTBot</a> a functional testing tool for SWT.</p>
<p>Here is a quick list of <a href="http://swtbot.sourceforge.net/w/index.php?title=Features&amp;oldid=1381">features</a> supported by SWTBot.</p>
<p>Here is a <a href="https://swtbot.svn.sourceforge.net/svnroot/swtbot/tags/0.1.0-alpha/net.sf.swtbot.finder.test/src/net/sf/swtbot/widgets/">link</a> to some <a href="https://swtbot.svn.sourceforge.net/svnroot/swtbot/tags/0.1.0-alpha/net.sf.swtbot.demo/src/net/sf/swtbot/demo/SWTBotDemo.java">sample code</a> and <a href="http://swtbot.sourceforge.net/wiki/Screencasts">screencasts</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html&amp;title=Announcing+SWTBot+0.1" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html&amp;title=Announcing+SWTBot+0.1" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Announcing+SWTBot+0.1+-+http://bit.ly/ck72R1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html&amp;t=Announcing+SWTBot+0.1" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html&amp;title=Announcing+SWTBot+0.1&amp;description=I%27d%20like%20to%20announce%20SWTBot%20a%20functional%20testing%20tool%20for%20SWT.%0A%0AHere%20is%20a%20quick%20list%20of%20features%20supported%20by%20SWTBot.%0A%0AHere%20is%20a%20link%20to%20some%20sample%20code%20and%20screencasts" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/12/18/announcing-swtbot-01.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another sneak preview into SWTBot</title>
		<link>http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html</link>
		<comments>http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html#comments</comments>
		<pubDate>Wed, 14 Nov 2007 10:46:36 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html</guid>
		<description><![CDATA[Here&#8217;s yet another sneak preview into SWTBot. This time SWTBot makes a profound statement &#8220;Hello World&#8220;, to demonstrate what SWTBot is able to do. Click here to view full screen. SWTBot also runs on Linux, although the screencasts are all recorded in Windows. Click here, in case you wish to look at the script that [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s yet another <a href="http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html">sneak preview into SWTBot</a>.</p>
<p>This time SWTBot makes a profound statement &#8220;<a href="http://www.gnu.org/fun/jokes/helloworld.html">Hello World</a>&#8220;, to demonstrate what SWTBot is able to do. <a href="http://swtbot.sourceforge.net/screencasts/SWTBotEclipseHelloWorld-FullScreen.html">Click here</a> to view full screen.</p>
<p><a href="http://swtbot.sourceforge.net">SWTBot</a> also runs on Linux, although the screencasts are all recorded in Windows. <a href="http://swtbot.svn.sourceforge.net/viewvc/swtbot/trunk/net.sf.swtbot.eclipse.spy/src/net/sf/swtbot/eclipse/spy/PlayBackThread.java?revision=142&amp;view=markup">Click here</a>, in case you wish to look at the script that executes this.</p>
<p>This preview was created using <a href="http://www.debugmode.com/wink/">Wink</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html&amp;title=Another+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html&amp;title=Another+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+Another+sneak+preview+into+SWTBot+-+http://bit.ly/9EztW7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html&amp;t=Another+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html&amp;title=Another+sneak+preview+into+SWTBot&amp;description=Here%27s%20yet%20another%20sneak%20preview%20into%20SWTBot.%0A%0AThis%20time%20SWTBot%20makes%20a%20profound%20statement%20%22Hello%20World%22%2C%20to%20demonstrate%20what%20SWTBot%20is%20able%20to%20do.%20Click%20here%20to%20view%20full%20screen.%0A%0ASWTBot%20also%20runs%20on%20Linux%2C%20although%20the%20screencasts%20are%20all%20recorded%20in%20Windows.%20Click%20here%2C%20in%20case%20you%20wish%20to%20look%20a" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/11/14/another-sneak-preview-into-swtbot.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A sneak preview into SWTBot</title>
		<link>http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html</link>
		<comments>http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html#comments</comments>
		<pubDate>Fri, 02 Nov 2007 20:23:32 +0000</pubDate>
		<dc:creator>Ketan</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Recommeded tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[swtbot]]></category>

		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html</guid>
		<description><![CDATA[It&#8217;s been a while and some folks have already sent some private emails asking for some sort of a preview on SWTBot. SWTBot is an open-source functional testing tool for SWT applications. So here it is. Click here to view full screen. This is still pre-alpha, as of now, you will see some basic functionality [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while and some folks have already sent some private emails asking for some sort of a preview on <a href="http://swtbot.sf.net">SWTBot</a>. SWTBot is an open-source functional testing tool for SWT applications.</p>
<p>So here it is. <a href='http://swtbot.sourceforge.net/screencasts/sneakPreview-FullScreen.html' title='A sneak preview into SWTBot — Large.htm'>Click here</a> to view full screen.</p>
<p>This is still pre-alpha, as of now, you will see some basic functionality to be able to click on some basic SWT controls. The litmus test would be to eventually run this inside eclipse &#8212; to test eclipse itself <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This preview was created using <a href="http://www.debugmode.com/wink/">Wink</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html&amp;title=A+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html&amp;title=A+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40ketanpkr+A+sneak+preview+into+SWTBot+-+http://bit.ly/94F4DA&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html&amp;t=A+sneak+preview+into+SWTBot" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html&amp;title=A+sneak+preview+into+SWTBot&amp;description=It%27s%20been%20a%20while%20and%20some%20folks%20have%20already%20sent%20some%20private%20emails%20asking%20for%20some%20sort%20of%20a%20preview%20on%20SWTBot.%20SWTBot%20is%20an%20open-source%20functional%20testing%20tool%20for%20SWT%20applications.%0A%0ASo%20here%20it%20is.%20Click%20here%20to%20view%20full%20screen.%0A%0AThis%20is%20still%20pre-alpha%2C%20as%20of%20now%2C%20you%20will%20see%20some%20basic%20func" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://ketan.padegaonkar.name/2007/11/03/a-sneak-preview-into-swtbot.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
