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

什麼是資源表列?

catalog-iconOpenFoundry 蒐集與自由軟體相關的連結資訊並將其分類,供您依此資源目錄架構,循序深入自由軟體豐富的應用世界。若此分類下發現有任何問題及建議,非常歡迎您協助我們改進,請寄至[email protected]

測試

Listings
最先
前一個
1

結果 1 - 20 共 44

NUTS-Fit

A Common Lisp simple testing framework NUTS (Non-Unit Test Suite) extended with the implementation of Framework for Integrated Test (Fit, https://fit.c2.com)

Platform:unknown                              License:GNU General Public License (GPL)

Reference:https://nuts-fit.sourceforge.net/

LIFT

LIFT is the LIsp Framework for Testing. LIFT is inspired by Kent Beck\'s SUnit framework but improves on it by fully supporting Common Lisp\'s interactive nature.

Platform:unknown                           License:unknown

Reference:https://lift.sourceforge.net/

AtiL

ATiL is a automated testing framework that uniforms window application testing and web application testing in IE, Firefox, and other browsers. It includes a core library based on UI Automation, a window declaration code generator, a data-driven framework.

Platform: Windows(under xp)                   License:GNU General Public License (GPL)

Reference:https://sourceforge.net/projects/atil/

Spike PHPcoverage

Spike PHPCoverage是一個Open-source的檢測工具。它回報與測量PHP應用程式的代碼覆蓋率。Spike PHPCoverage可以在Runtime測量與紀錄行覆蓋率的資訊。

適用平台: Cross-platform; 原始碼授權類型: Open Software License (v2.0) , GNU Lesser General Public License (v2.1)

資料來源: https://phpcoverage.sourceforge.net/

PHPUnit

PHPUnit是一個輕量級的PHP測試framework。它是在PHP5下面對JUnit3系列版本的完整移植,是xUnit測試framework家族的一員(它們都基於模式先鋒Kent Beck的設計)。單元測試是幾個現代敏捷開發方法的基礎,使得PHPUnit成為許多大型PHP項目的關鍵工具。這個工具也可以被Xdebug擴展用來生成code覆蓋率報告 ,並且可以與phing整合來自動測試,最後它還可以和Selenium整合來完成大型的自動化整合測試。

適用平台: Cross-platform; 原始碼授權類型: BSD License

資料來源: https://baike.baidu.com/view/1122744.html?fromTaglist

SimpleTest

SimpleTest 是一個為PHP程式提供的單元測試的framework,包含一個內嵌的web瀏覽器用來測試PHP的Web網站。

適用平台: Cross-platform; 原始碼授權類型: GNU Library or Lesser General Public License (LGPL)

資料來源: https://www.oschina.net/p/simpletestc

UnitTest++

UnitTest++ is a lightweight unit testing framework for C++.

It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.

Platform:Windows                                                                     License:MIT/X Consortium license

Reference:https://unittest-cpp.sourceforge.net/

cfix

cfix 為針對 C/C++ 的 x 單元測試框架,專門提供給托管的 Window 開發環境(32/64 bit)。cfix 支援使用者模式與核心模式的單元測試。

平台: Windows; 原始碼授權類型: GNU LGPLv3

資料來源: https://www.cfix-testing.org/unit-testing-framework/windows/

C Unit Test System

CUT 是一個簡單直接的單元測試系統。與其他單元測試套件不同,它遵守 KISS 原則。它被設計來做 C 測試,而非設計來模擬 SUnit。

平台: OS Independent; 原始碼授權類型: zlib/libpng License

資料來源: https://sourceforge.net/projects/cut/

Seatest

一個針對 C 設計的單元測試架構,採用 xUnit 樣式的單元測試。適用於 Test Driven 的開發方式,可以簡易的移植到各平台上。

平台: 跨平台; 原始碼授權類型: MIT license

資料來源: https://code.google.com/p/seatest/

CunitWin32

CUnitWin32 為 Microsoft Windows 專用的 C/C++ 單元測試架構。

平台: Windows; 原始碼授權類型: GNU LGPL

資料來源: https://code.google.com/p/cunitwin32/

RCUNIT

RCUNIT 是一個可靠的 C 單元測試架構,它只需要一個 符合 ANSI 標準的 C 編譯器。RCUNIT 是可簡易移植的單元測試工具。

平台: Cross-platform; 原始碼授權類型: GNU GPL

資料來源: https://rcunit.sourceforge.net/

Cmockery

這個單元測試架構避免使用比較新的編譯器功能,因此它可以支援年代較久遠的編譯器。

平台: 未知; 原始碼授權類型: Apache License 2.0

資料來源: https://code.google.com/p/cmockery/

Googletest

Google 的 C++ 測試架構可以在許多不同的平台上執行(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian),它是一個基於 xUnit 結構並包含完整功能的測試工具。

平台: 跨平台; 原始碼授權類型: New BSD License

資料來源: https://code.google.com/p/googletest/

Grinder

The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython, and HTTP scripts can be recorded easily from a browser session.

Platform:Cross Platform;                                    License:The Grinder License

Reference:https://sourceforge.net/projects/grinder/

JFCUnit

An extension to the JUnit framework that enables you to execute unit tests against code that presents a Swing GUI based interface. Recording and playbackto/from XML allows novice GUI developers to generate and execute tests.

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

Reference:https://sourceforge.net/projects/jfcunit/

JUnit

JUnit是一個Java語言的單元測試 框架。它由Kent Beck和Erich Gamma建立,逐漸成為源於Kent Beck的sUnit的xUnit家族中為最成功的一個。 JUnit有它自己的JUnit擴展生態圈。

資料來源:https://zh.wikipedia.org/zh-tw/JUnit

QF-Test

QF-Test is a professional tool for the creation, execution and management of automated system and load tests for Java and Web applications with a graphical user interface (GUI).

Features:

Test-automation for Swing, Eclipse/SWT/RCP and Web

User-friendly - short learning curve

Robust tests with reliable component recognition

Excellent value for money and high ROI

Quick and able support directly from the authors

Platform:Cross platform;                  License:unknown

Reference:https://www.qfs.de/en/qftest/faq.html

T2

T2 is a fully automatic, trace-based random testing tool, featuring in-code specifications andreflexive testing. It is also almost interactive; depending on the complexity of your class it can respond in less than a second, in which time it can inject thousands of tests!

Platform:Cross platform ;                      License:GNU General Public License v3

Reference:https://www.cs.uu.nl/wiki/WP/T2Framework

TestMore

lua-TestMore 是一個由 Perl5 module Test::More 移植過來的單元測試框架。

平台: OS Indenpendent; 原始碼授權類型: MIT/X Consortium License

資料來源: https://luaforge.net/projects/testmore/

最先
前一個
1

結果 1 - 20 共 44