user manual

SilkPerformer Java Explorer User Guide 17
2 S
ETTING UP JAVA EXPLORER PROJECTS
Creating a New Project
Overview of the
interface
The Java Explorer interface enables you to intuitively configure tests for Web
Services, Enterprise JavaBeans, RMI, and other Java classes.
The Java Explorer Start here workflow bar assists you in configuring and
running your tests.
The WSDL/JAR address field allows for the loading of either WSDLs or Java
classes and packages.
The Loaded Components window includes two tabs:
Classes: A list of loaded Web Services, remotable classes/interfaces, and
other Java classes. This view allows you to instantiate objects, connect to
remote objects, and call static methods.
Objects: A list of instantiated objects, global variables, and random
variables. This view allows you to call methods on those objects.
The Input Data field shows input parameters for the selected method call.
The Input Data Properties field shows the properties of the input parameters
(value, type, etc).
The Output Data field shows the output parameters of the last/selected method
call.