Java Class Dialog Box
Relevant for: API testing only
This dialog box enables you to configure the settings for a call to a Java class.
To access |
|
Relevant tasks |
User interface elements are described below:
UI Elements |
Description |
---|---|
Jar |
The Jar (Java Archive) file to use in the Java call. |
Embed Jar in Test |
Copies the Jar file to the test's EmbeddedJavaResources folder. This allows the test to be ported to other machines. (Due to a limitation, you must select this check box before you browse for the class file.) |
Package root |
The root folder containing the classes to be called by the step. |
Class file |
The Java class to associate with the Call Java Class step. When you click Browse, it shows the classes in the specified .jar file. UFT One supports the following Java classes:
Note: The Char class is not supported. |
Additional classpaths |
Additional classpaths to associate with the Call Java Class step.
|
System classpath |
The paths you defined in the Test Settings for system classpaths. To modify this setting, click on the Start or End step and open the Properties pane's General view. Modify the Test Setting's JVM > Classpath node. |