Tags : Browse Projects

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

RSpec

Compare

  Analyzed about 1 month ago

RSpec is a BDD tool and a framework which provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design process and serve well as both documentation and tests.

81.2K lines of code

47 current contributors

over 3 years since last commit

322 users on Open Hub

Activity Not Available
4.47945
   
I Use This

DbUnit

Compare

  Analyzed 1 day ago

DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes ... [More] subsequent tests to fail or exacerbate the damage. DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit can works with very large dataset when use in streaming mode. DbUnit can also helps you to verify that your database data match expected set of values. [Less]

108K lines of code

7 current contributors

6 months since last commit

54 users on Open Hub

Very Low Activity
4.0
   
I Use This

xUnit.net

Compare

Claimed by Outercurve Foundation Analyzed about 13 hours ago

Unit testing framework for .NET 2.0, built on the lessons learned from NUnit 2.x and other test frameworks. Written by Jim Newkirk and Brad Wilson.

86.8K lines of code

9 current contributors

4 days since last commit

52 users on Open Hub

Moderate Activity
4.68421
   
I Use This

HtmlUnit

Compare

  Analyzed about 8 hours ago

HtmlUnit is a "browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. It has fairly good JavaScript support (which is constantly improving) and is able to work even ... [More] with quite complex AJAX libraries, simulating either Firefox or Internet Explorer depending on the configuration you want to use. It is typically used for testing purposes or to retrieve information from web sites. [Less]

483K lines of code

8 current contributors

2 days since last commit

40 users on Open Hub

Very High Activity
4.75
   
I Use This

Spock Framework

Compare

  Analyzed 1 day ago

Spock is a testing and specification framework for Java and Groovy developers. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock ... [More] is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms. [Less]

68.4K lines of code

8 current contributors

6 days since last commit

29 users on Open Hub

Moderate Activity
4.75
   
I Use This

FEST

Compare

  Analyzed 1 day ago

FEST is a collection of compact and fluent APIs, which mission is to simplify software testing. The project provides libraries for: * Functional testing of Swing-based UIs * Functional testing of JavaFX-based UIs * Fluent interface for assertions * Easy-to-use fluent interface ... [More] for Java Reflection * Template for simplifying usage of mock objects [Less]

43.1K lines of code

0 current contributors

almost 11 years since last commit

23 users on Open Hub

Inactive
4.58333
   
I Use This

PHPSpec

Compare

  Analyzed 1 day ago

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable examples which although similar to unit tests, encourages a mind set better suited to applying BDD or TDD. ... [More] This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]

30.3K lines of code

14 current contributors

about 2 months since last commit

11 users on Open Hub

Moderate Activity
4.0
   
I Use This

Eunit

Compare

  Analyzed 1 day ago

Eunit is an Erlang test suite tool, inspired by agile development ideas.

3.6K lines of code

0 current contributors

almost 10 years since last commit

10 users on Open Hub

Inactive
4.0
   
I Use This

AutoFixture

Compare

  No analysis available

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

0 lines of code

8 current contributors

0 since last commit

9 users on Open Hub

Activity Not Available
4.83333
   
I Use This
Mostly written in language not available
Licenses: QTail

JWebUnit

Compare

  Analyzed about 18 hours ago

JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using JUnit to create acceptance tests. Also, we can have different testing engines. Currently, only HtmlUnit plugin is ready. As the tests were being written ... [More] , they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings. JWebUnit provides a high-level API for navigating a web application combined with a set of assertions to verify the application's correctness. This includes navigation via links, form entry and submission, validation of table contents, and other typical business web application features. [Less]

16.8K lines of code

0 current contributors

over 8 years since last commit

6 users on Open Hub

Inactive
4.0
   
I Use This