-
Notifications
You must be signed in to change notification settings - Fork 6
Home
steveneal edited this page Feb 17, 2012
·
23 revisions
Chorus is a pure Java implementation of an integration testing framework, motivated by Behaviour Driven Development (BDD) techniques. It has been inspired by Cucumber, and its BDD language Gherkin, and is based upon their key features.
Chorus has been designed to support testing of highly complex distributed applications. It achieves this by having a very modular interpreter structure which allows different functionality (handlers) to be added quickly and easily to the core interpreter functionality. Bundled with Chorus are handlers that can interact with and test running components using JMX and MBeans.