News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
An Introduction to the Art of Unit Testing in PHP
December 04, 2007 @ 10:11:00

On the Zend Developer Zone there's a new article/tutorial posted from Padraic Brady introducing you to the art of unit testing your applications and development.

Testing is an essential aspect of developing in any programming language. If you don't test your source code then how can you verify it works as expected? Manual testing can only be performed irregularly and usually only in limited ways. The answer to testing source code regularly, and in depth, is to write automated tests which can be frequently executed.

He talks about testing frameworks, its filtering in to practices on larger community projects, and a few fallacies that most people have about unit testing (including time involved, difficulty with complex code and that it's just boring). He also includes some examples of what a unit test might look like for some simple code - including explanations.

He rounds it off with some of the "why use unit tests" reasons he's found over the time he's used them like:

  • Automated tests can be run as frequently as required
  • Unit Testing can improve the design of code especially with Test-Driven Development
  • Unit Testing forces you to confront the problem head on
  • Unit Testing inspires confidence!
0 comments voice your opinion now!
unittest introduction tutorial fallacies reasons unittest introduction tutorial fallacies reasons


blog comments powered by Disqus

Similar Posts

Extending Twig Templates: Inheritance, Filters, and Functions

Rob Allen's Blog: Zend Framework Tutorials (an Update and Zend_Auth)

KillerPHP.com: Zend Framework Components Part 2: Zend_View

Kevin Waterson's Blog: Introduction to PHP and MySQL How they work together.

Total PHP: Browser based template editor


Community Events











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


framework opinion database introduction phpunit conference zendframework2 development symfony usergroup release rest testing language symfony2 functional community series interview podcast

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