ApplicationArguments Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Specifies command-line arguments for a tested Java application, that is, parameters passed to the application’s main function. This is the same value as specified in the Command-line arguments parameter in the TestedApps editor.

Note: Do not confuse this with Java Virtual Machine arguments, which are specified by the TestedApps.AppName.Params.JavaParams.CommandLineArguments property.

Declaration

TestedAppJavaParamsObj.ApplicationArguments

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 containing command-line arguments for the Java application, separated by spaces.

Remarks

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

About Tested Applications
Run Modes and Parameters
Editing Desktop Application Parameters

Highlight search results