Browsing projects by Tag(s)

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

Showing page 1 of 7

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]

4.45161
   
  0 reviews  |  91 users  |  17,691 lines of code  |  15 current contributors  |  Analyzed 11 months ago
 
 

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.

4.18182
   
  1 review  |  62 users  |  3,395,102 lines of code  |  2 current contributors  |  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]

3.88889
   
  0 reviews  |  53 users  |  50,335 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

Selenium Remote Control is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. Selenium Remote Control provides a Selenium Server, which can automatically start/stop/control ... [More] any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript. [Less]

4.27273
   
  0 reviews  |  45 users  |  166,848 lines of code  |  0 current contributors  |  Analyzed 2 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 5 days ago
 
 

jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock library: * makes it quick and easy to define mock objects, so you don't break the rhythm of ... [More] programming. * lets you precisely specify the interactions between your objects, reducing the brittleness of your tests. * works well with the autocompletion and refactoring features of your IDE * plugs into your favourite test framework * is easy to extend. [Less]

3.875
   
  0 reviews  |  24 users  |  5,844 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This unit testing framework, dubbed 'PyUnit' by convention, is a Python language version of JUnit. JUnit was written by smart cookies Kent Beck and Erich Gamma, and is, in turn, a Java version of Kent's Smalltalk testing framework. Each is the de facto standard unit testing framework for ... [More] its respective language, and therefore both are a strong basis for an effective and elegant Python framework. [Less]

4.14286
   
  0 reviews  |  23 users  |  1,589 lines of code  |  0 current contributors  |  Analyzed about 16 hours 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 6 days 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.

4.28571
   
  0 reviews  |  14 users  |  28,933 lines of code  |  17 current contributors  |  Analyzed 1 day ago
 
 

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

4.25
   
  0 reviews  |  13 users  |  4,972 lines of code  |  1 current contributor  |  Analyzed almost 2 years 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.