? QA Design Gurus: All About JBehave

May 10, 2016

All About JBehave


JBehave is a java based framework for Behavior Driven Development (BDD). BDD encourages to develop the software by following below five steps.


  1. Define the stories via scenarios that express the desired behavior in a textual format.
  2. Maps the textual steps to Java methods
  3. Allows us to configure the classes
  4. Running the textual stories using JUnit, Apache Ant, Maven etc.
  5. There will be a reporting that allows to monitor the outcome of the stories that have been run

For more information, refer link http://jbehave.org/

No comments:

Post a Comment