Doug,

You can test .cfm files, but you really need to be careful about the scope
of the individual test.  If it is custom tag, then it can be tested very
much in the same way as a CFC.  The same goes for non-display includes.  In
fact, the key is that it is much easier to test outputted data than it is
outputted display text.  If you want to test a whole page, then cfcUnit can
help, but you need extend its functionality for testing individual URL
addresses. This is generally how tools like HttpUnit work using JUnit as
their basic foundation.

Paul Kenney
[EMAIL PROTECTED]
916-212-4359

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Doug James
> Sent: Tuesday, July 06, 2004 8:04 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [CFCDev] cfcUnit updated
>
>
> Just looking for some testing tools that can be applied to
> either cfms
> or cfcs.
>
> Thanks!
>
> Doug
>
> Paul Kenney wrote:
>
> >The short answer is yes, but what exactly did you have in mind?
> >
> >Paul Kenney
> >[EMAIL PROTECTED]
> >916-212-4359
> >
> >
> >
> >>-----Original Message-----
> >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> >>Behalf Of Doug James
> >>Sent: Tuesday, July 06, 2004 5:42 AM
> >>To: [EMAIL PROTECTED]
> >>Subject: Re: [CFCDev] cfcUnit updated
> >>
> >>
> >>Forgive my ignorance and I apologize if this has been answered.
> >>Can cfcunit test regular cfm's as well as cfc's?
> >>
> >>Thanks!
> >>
> >>Doug
> >>
> >>Paul Kenney wrote:
> >>
> >>
> >>
> >>>Ok, I've updated the installation... go check it out at
> >>>
> >>>
> >http://www.cfcunit.org
> >
> >
> >>
> >>
> >----------------------------------------------------------
> >You are subscribed to cfcdev. To unsubscribe, send an email
> >to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> >in the message of the email.
> >
> >CFCDev is run by CFCZone (www.cfczone.org) and supported
> >by Mindtool, Corporation (www.mindtool.com).
> >
> >An archive of the CFCDev list is available at
> >www.mail-archive.com/[EMAIL PROTECTED]
> >
> >
> >----------------------------------------------------------
> >You are subscribed to cfcdev. To unsubscribe, send an email
> >to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
> >in the message of the email.
> >
> >CFCDev is run by CFCZone (www.cfczone.org) and supported
> >by Mindtool, Corporation (www.mindtool.com).
> >
> >An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]
>
>
>
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to