Home - wmaop/wm-jbehave GitHub Wiki
Welcome
This Project enables Behavioural Driven Unit Testing within webMethods Designer allowing you to easily perform Test Driven Development (TDD) authoring of unit tests for your Integration Server Flow services.
3 Steps to testing success
Getting started
- Gain an understanding of how the mocking works so that you are clear on the terms and principles used.
- Make sure you've followed the installation instructions for wm-aop - Without that install, wm-jbehave will not work as it requires the wm-aop functionality configured and the OrgWmAOP package deployed.
- Follow the installation instructions to deploy and configure Designer so it runs the JBehave plugin and correctly searches for stories
- Install the OrgWmAOPSample IS Package and try running the sample stories. Use the Getting Started notes to help you understand the basics.
- Have a look at the structure of how the files are organised either with your IS package or stand-alone
- Try creating some of your own tests
- Take a look at how using the wm-aop functionality you can create mocks externally using RESTful calls from other tools