We wrote a custom unit test execution system that recursively reads
all the directories, finds all the unit test harnesses, executes each
one, and creates a report of all failures and successes. It even flags
files that don't have a unit test. The app also executes any CFUnit
test harnesses for CFCs. One can choose to execute a custom set of
tests or the entire test suite. Proof that everything passed is
required before deployment as part of our configuration management
process. It's not perfect but it goes a very long way toward making
sure there are no errors in the code.


On Wed, 9 Mar 2005 16:49:11 -0800, Paul Kenney <[EMAIL PROTECTED]> wrote:
> Heard of cfcUnit?  Check it out: http://www.cfcunit.org
> 
> On Wed, 9 Mar 2005 18:37:13 -0500, DURETTE, STEVEN J (AIT)
> <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I've been reading a lot of articles lately about automated testing and
> > I'm hoping a few of you can answer some questions.
> >
> > Are there any automated testing systems for developing web projects?
> > (Even better CF Specifically)
> >
> > We have problems all the time of short due dates, we do our minimal
> > testing because of the due dates and then the client (generally not the
> > end user, but the claim they are) is supposed to do in-depth testing.
> > Generally they don't, then a few hours after roll out (we do internal
> > web development only) the errors start coming in from things we didn't
> > expect.  Some of it is due to sloppy coding (a couple of our programmers
> > just do the bare minimum to get something into a semblance of working)!
> >
> > I would like to be able to implement some sort of automated testing to
> > make this big pain a little smaller.  Having to learn an entire
> > framework (and trying to get some of these programmers [if you can call
> > them that]) most likely won't happen.
> >
> > And before it comes up we do have a tool that checks code for
> > coding/improper use errors, but it doesn't do any actual testing.
> >
> > Maybe I'm just dreaming of nirvana, but I thought I'd give it a try.
> >
> > Steve
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to