Computer Forums

Computer Forums (http://www.geekboards.com/forums/index.php)
-   Building Websites (http://www.geekboards.com/forums/forumdisplay.php?f=3)
-   -   PHPUnit Testing (http://www.geekboards.com/forums/showthread.php?t=227)

sjaguar13 05-06-2006 06:51 PM

PHPUnit Testing
 
There is a little script I started using called PHPUnit. There are a bunch of <Language>Unit testing programs. The popular ones are CppUnit, NUnit, AnyUnit, and JUnit. PHPUnit is a great unit testing tool for PHP scripts to make sure everything is performing as expected. This is especially handy when you have big projects. You can stub functions to make sure they work before spending all that time and getting an error somewhere. Then you have to trace the control path to find out where it's coming from. This makes it a whole lot easier.

http://sourceforge.net/projects/phpunit/

John2 05-12-2006 10:20 AM

Hey.. Thats great. I am not a programmer but my friend spend double time on testing his scripts than making it. Thanks for sharing, I will share this one with my friend.


All times are GMT -5. The time now is 08:14 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.