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 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 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是一個Open-source的檢測工具。它回報與測量PHP應用程式的代碼覆蓋率。Spike PHPCoverage可以在Runtime測量與紀錄行覆蓋率的資訊。
適用平台: Cross-platform; 原始碼授權類型: Open Software License (v2.0) , GNU Lesser General Public License (v2.1)
PHPUnit是一個輕量級的PHP測試framework。它是在PHP5下面對JUnit3系列版本的完整移植,是xUnit測試framework家族的一員(它們都基於模式先鋒Kent Beck的設計)。單元測試是幾個現代敏捷開發方法的基礎,使得PHPUnit成為許多大型PHP項目的關鍵工具。這個工具也可以被Xdebug擴展用來生成code覆蓋率報告 ,並且可以與phing整合來自動測試,最後它還可以和Selenium整合來完成大型的自動化整合測試。
適用平台: Cross-platform; 原始碼授權類型: BSD License
SimpleTest 是一個為PHP程式提供的單元測試的framework,包含一個內嵌的web瀏覽器用來測試PHP的Web網站。
適用平台: Cross-platform; 原始碼授權類型: GNU Library or Lesser General Public License (LGPL)
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 為針對 C/C++ 的 x 單元測試框架,專門提供給托管的 Window 開發環境(32/64 bit)。cfix 支援使用者模式與核心模式的單元測試。
平台: Windows; 原始碼授權類型: GNU LGPLv3
資料來源: https://www.cfix-testing.org/unit-testing-framework/windows/
CUT 是一個簡單直接的單元測試系統。與其他單元測試套件不同,它遵守 KISS 原則。它被設計來做 C 測試,而非設計來模擬 SUnit。
平台: OS Independent; 原始碼授權類型: zlib/libpng License
一個針對 C 設計的單元測試架構,採用 xUnit 樣式的單元測試。適用於 Test Driven 的開發方式,可以簡易的移植到各平台上。
平台: 跨平台; 原始碼授權類型: MIT license
RCUNIT 是一個可靠的 C 單元測試架構,它只需要一個 符合 ANSI 標準的 C 編譯器。RCUNIT 是可簡易移植的單元測試工具。
平台: Cross-platform; 原始碼授權類型: GNU GPL
Google 的 C++ 測試架構可以在許多不同的平台上執行(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian),它是一個基於 xUnit 結構並包含完整功能的測試工具。
平台: 跨平台; 原始碼授權類型: New BSD License
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
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)
JUnit是一個Java語言的單元測試 框架。它由Kent Beck和Erich Gamma建立,逐漸成為源於Kent Beck的sUnit的xUnit家族中為最成功的一個。 JUnit有它自己的JUnit擴展生態圈。
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 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
lua-TestMore 是一個由 Perl5 module Test::More 移植過來的單元測試框架。
平台: OS Indenpendent; 原始碼授權類型: MIT/X Consortium License