Projects tagged ‘bdd’


[107 total ]

213 Users
   

RSpec is a BDD tool and a framework which provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design ... [More] process and serve well as both documentation and tests. [Less]
Created over 3 years ago.

154 Users
   

Cross platform BDD tool that lets domain experts define software behaviour in plain text. The text can be executed as automated tests.
Created about 1 year ago.

17 Users
   

specs provides a BDD framework for the Scala language
Created over 2 years ago.

14 Users
   

Shoulda makes it easy to write elegant, understandable, and maintainable tests. Shoulda consists of test macros, assertions, and helpers added on to the Test::Unit framework. It’s fully compatible ... [More] with your existing tests, and requires no retooling to use. [Less]
Created about 1 year ago.

12 Users

Pyccuracy is a Behavior-Driven Acceptance Testing framework. A typical Pyccuracy test would be something like: As a Google User I want to search Google So that I can test Pyccuracy Scenario ... [More] 1 - Searching for Hello World Given I go to "http://www.google.com" When I fill "q" textbox with "Hello World" And I click "btnG" button Then I see "Hello World - Google Search" title [Less]
Created 12 months ago.

8 Users
   

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable ... [More] examples which although similar to unit tests, encourages a mind set better suited to applying BDD or TDD. This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]
Created over 2 years ago.

6 Users

PHPMock is a standalone Mock Object library for PHP suitable for creating and verifying Mock Objects and Stubs. It was founded to write an independent Mock Object framework independent of any Unit Testing or Behaviour-Driven Development framework.
Created over 2 years ago.

3 Users

Django: Sane testing is a collection of tools that allows developers to do real TDD in Django. Build on top of nose.
Created about 1 year ago.

3 Users
 

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

3 Users

Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity aims at being API compatible with Watir.
Created about 1 year ago.