This property is obsolete. See the Remarks section below. |
Description
The Tested Application collection of a test project can include Java and JavaFX applications. The TestedApps.AppName.Params.JavaParams
property provides access to various properties of a Java or JavaFX application, such as the path to the Java Virtual Machine launcher that will start the tested application, the path to the tested Java application and other parameters.
Declaration
TestedAppParamsObj.JavaParams
Read-Only Property | The TestedAppJavaParams object |
TestedAppParamsObj | An expression, variable or parameter that specifies a reference to a TestedAppParams object |
Applies To
The property is applied to the following object:
Property Value
The TestedAppJavaParams
object that provides a scripting interface to parameters of the Java or JavaFX tested application.
Remarks
This property is obsolete. It is supported for backward compatibility only and is available if the Use special runtime object attribute of your tested Java or JavaFX application is disabled. (You can view and change the attribute in the TestedApps editor).
We recommend that you leave the Use special runtime object attribute enabled (default) and access parameters of your tested Java or JavaFX application through the properties of the TestedApps.JavaTestedAppName
object.
See Also
Adding Java and JavaFX Applications to the List of Tested Applications