The Project object contains the following properties:
Property List
Name | Description |
---|---|
ConfigPath
|
Returns the path to the folder that holds the configuration files of the current project. |
FileName
|
Returns the name of the current project's .mds file. |
Logs
|
Returns the LogResults object that provides access to the project’s logs. |
Path
|
Returns the path to the current project's .mds file. |
TestItems
|
Returns the TestItems object which provides access to the project’s test items. |
Variables
|
Returns the collection of local variables defined in the current project. |