views:

1297

answers:

2

Is it possible to use Cucumber outside Rails? I'd like to start using it for testing some of my PHP applications, but I really don't know how to start.

Probably the easiest way would be creating a Rails project only to run Cucumber features, but that seems like to me as overkill.

What is the simplest way to set up Cucumber for testing a non-Rails application?

+1  A: 

citaded from cucumber website:

Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language. It has been translated to over 30 spoken languages.

Lichtamberg
+5  A: 

Check out:

http://wiki.github.com/aslakhellesoy/cucumber/php

It is easy to use cucumber with PHP, even managing the database.

mikeymckay