Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Testing

Listings

Results 1 - 3 of 3

Spike PHPcoverage

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.

Platform: Cross-platform; License: Open Software License (v2.0) , GNU Lesser General Public License (v2.1)

Reference: https://phpcoverage.sourceforge.net/

PHPUnit

To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.

Platform: Cross-platform; License: BSD License

Reference: https://www.phpunit.de/

SimpleTest

It is a PHP unit test and web test framework. Users of Junit will be familiar with most of the interface. The JwebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.

Platform: Cross-platform; License: GNU Library or Lesser General Public License (LGPL)

Reference: https://www.simpletest.org/