Tags : Browse Projects

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

DbUnit

Compare

  Analyzed 3 days 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

5 months since last commit

54 users on Open Hub

Very Low Activity
4.0
   
I Use This

Arquillian

Compare

Claimed by Arquillian Universe Analyzed 19 days ago

The mission of the Arquillian project is to provide a simple test harness that developers can use to produce a broad range of integration tests for their Java applications (most likely enterprise applications). A test case may be executed within the container, deployed alongside the code under test ... [More] , or by coordinating with the container, acting as a client to the deployed code. To avoid introducing unnecessary complexity into the developer's build environment, Arquillian integrates transparently with familiar testing frameworks (e.g., JUnit 4, TestNG 5), allowing tests to be launched using existing IDE, Ant and Maven test plugins without any add-ons. [Less]

366K lines of code

19 current contributors

about 1 month since last commit

47 users on Open Hub

Moderate Activity
4.75
   
I Use This

jBehave

Compare

  Analyzed 3 days ago

JBehave is a framework for Behaviour-Driven Development Behaviour-driven development (BDD) is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and intuitive to newcomers and experts alike. It shifts the ... [More] vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy. [Less]

128K lines of code

12 current contributors

3 months since last commit

38 users on Open Hub

Low Activity
5.0
 
I Use This

FEST

Compare

  Analyzed 3 days 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

over 10 years since last commit

23 users on Open Hub

Inactive
4.58333
   
I Use This

PowerMock

Compare

  Analyzed about 16 hours ago

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more.

38K lines of code

0 current contributors

about 2 years since last commit

17 users on Open Hub

Inactive
4.8
   
I Use This

Concordion

Compare

  Analyzed 2 days ago

Concordion is an open source tool for automating Specification by Example. The specifications are so readable they can double up as system documentation. Concordion specifications are written in HTML, so can be easily hyperlinked into a navigable structure. The specifications contain examples ... [More] of behaviour which, when automated and executed against the system, are colour-coded to show the current state of the system. By executing these frequently, you can be confident the documentation is always up-to-date. [Less]

23.7K lines of code

1 current contributors

3 months since last commit

11 users on Open Hub

Very Low Activity
4.875
   
I Use This

Apache Buildr

Compare

Claimed by Apache Software Foundation Analyzed 2 days ago

Buildr is a build system for Java applications. We wanted something that’s simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that’s a joy to use. And of course, we wanted ... [More] it to be fast, reliable and have outstanding dependency management. [Less]

69.3K lines of code

0 current contributors

over 3 years since last commit

9 users on Open Hub

Inactive
5.0
 
I Use This

JsUnit

Compare

  Analyzed 2 days ago

This is JsUnit, a JavaScript unit test framework. JsUnit is a JavaScript port of JUnit.

8.62K lines of code

0 current contributors

almost 9 years since last commit

7 users on Open Hub

Inactive
4.0
   
I Use This

httpunit

Compare

  Analyzed 2 days ago

HttpUnit emulates the relevant portions of browser behavior, including form submission, Javascript, basic HTTP authentication, cookies, and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links. When ... [More] combined with a framework such as JUnit, it is fairly easy to write tests that very quickly verify the functioning of a Web site. [Less]

13.4K lines of code

0 current contributors

over 17 years since last commit

7 users on Open Hub

Inactive
2.0
   
I Use This
Licenses: No declared licenses

Robotium

Compare

  Analyzed 2 days ago

It's like Selenium, but for Android. User scenario testing for Android. Robotium is a test framework created to make it easy to write powerful and robust automatic black-box test cases for Android applications. With the support of Robotium, test case developers can write function, system and ... [More] acceptance test scenarios, spanning multiple Android activities. Robotium has full support for Activities, Dialogs, Toasts, Menus and Context Menus. [Less]

8.52K lines of code

0 current contributors

over 7 years since last commit

7 users on Open Hub

Inactive
4.5
   
I Use This