Can't find what you are looking for ?
Google
 



Saturday, November 14, 2009

Cucumber - A tool for testing

Cucumber is a tool that aids in testing, using something called Behavior Drive Development (link) . You can get details about Cucumber at this link. Some extracts from the site:


Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format.
Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language. It has been translated to over 30 spoken languages. Cucumber allows you to write feature documentation in Plain Text. It means you could sit with your Client or Business Analyst to write down the features to be build on your application.


You can get more documentation at this link.

No comments: