Integrating Arquillian and JBehave | JavaWorld
Arquillian is a Java EE integration testing framework that executes tests in the container, testing not just your core application but its interaction with business components. While Arquillian makes writing functional tests much easier, I found it lacking in support for behavior-driven development (BDD). Specifically, I wanted to create a bridge between Arquillian and JBehave, the popular BDD testing framework.
I wrote the Arquillian-JBehave extension to create a strong integration between Arquillian and JBehave. The extension is fast -- it cuts some corners to get around Arquillian's standard behavior of deploying once per test class -- and it provides detailed, BDD-style feedback about what happens at every step of the testing scenario and execution.
Read full article from Integrating Arquillian and JBehave | JavaWorld
No comments:
Post a Comment