Description
Specifies the full name of the main class which is your application’s entry point (this class holds the main
procedure).
Declaration
TestedAppJavaParamsObj.EntryPoint
Read-Write Property | String |
TestedAppJavaParamsObj | An expression, variable or parameter that specifies a reference to a TestedAppJavaParams object |
Applies To
The property is applied to the following object:
Property Value
A string holding the full name of the main class of a Java or JavaFX application under test.
Remarks
If you are running your application by specifying its entry point, you should also specify the path to the application’s file (.jar or .class) that holds the application’s main class. To specify where the .jar or .class file resides, use the ClassPaths
property.
If you assign a value to this property, TestComplete will treat your project as modified. So, you will need to save or cancel changes when closing the project. The specified value will be displayed in the TestedApps editor.
See Also
Run Modes and Parameters
Editing Desktop Application Parameters
About Tested Applications