Browsing projects by Tag(s)

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

Showing page 1 of 2

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 9 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 10 days ago
 
 

testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. testtools also backports unittest changes from recent Pythons to Python 2.4 and 2.5.

5.0
 
  0 reviews  |  3 users  |  10,517 lines of code  |  6 current contributors  |  Analyzed 4 days ago
 
 

A JUnit extension that helps you to reuse fixtures and to pinpoint failures. Extends JUnit with depedencies between tests.

5.0
 
  0 reviews  |  3 users  |  5,138 lines of code  |  0 current contributors  |  Analyzed 10 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 ... [More] and acceptance test scenarios, spanning multiple Android activities. Robotium has full support for Activities, Dialogs, Toasts, Menus and Context Menus. [Less]

4.0
   
  0 reviews  |  3 users  |  5,717 lines of code  |  18 current contributors  |  Analyzed 5 days ago
 
 

Codeception is a new full-stack testing PHP framework. Inspired by BDD, it provides you absolutely new original way for writing acceptance, functional and even unit tests.

0
 
  0 reviews  |  2 users  |  29,039 lines of code  |  63 current contributors  |  Analyzed about 11 hours ago
 
 

Subtle test data factory with flexible capabilities to customize created objects. (.NET)

5.0
 
  0 reviews  |  1 user  |  695 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

RBUnit is the premier open-source unit testing framework for REALbasic. RBUnit 3.1 is now available (thanks to Andy Dent of Aussie Designed Software for the updates). You can download it from the Source tab here at the Google Code site.

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 4 days ago
 
 

GivWenZen allows a user to use the BDD Given When Then vocabulary and plain text sentences to help a team get the words right and create a ubiquitous language to describe and test a business domain. The IdeaThe idea was taken from Cucumber and my desire to create Cucumber like specifications and ... [More] tests in FitNesse. Like Cucumber, GivWenZen does not distinguish between Given When Then or and but you should. Regular expression parsing is used to determine what step method should be executed for each given when then step in a test. Regular expression parsing is also used to find parameters to the step method. Also see how other ideas from Cucumber map to FitNesse. Example1) Start with an example fixture actual class found in the givwenzen_test.jar.2) In a FitNesse table it could look like this.import and start should go in SetUp or SuiteSetUp|import| |org.givwenzen| |script| |start|giv wen zen for slim|this is your test|script| | given| a ToDo item is due tomorrow | | when | the date changes to tomorrow | | then | a notification exists indicating the ToDo is due |3) The following is an example step class and test step methodpackage bdd.steps; @DomainSteps public class ExampleSteps { @DomainStep( “a ToDo item is due (.*)” ) public void createToDoWithDueDateOf(CustomDate date) { // do something } @DomainStep( “the date changes to (.*)” ) public void theDateIs(CustomDate date) { // do something } @DomainStep( “a notification exists indicating the ToDo is due” ) public boolean verifyNotificationExistsForDueToDo() { // do something return false; } }More ExamplesMore example can be found in the FitNesseRoot in source. It is easy to get started. Simple scenarios More complex scenarios Groups:http://groups.google.com/group/givwenzen_user http://groups.google.com/group/givwenzen_developer [Less]

4.0
   
  0 reviews  |  1 user  |  17,898 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Provides method stubbing for concrete Java classes, intended for use with JUnit 4.

5.0
 
  0 reviews  |  1 user  |  5,641 lines of code  |  0 current contributors  |  Analyzed about 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.