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!
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.