News Feed
Jobs Feed
Sections




News Archive
DevShed:
Graphical Interfaces and Unit Testing
November 02, 2006 @ 11:57:00

In the final part of their series looking at unit testing in PHP, DevShed has this new tutorial that looks at using graphical interfaces with the unit tests you've already generated. It's another excerpt from the George Schlossnage book "Advanced PHP Programming".

Because PHP is a Web-oriented language, you might want an HTML-based user interface for running your unit tests. PHPUnit comes bundled with this ability, using PHPUnit_WebUI_TestRunner::run(). This is in fact a nearly identical framework to TextUI; it simply uses its own listener to handle generate HTML-beautified output.

He looks at test driven design, a simple "Flesch Score Calculator" class, testing a "Word" class (with PHPUnit), and creating the Bug Report of the output of it all. Finally, he builds up a simple web interface to make running the tests and getting the reports nice and easy.

0 comments voice your opinion now!
tutorial unit test graphical interface phpunit web tutorial unit test graphical interface phpunit web


blog comments powered by Disqus

Similar Posts

NETTUTS.com: How to Authenticate Users With Facebook Connect

PHPit.net: Taking a first look at the AutoCRUD for PHP library

DevArticles: Learning AJAX

Refulz Blog: Traits in PHP 5.4 - Why we need Traits

DevShed: Unit Testing in Detail


Community Events









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


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

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