Interview Questions

Free PHP Testing Tools

List of Software Test Tools


(Continued from previous question...)

Free PHP Testing Tools

Free PHP Testing Tools

Tool/Product Name Requirements Comments
phpAsserUnit PHP Environment phpAsserUnit is a unit testing framework based on jsAsserUnit. It's a kind of wrapper of the assertion methods found in jsAsserUnit. So it provides the same functionalities, but in a PHP development environment.
PHPUnit PHP, OS Independent Provide a testing framework for PHP, similar to JUnit for Java.
SimpleTest PHP Environment SimpleTest is a testing framework built around test case classes. These are written as extensions of base test case classes, each extended with methods that actually contain test code.
Spike PHPCoverage PHP Environment Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. Spike PHPCoverage can instrument and record the line coverage information for any PHP script at runtime

(Continued on next question...)

Other Interview Questions