Test Case Definition

Use one of the following two approaches to define a test with Java Explorer:
  • Use the Load File Wizard to define where the information for an object you want to test is located. The wizard displays the available classes, automatically instantiates the available objects, and calls methods on those objects. This approach requires more involvement, but provides more control.
  • Enter the location of the Web services' WSDL file into the WSDR/JAR text box in Java Explorer and click Load. Information about the methods and objects is then displayed. This approach provides a quick and simple way to analyze remote service functionality.
    Note: Objects are not instantiated and methods are not called.

For demonstration purposes this Help uses the Load File Wizard to instantiate the objects available on the sample Web service, which is available at http://demo.borland.com/BorlandSampleService/BorlandSampleService.asmx?WSDL.