<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - Testing</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 09:58:43-0500</pubDate>
			<lastBuildDate>Thu, 06 Aug 2009 09:30:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>Which is Faster?</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2009/8/6/Which-is-Faster</link>
				<description>
				
				&lt;p&gt;In programming, discussions often come up about which approach to solving a problem is faster. Although I think these discussions often miss the point (as other decision factors often trump execution speed), they are still often informative.&lt;/p&gt;

&lt;p&gt;&lt;!---Ben Nadel, in particular, is very good about testing these things out rather than just make assumptions about speed (or anything else). ---&gt;I have had a few occassions recently where I wanted to answer these questions myself. It seemed tedious to continue to write code to test that out, so I decided to write a generic &quot;Code Timer&quot; to run code and test for execution times.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Testing</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 06 Aug 2009 09:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2009/8/6/Which-is-Faster</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Client Visible Unit Tests</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2009/7/28/Client-Visible-Unit-Tests</link>
				<description>
				
				&lt;p&gt;We recently started working on a project that, while relatively small now, has the stated potential to grow into a rather large and complex system in the near future. On a few big projects that I have now, I have regretted not having used &lt;a href=&quot;http://en.wikipedia.org/wiki/Test-driven_development&quot;&gt;TDD&lt;/a&gt; on them from the beginning (having learned TDD only well after those projects were already under way).&lt;/p&gt;

&lt;p&gt;This seemed a perfect opportunity to do now what I wished I had done earlier on those projects.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Testing</category>				
				
				<pubDate>Tue, 28 Jul 2009 09:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2009/7/28/Client-Visible-Unit-Tests</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Preventing Errors</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2009/6/18/Preventing-Errors</link>
				<description>
				
				&lt;p&gt;Hopefully some dear readers can help me out with my current quandary.&lt;/p&gt;
&lt;p&gt;I have &lt;a href=&quot;http://sebtools.riaforge.org/&quot;&gt;several components&lt;/a&gt; that I use on nearly every site that I develop. By using them, I save untold hours of programming and therefore provide cheaper results for my clients. At the same time, I am using solutions that have been tried and proven rather than developing from scratch every time.&lt;/p&gt;
&lt;p&gt;There is, of course, a catch to all of this.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Productivity</category>				
				
				<category>Testing</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 18 Jun 2009 07:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2009/6/18/Preventing-Errors</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>An Introduction to Writing Unit Tests (with CFUnit)</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/7/2/An-Introduction-to-Writing-Unit-Tests-with-CFUnit</link>
				<description>
				
				In our last &lt;a href=&quot;http://www.tulsacfug.org/&quot;&gt;user&apos;s group&lt;/a&gt; meeting, we had a round table discussion about testing. I said that I would put together a simple example of a unit test.

Since I have been using &lt;a href=&quot;http://cfunit.sourceforge.net/&quot;&gt;CFUnit&lt;/a&gt; so far (&lt;a href=&quot;http://mxunit.org/&quot;&gt;MXUnit&lt;/a&gt; looks attractive as well though), that is what I will use for my example. The principles should work the same for any common testing framework.
				 [More]
				</description>
						
				
				<category>Testing</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 02 Jul 2008 10:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/7/2/An-Introduction-to-Writing-Unit-Tests-with-CFUnit</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>My Weekend (Data Transformation,TDD,CFUnit)</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/5/22/my_weekend_tdd_cfunit</link>
				<description>
				
				&lt;p&gt;We have been working to enable access to our data via ODBC and/or MS Access - a project more complicated than expected. While we were working on this, I went to cf.Objective.&lt;/p&gt;&lt;p&gt;Among the very good presentations I attended was one called &amp;quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Test-driven_development&quot;&gt;Test Driven Development&lt;/a&gt;&amp;quot; by Paul Kenney. I had attended a few online presentations about TDD before and read a few articles as well. I always came away thinking that I should try that out &amp;quot;some day&amp;quot;, but also feeling like I didn&apos;t quite grasp the concept fully (I did not grok TDD).&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Testing</category>				
				
				<category>Frameworks</category>				
				
				<pubDate>Tue, 22 May 2007 14:48:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/5/22/my_weekend_tdd_cfunit</guid>
				
			</item>
			
		 	
			</channel></rss>