Category Selected:

testbox

Blog

ColdBox Connection: Intro To TestBox and BDD

Brad Wood |  January 26, 2014

This Tuesday the 28th we'll be bringing back the ColdBox Connection to introduce TestBox, CFML's new unit testing platform.  The show will be at Noon Central time.  TestBox is MXUnit-compatible so it's easy to get your current testing suite set up.  T...

Read More

ColdBox Platform v3.8.0 + Libraries Released

Luis Majano |  December 18, 2013

It is a happy day here at Ortus Solutions as we bring you yet again a plethora of releases of all our major open source libraries.  This is the culmination of over 6 months of hard work to get you updates for all of our major open source libraries and even a new library, TestBox.  You can read more about our releases in our engineering blog:


ColdBox Platform v3.8.0 + Libraries Released

Luis Majano |  December 18, 2013

It is a happy day here at Ortus Solutions as we bring you yet again a plethora of releases of all our major open source libraries.  This is the culmination of over 6 months of hard work to get you updates for all of our major open source libraries and even a new library, TestBox.  You can read more about our releases in our engineering blog:


New PDF Ref Cards for TestBox

Brad Wood |  December 18, 2013

To compliment the release of ColdBox 3.8 which now comes bundled with our very own testing library TestBox, we're also release our next two PDF ref cards.  These are a nice readable version of our BDD primer and

Read More

TestBox 1.0.0 BDD and TDD Framework Released

Luis Majano |  December 18, 2013

Much work and dedication has gone by these past few months in order to bring you the final release of TestBox v1.0.0.  For those of you that do not know what TestBox is, TestBox is a next generation testing framework for ColdFusion that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It contains not only a testing framework,...

Read More

TestBox BDD/xUnit Testing v1.0.0 Final

Luis Majano |  December 18, 2013

We are so tremendously happy to finally bring you the final version of: TestBox 1.0.0.  We have been working tremendously hard to get this release out before the holidays, so please enjoy it.  We have also introduced two new ref cards for TestBox, which are available now as well.  For those of you who do not know about Tes...

Read More

MockBox v2.2.0 Released!

Luis Majano |  December 18, 2013

logo

We are proud to announce MockBox 2.2.0. This version of MockBox includes some important fixes for your mocking adventures. You can read our What's new with MockBox 2.2 to get a better idea of this release.

 

...
Read More

TestBox 1.0.0 Release Candidate Arrives!

Luis Majano |  December 02, 2013

We are so excited to bring you our 1.0.0 Release Candidate of TestBox.  Much work and dedication has gone through this release and a final release is imminent.  For those of you that do not know what TestBox is, TestBox is a next generation testing framework for ColdFusion that is based on BDD (Behavior Driven Development) for providing ...

Read More

TestBox BDD/xUnit Testing v1.0.0 Release Candidate Released

Luis Majano |  December 02, 2013

We are so stoked to bring you the Release Candidate version of: TestBox.  TestBox is a next generation testing framework for ColdFusion that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It contains not only a testing framework, runner, assertions and expectations library but also integrates with MockBox for mocking and stubbing. It also supports xUnit style of testing and MXUnit compatibilities.  TestBox can be downloaded from our main downloads page and it has been also integrated into our "development" branch for the ColdBox platform as well.  The following are the release notes for this release candidate:

Read More

Tip of the Week: Behavior-Driven Development and TestBox

Brad Wood |  November 04, 2013

If you haven't heard, the latest addition to the *Box family is TestBox and is currently out in Alpha. It allows for the standard xUnit style of testing that you may already be familiar with in tools like MXUnit. TestBox also allows for a newer style of testing known as Behavior-Driven Development or BDD. BDD helps focus on writing tests that confirm specific business needs are met by your software and typically use some sort of human-readable DSL that allows the test to be self-documenting a...

Read More