I am considering to use BPEL for my next project. I played around with the Netbeans BPEL designer and I am happy with it. But before I decide to use BPEL I want to know how well it is suited for test driven developing. Unfortunately I found very little about that topic. Can someone with experience in BPEL point me to some testing tutorials? Thanks!
Asked
Active
Viewed 387 times
2 Answers
4
BPEL Unit is taylormade for testing BPEL processes. It provides an Eclipse-based UI for designing test cases and provides runners for Ant and Maven2 for automated testing. BPEL Unit also allows for mocking external services, i.e. BPEL Unit simulates the behavioral interface of third party services and tests whether it is being used correctly by the BPEL process under test.

vanto
- 3,134
- 18
- 28
0
I don't have experience with Netbeans, but in general it depends on the BPM or workflow engine. BPEL is just the language.
Based on a search, there do appear to be tools for testing BPEL process maps directly. See for example b-unit.
I'd recommend writing integration tests against the BPM engine as well.

TrueWill
- 25,132
- 10
- 101
- 150