Adding/Binding a Test Case
See Also
To add a test case and bind it to an operation:
- In the IDE Projects tab, open the Composite Application project
to expose its Test folder.
- Right-click Test, and choose New Test Case from the pop-up menu.
This launches the Create New Test Case wizard.
- In the Enter the Test Case Name step, enter a name for the test case and click Next.
- In the Select the WSDL Document step, open a module project, select the
.wsdl file containing the operation you want to test, and then click
Next.
- In the next step, select the operation you want to test, and then click Finish.
In the project tree, under Test, a new folder is created in the form of an upper case T, containing two files: Input.xml and Output.xml.
- If you viewed the test case in the Files tab, you would see Concurrent.properties
as a third file.
- See Also
- Testing a JBI Project
Legal Notices