RSS Feed for This PostCurrent Article

Unit Testing for BPEL

BPEL has become the defacto standard language for composing Web services. However, as every other programming language developers can introduce defects into the code that can lead to undesired consequences when the software is rolled out at the client-side. Therefore, all software development methodologies include testing as one of the important activities. For nearly every programming language, a unit testing framework exists, for example JUnit for Java. These testing frameworks allow developers to easily test small chunks of the code that they have written. Until recently, BPEL lacked such support. However, BPELUnit was developed for closing this gap.

You can freely download BPELUnit (as it is an Open Source project) and start testing your BPEL processes right away. On this site you will find the software and all necessary information for getting you started.

image


Trackback URL


Sorry, comments for this entry are closed at this time.