Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

unittest-xml-reporting

Compare

  Analyzed 25 days ago

Python unittest-based test runner with JUnit like XML reporting.

2.55K lines of code

4 current contributors

about 3 years since last commit

2 users on Open Hub

Inactive
4.5
   
I Use This

AceUnit

Compare

  Analyzed 24 days ago

AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development.

21.1K lines of code

1 current contributors

over 9 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

nodeunit

Compare

  Analyzed 25 days ago

Easy unit testing in node.js, loosely based on the QUnit API

5.6K lines of code

0 current contributors

over 6 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Cutter

Compare

  Analyzed 25 days ago

Cutter is a xUnit family Unit Testing Framework for C. It provides an easy test writing API and easy debugging output to continue testing.

100K lines of code

5 current contributors

4 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

Abbot Java GUI Test Framework

Compare

  Analyzed 24 days ago

Abbot is a simple framework for unit and functional testing of Java GUIs. Facilitates generating user actions and examining component state. Supports recording and playback on any Java application.

54.1K lines of code

0 current contributors

over 9 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: common_pu..., lgpl

utest

Compare

  Analyzed 25 days ago

A unit testing framework for haXe.

4.19K lines of code

5 current contributors

over 5 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Web Application Component Toolkit

Compare

  Analyzed 24 days ago

The Web Application Component Toolkit is a framework for creating web applications. WACT facilitates a modular approach where individual, independent or reusable components may be integrated into a larger web application. WACT assists in implementing the Model View Controller pattern and the related ... [More] Domain Model, Template View, Front Controller and Application Controller patterns. The WACT framework is developed with the philosophy of continuous refactoring and Unit Testing. WACT encourages these activities in applications based on the framework. WACT uses Simple Test as a unit testing framework. [Less]

3.62K lines of code

0 current contributors

about 19 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

NUnit RowTest Extension

Compare

  Analyzed 24 days ago

RowTest Extension is an NUnit Addin that allows you to write RowTests for NUnit. RowTests can be used for simple Data-Driven Tests where the test data is provided by [Row] attributes. * Example [TestFixture] public class RowTestSample { [RowTest] [Row( 1000, 10, 100.0000)] ... [More] [Row(-1000, 10, -100.0000)] [Row( 1000, 7, 142.85715)] [Row( 1000, 0.00001, 100000000)] [Row(4195835, 3145729, 1.3338196)] public void DivisionTest(double numerator, double denominator, double result) { Assert.AreEqual(result, numerator / denominator, 0.00001); } } [Less]

2.2K lines of code

0 current contributors

almost 16 years since last commit

2 users on Open Hub

Inactive
3.0
   
I Use This

pgTAP

Compare

  No analysis available

pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions. The TAP output is suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl applications.

0 lines of code

4 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

jsfunit

Compare

  Analyzed 24 days ago

JSFUnit is a test framework for JSF applications. It is designed to allow complete integration testing and unit testing of JSF applications using a simplified API. JSFUnit tests run inside the container, which provides the developer full access to managed beans, the FacesContext, EL Expressions, and ... [More] the internal JSF component tree. At the same time, you also have access to parsed HTML output of each client request. [Less]

41.8K lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This