Google News
logo
Cucumber - Interview Questions
Differentiate between Cucumber and JBehave.
Even though both of them are used for the same purpose, the acceptance tests have completely different frameworks :
 
* Cucumber is Ruby-based, while JBehave is purely Java framework.

* Cucumber is based on features, while JBehave is based on stories.
Advertisement