SaveProject Method

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

Description

Use the SaveProject method to save changes in the AQtime project.

Declaration

AQtimeObj.SaveProject(ProjectFileName)

AQtimeObj An expression, variable or parameter that specifies a reference to an AQtime object
ProjectFileName [in]    Optional    String Default value: Empty string   
Result Boolean

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

ProjectFileName

String that specifies the path and name of the project file (.aqt file) to be saved to. By default an empty string is specified which means that the changes are saved to the currently opened project.

Result Value

True, if the project was saved successfully; False otherwise.

Example

To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.

See Also

OpenProject Method
Close Method
CreateProjectFromModule Method
Attach Method
StartProfiling Method

Highlight search results