JBehave is a java based framework for Behavior Driven
Development (BDD). BDD encourages to develop the software by following below
five steps.
- Define the stories via
scenarios that express the desired behavior in a textual format.
- Maps the textual steps
to Java methods
- Allows us to configure
the classes
- Running the textual
stories using JUnit, Apache Ant, Maven etc.
- 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