Top "Jbehave" questions

JBehave is a Java-based framework supporting Behavior-Driven Development (BDD), an evolution of Test-Driven Development (TDD) and Acceptance Test–Driven Development (ATDD).

Selenium WebDriver to select combo-box item?

We are using Selenium WebDriver and JBehave to run "integration" tests on our web-app. I have a method that will …

java selenium-webdriver jbehave
What are the differences between JBehave and Cucumber?

I have read somewhere that JBehave is actually the Java equivalent of Cucumber, whereas Cucumber is based on Ruby. Can …

cucumber bdd jbehave
Very simple step by step JBehave setup tutorial?

Though I have read many, but many articles on how to use JBehave, I can't get it to work. Here …

java eclipse junit bdd jbehave
Behavior Driven Development for java - what framework to use?

For the ongoing projects and for improving our development process we considered adopting TDD as development philosophy. While researching for …

testing bdd spock automated-tests jbehave
How to change the size of the browser window when running the FirefoxWebDriverProvider in JBehave Web

We're using JBehave Web to drive our selenium test suite for a new project and really like the Etsy.com …

selenium jbehave
how to comment a story line in JBehave Story

I have a story line as follows Scenario: Given user is on Login page When user types login details with …

jbehave
Getting "java.lang.NoClassDefFoundError: org/junit/platform/engine/DiscoverySelector" trying to run Serenity JBheave

Created a new generic Serenity BDD JBehave framework with Maven ( via command line). Imported the project into Intelli J but …

java maven testing bdd jbehave
Cucumber ordering of Given, When, Then (Given, When, Then, When, Then)

As an End-to-end Automation Tester I have always assumed that Given, When, Then statements (incorporated in the Gherkin Language when …

cucumber bdd gherkin jbehave
All the tests passed, but bamboo build fails with a statement "No failed tests found, a possible compilation error occurred."

I'm supposed to run some jbehave(automated) tests in bamboo. Once the tests run I'll generate some junit compatible xml …

integration-testing bamboo jbehave
How do i run JBehave tests with Maven?

How do i run JBehave tests from Maven? I have a class that extends JUnitStories which runs from my IDE. …

maven bdd jbehave