Browsing projects by Tag(s)

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

Showing page 1 of 8

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

4.00388
   
  4 reviews  |  1,251 users  |  261,496 lines of code  |  8 current contributors  |  Analyzed 5 days ago
 
 

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * JDK 5 Annotations (JDK 1.4 is also supported with JavaDoc annotations). * Flexible test configuration. * Support for data-driven testing * ... [More] Support for parameters. * distribution of tests on slave machines. * Powerful execution model * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc...). * Embeds BeanShell for further flexibility. * no dependencies * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc... [Less]

4.30769
   
  1 review  |  108 users  |  116,350 lines of code  |  23 current contributors  |  Analyzed 9 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]

3.88889
   
  0 reviews  |  53 users  |  50,335 lines of code  |  1 current contributor  |  Analyzed about 15 hours 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]

4.72727
   
  0 reviews  |  34 users  |  197,215 lines of code  |  62 current contributors  |  Analyzed 7 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]

5.0
 
  0 reviews  |  25 users  |  66,552 lines of code  |  12 current contributors  |  Analyzed 4 days ago
 
 
Compare

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]

4.58333
   
  1 review  |  22 users  |  260,715 lines of code  |  14 current contributors  |  Analyzed 5 days 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.

4.75
   
  0 reviews  |  13 users  |  42,220 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an automated test.

4.85714
   
  0 reviews  |  10 users  |  43,496 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 

JsUnit is a simple framework to write repeatable tests in JavaScript. It is an instance of the xUnit architecture for unit testing frameworks.

4.0
   
  0 reviews  |  7 users  |  22,757 lines of code  |  1 current contributor  |  Analyzed 7 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]

2.0
   
  0 reviews  |  7 users  |  432,433 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.