<?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>A Tempest of Thoughts &#187; VBA</title>
	<atom:link href="http://tempe.st/category/vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempe.st</link>
	<description>aka blog.to_int(:inig)</description>
	<lastBuildDate>Thu, 07 Apr 2011 08:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>VBLiteUnit saved my life</title>
		<link>http://tempe.st/2007/07/vbliteunit-saved-my-life/</link>
		<comments>http://tempe.st/2007/07/vbliteunit-saved-my-life/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 08:30:56 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://tempe.st/2007/07/vbliteunit-saved-my-life/</guid>
		<description><![CDATA[I want to personally thank the guys at VBLiteUnit. Without their unit testing framework I wouldn&#8217;t have been able to catch and squash a bug in a vba product I coded for a client some time ago. The bug was stupid but difficult to catch because it altered a few record every ten or so [...]]]></description>
			<content:encoded><![CDATA[	<p>I want to personally thank the guys at <a href="http://vb-lite-unit.sourceforge.net/">VBLiteUnit</a>. Without their unit testing framework I wouldn&#8217;t have been able to catch and squash a bug in a vba product I coded for a client some time ago. </p>
	<p>The bug was stupid but difficult to catch because it altered a few record every ten or so in a long query that is used to pay people, so some people were getting double pay! Good for them but not for my client <img src='http://tempe.st/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>I had never done testing in vba before so I started to write my own testing routines, then I decided to check google again for free testing frameworks for vba and found VBLiteUnit.</p>
	<p>62 asserts later the bug was found and killed without any remorse whatsoever <img src='http://tempe.st/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2007/07/vbliteunit-saved-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

