<?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>Mon, 08 Jun 2026 20:32:48-0500</pubDate>
			<lastBuildDate>Tue, 24 Jan 2012 10:45: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>Testing Rules in a Neptune program.</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2012/1/24/Testing-Rules-in-a-Neptune-program</link>
				<description>
				
				I realize I haven&apos;t blogged about &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/neptune/&quot;&gt;Neptune&lt;/a&gt; for a while, but I actually have been making progress on it. I have just been finding a hard time making time to blog. Hopefully I will get better about that.

What I want to cover today is the process of writing automated tests in Neptune to which you can then write your code.
				 [More]
				</description>
						
				
				<category>Neptune</category>				
				
				<category>Testing</category>				
				
				<pubDate>Tue, 24 Jan 2012 10:45:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2012/1/24/Testing-Rules-in-a-Neptune-program</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>What technologies, other than ColdFusion, should a developer know?</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</link>
				<description>
				
				&lt;a href=&quot;http://www.fusionauthority.com/&quot;&gt;Fusion Authority&lt;/a&gt; recently ran an article called &lt;a href=&quot;http://www.fusionauthority.com/community/4829-whats-hot-whats-not-where-do-we-go-from-here.htm&quot;&gt;What&apos;s Hot? What&apos;s Not? Where Do We Go From Here?&lt;/a&gt; subtitled &quot;What technologies, other than ColdFusion, should a developer know?&quot;. &lt;a href=&quot;http://www.henke.ws/&quot;&gt;Mike Henke&lt;/a&gt; followed up the theme with a post called &quot;&lt;a href=&quot;http://www.henke.ws/post.cfm/what-s-hot-where-do-we-go-from-here&quot;&gt;What&apos;s Hot &amp;amp; Where do we go from here?&lt;/a&gt;&quot;.

I&apos;m pretty sure I don&apos;t have the insight that other people have who have already written on the subject. But it seemed like a fun exercise, so I thought I would toss in my two cents with:

&lt;h2&gt;What technologies, other than ColdFusion, am I learning?&lt;/h2&gt;

I&apos;m not sure what technologies you should learn, but here are the ones that I am learning:
				 [More]
				</description>
						
				
				<category>Productivity</category>				
				
				<category>ColdFusion</category>				
				
				<category>Git</category>				
				
				<category>HTML</category>				
				
				<category>Testing</category>				
				
				<pubDate>Wed, 21 Dec 2011 10:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</guid>
				
			</item>
			
		 	
			
			
			<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>ColdFusion</category>				
				
				<category>Testing</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>ColdFusion</category>				
				
				<category>Testing</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>ColdFusion</category>				
				
				<category>Testing</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>Frameworks</category>				
				
				<category>Testing</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>