Blog

September 25, 2010
Pass by reference in coldfusion

Arrays Created as java.util.ArrayList java objects are passed by reference to the ColdFusion Functions...

Read More
Comments(2)
Tags: ColdFusion
September 24, 2010
Testing frameworks - cfunit, cfcunit and mxunit

Hi folks,

There are lots of testing frameworks available for Test-driven development (TDD). Most of them are of xUnit family. Recently I had gone through three most popular testing frameworks for ColdFusion.

CFUnit

CFCUnit

MXUnit

After using all three, I decided to post a comparison of them. Information may be inaccurate, Corrections are always acceptable.

Read More
By Vikas
Comments(0)
Tags: ColdFusion, TDD
September 24, 2010
Automated tests using Ant integration of testing frameworks - cfunit, cfcunit and mxunit

If you have seen my previos post, then you might want to automate testing. You can automate all three popular testing frameworks (cfunit, cfcunit and mxunit) with ant.

I've tested in eclipse 3.6 version, but it will aslo work in Adobe ColdFusion Builder.

Read More
Comments(0)
Tags: Ant, ColdFusion9
September 17, 2010
List out all coldfusion function.

Hello Friends,

How to list out all ColdFusion function? Whenever we want to see all ColdFusion function, we just open our favorite search engine (it may be Google) and search list of all ColdFusion function but ColdFusion itself provides function. It is getFunctionList(). This function returns value in structure ...

Read More
By Bharat Patel
Comments(0)
Tags: ColdFusion