SimpleTest

SimpleTest
Stable release 1.0.1 / April 8, 2008; 3 years ago (2008-04-08)
Preview release 1.1alpha3 / May 23, 2011; 8 months ago (2011-05-23)
Written in PHP
Operating system Cross-platform
Available in English
Type Web browser
License GNU Lesser General Public License 2.1
Website http://www.simpletest.org

SimpleTest is an open source unit test framework for the PHP programming language and was created by Marcus Baker. The test structure is similar to JUnit/PHPUnit. SimpleTest supports mock objects and can be used to automate the regression testing of web applications with a scriptable HTTP Client that can parse HTML pages and simulate things like clicking on links and submitting forms.

See also

External links

Articles