test runner

Watchr – More Than An Automated Test Runner

Ruby Inside  Tue, 03/29/2011 - 14:56

Watchr is a development tool that monitors a directory tree and triggers a user defined action (in Ruby) whenever an observed file is modified.


 

Project: MakeGood - A test runner for doing Test Driven Developm...

PHPDeveloper.org  Wed, 07/07/2010 - 12:39

Goran has pointed out a plugin for Eclipse that can help those out there wanting to adopt Test-Driven Development into their process - MakeGood (screenshot here).

MakeGood provides a test runner to run unit tests on Eclipse PDT.

MakeGood strongly supports Test Driven Development (TDD) by various features.

Features in the plugin include:


 

Raphael Stolt's Blog: Growling PHPUnit's test status

PHPDeveloper.org  Thu, 06/03/2010 - 10:26

Raphael Stolt has put together a guide showing how you can link PHPUnit and its test status to the Growl engine on OS X to share the results in a move visual way (than just watching the test runner).


 

Using PHPUnit from a Git Checkout - Sebastian Bergmann

Planet PHP  Thu, 04/15/2010 - 05:35

Users of PHPUnit frequently ask me questions such as "How do I use PHPUnit from a Git checkout?" or "How do I run PHPUnit's own test suite?" This article provides the answers to these questions.


 

Michelangelo van Dam's Blog: Unit testing with Zend Framework 1....

PHPDeveloper.org  Mon, 11/02/2009 - 10:46

In a new post to his blog Michelangelo van Dam talks about a presentation he gave on testing Zend Framework applications (slides) and shares some of the code samples and techniques he mentioned.


 

Jamie Rumbelow's Blog: Setting up the perfect CodeIgniter & TDD ...

PHPDeveloper.org  Wed, 08/12/2009 - 09:58

Jamie Rumbelow has put together a post that talks about building the perfect environment for running the CodeIgniter framework with test-driven development processes.