Posts in "MXUnit"

12 posts in MXUnit

ColdFusion MXUnit

" Building a bridge for unit testing and ci in cfml " had great comments by Sean Corfield . One was when he asked "why (do) you want a compile step in there (your ci process) at all?" It comes back to an old Hanselminute podcast " Dynamic vs compiled languages ". The show talks about how...

CFWheels ColdFusion MXUnit

I setup up MXUnit Eclipse plugin with CFWheels this afternoon. The MXUnit documentation is very good. I downloaded MXUnit and dropped the mxunit folder in my Wheels root which happens to be the web root also. Then I installed the MXUnit Eclipse plugin . Once installed, I created custom Remote...

ColdFusion Git Github MXUnit

ColdFusion is hanging steady at the 29th most popular language on Github . Big news on the ColdFusion/Github front is FW/1 . I didn't catch an official announcement but it seems FW/1 is using github for their central code repository/site. Github's ticket system is setup and allowing people to...

ColdFusion MXUnit Selenium

I was working on a MXUnit and Selenium Remote Control example, a year ago, and finally fixed the documentation. It shows how do functional testing with Selenium through MXUnit. It is a simple demo. Here is the zip . Read the Selenium-RC - Using the CFML Client Driver.doc before using for how to...

ColdFusion MXUnit Selenium

I was accepted to attend the Google Test Automation Conference - 2008 . I submitted a paragraph a while ago stating I would like to attend and bring my point of view from ColdFusion programming and unit testing with MXUnit along with some other points. Then today, I received an email with the...

Ant ColdFusion MXUnit

If you haven't heard of the vaScoper tool created and maintained by Mike Schierberl , it is definately worth checking out. It has the stamp of approval of Raymond Camden and Sean Corfield . Here is a varScoper ant target recently added to the MXUnit build ant. Download both tools and give them a...

ColdFusion MXUnit

I put a question in Mxunit's google group about testing location? I remember someone @ CF.Objective mentioned tests should be in a seperate location like trunk, branches, tags, and tests . If you have any advice please chime in. I have disabled comments on this post so the discussion will occur in...