News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Unit Testing in Detail
October 26, 2006 @ 09:58:00

Continuing in their effort to help PHP developers keep their code bug-free, DevShed has posted part two of the series looking at unit testing your applications. Previously they had looked at the basics - of they work and what they're for. This time, they dig a little deeper, showing some of the additional features and conditions that PHPUnit has to offer.

This week, you will learn about running multiple tests simultaneously, creating more informative error messages, and more.

They get back into something they mentioned briefly before - packaging tests in a separate archive to keep it out of the main body of code (the same way separating content and display functionality is good). They also talk about how to run more than one test at the same time, a handy feature that lets you make regression tests.

They also show how to create more informative error messages and how to manually add more testing conditions for you to check custom bits of code that don't quite fit with the assertNull, assertEquals, and assertFalse crowd.

This article is an excerpt from the Sams Publishing book "Advanced PHP Programming" by George Schlossnagle.

0 comments voice your opinion now!
tutorial unit testing additional features test conditions add tutorial unit testing additional features test conditions add



Similar Posts

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

Sebastian Bergmann's Blog: AJAX-Based Test Runner for PHPUnit

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)

ProDevTips.com: Trackbacks with Google Blog Search and Zend Feed

DevShed: Building an Image Generator Class with PHP 5


Community Events







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


job mysql conference package PEAR book developer releases example database application zendframework zend framework PHP5 cakephp security code ajax release

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