News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Automatic Testing for TDD with PHP
August 24, 2012 @ 09:09:04

If you practice the TDD (test-driven development) methodology in your work, you know that sometimes switching back and forth between a terminal and your IDE can be distracting. In this new tutorial from NetTuts.com, they show you how to streamline things a bit with a simple Ruby script.

Traditional test-driven development can, at times, be cumbersome. You have to stop writing code in order to run your tests. Luckily, there are solutions, which provide the ability to automatically run your tests as you code. In this tutorial, you will learn how to use a Ruby gem, called watchr, to monitor your code and automatically run the appropriate tests whenever you save your work.

The IDE doesn't matter in this case because the "watchr" tool keeps an eye on when things change in the watched directory and automatically fires off a script when it sees an update. They include the few short lines of Ruby to make it all happen and even have the "notify-send" command built in to give you a popup about the pass/fail status.

0 comments voice your opinion now!
automatic testing tdd ruby watchr popup execute


blog comments powered by Disqus

Similar Posts

Ibuildings techPortal: The Test Driven Challenge - Winners and Results

MaltBlue.com: Why Testing Makes a Project Successful and You Can’t Afford to Deny It

Christopher Jones' Blog: Guide to PHP and Ruby/Ruby on Rails Sessions at Oracle OpenWorld 2007

thePHP.cc: Software Development Fluxx

Zend Developer Zone: Automatic Tag Clouds for Every Site


Community Events









Don't see your event here?
Let us know!


unittest composer tool introduction development release api functional language event zendframework2 podcast code object framework community interview example testing opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework