Using the BPEL Designer and Service Engine

Adding a Test Case to your BPEL Project

ProcedureTo add a test case and bind it to a BPEL operation

  1. In the NetBeans IDE Projects window, expand your Composite Application project to expose the Test folder.

  2. Right-click Test, and choose New Test Case from the pop-up menu. This launches the New Test Case wizard.

    This launches the New Test Case wizard.

  3. In the Enter the Test Case Name step, enter a name for the test case and click Next.

  4. In the Select the WSDL Document step, open the BPEL Module project,select the WSDL file containing the operation you want to test, and click Next.

  5. In the Select the Operation to Test step, select the operation you want to test, and click Finish.

    In the Projects tree, a new folder is created under the Test node, containing two files: Input.xml and Output.xml.


    Note –

    If you view the test case in the Files window, you see Concurrent.properties as a third file.