| Development status Active Operating system | Written in PHP | |
| Developer(s) Marcus Baker, Jason Sweat, Travis Swicegood, Perrick Penet, Edward Z. Yang, Jens A. Koch Initial release 18 March 2003; 14 years ago (2003-03-18) Stable release 1.1.7 / September 21, 2015 (2015-09-21) | ||
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.
Example
The following file HelloWorld.php, located in the framework folder, will test its own presence and the absence of another file successfully:
References
SimpleTest Wikipedia(Text) CC BY-SA
