Pages - Menu

22 October, 2012

SimpleTest 1.1.0


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Marcus Baker | More scripts
www.lastcraft.com
LGPL - GNU Lesser General Public License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
PHP
October 23rd, 2012, 01:09 GMT
C: \ Development Tools \ Test Tools and Applications

SimpleTest provides you Unit testing, mock objects and web testing framework for PHP built around test cases.

If you know JUnit or some of the PHPUnit clones this will need no explanation. It also adds JWebUnit style testing including cookies, authentication and form handling.

The heart of 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.

Top level test scripts then invoke the run() methods on every one of these test cases in order. Each test method is written to invoke various assertions that the developer expects to be true such as assertEqual().

If the expectation is correct, then a successful result is dispatched to the observing test reporter, but any failure triggers an alert and a description of the mismatch.


Download button
Via: SimpleTest 1.1.0

No comments:

Post a Comment