Tags : Browse Projects

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

Jenkins

Compare

  Analyzed about 1 month ago

Jenkins is a continuous integration server, allowing you to automatically monitor source repositories, build software and run tests. One-click installation and out-of-the-box cluster support make it easy to get started improving your software, or just giving you greater control of your daily task ... [More] automation. With an extensive library of over 1300 plugins, Jenkins can be used to build, test, log, analyse, graph and notify you in a great number of different ways about your jobs. Founded by Kohsuke Kawaguchi while at Sun in 2004, the Hudson project forked in January 2011 to become Jenkins, with Oracle Corporation continuing the development of Hudson, and the bulk of the Hudson community, including Kawaguchi, moving on to work on Jenkins. [Less]

15M lines of code

263 current contributors

about 1 month since last commit

346 users on Open Hub

Activity Not Available
4.83019
   
I Use This

python-nose

Compare

  Analyzed about 23 hours ago

nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. nose has recently migrated from another host; if you recently filed a ticket at the old trac ... [More] site, you may want to check the issues list here to make sure it made the journey. [Less]

18.6K lines of code

0 current contributors

about 8 years since last commit

95 users on Open Hub

Inactive
4.48276
   
I Use This

DbUnit

Compare

  Analyzed about 3 hours 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

jBehave

Compare

  Analyzed about 3 hours 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

4 months since last commit

38 users on Open Hub

Low Activity
5.0
 
I Use This

Spock Framework

Compare

  Analyzed about 8 hours 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 about 6 hours 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

TestNG-Eclipse

Compare

  Analyzed about 18 hours ago

This project will provide an Eclipse plug-in for TestNG with features similar to the JUnit plug-in but also covering the advanced functionalities of TestNG: groups, dependencies, editing of testng.xml, etc... For more details, please go to the main TestNG web site: http://testng.org

20.7K lines of code

2 current contributors

6 days since last commit

22 users on Open Hub

Very Low Activity
3.77778
   
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

Hamcrest

Compare

  Analyzed about 3 hours ago

Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.

200K lines of code

19 current contributors

4 days since last commit

15 users on Open Hub

Low Activity
4.28571
   
I Use This

Concordion

Compare

  Analyzed about 17 hours 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

4 months since last commit

11 users on Open Hub

Very Low Activity
4.875
   
I Use This