Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getComputerName() The name of the computer on which the test was executed. |
|
Variant |
getEndTime() The date and time of the test end. |
|
int |
getErrorCount() The total number of error messages posted to the log. |
|
java.lang.String |
getLogFileName() The name of the file holding results. |
|
java.lang.String |
getNameOfRootLog() The name of the root log node. |
|
Variant |
getStartTime() The date and time of the test start. |
|
TC_LOG_STATUS |
getStatus() Specifies a summary test result. |
|
java.lang.String |
getTestType() The name of the executed project suite, project, project items or script routine. |
|
java.lang.String |
getUserName() The user account under which TestComplete was functioning when executing the test. |
|
int |
getWarningCount() The total number of warning messages posted to the log. |
|
boolean |
isTestCompleted() Specifies whether TestComplete finished the test, or whether the test was aborted by the user. |
The name of the computer on which the test was executed.
The date and time of the test end.
The total number of error messages posted to the log.
The name of the file holding results.
The name of the root log node.
The date and time of the test start.
Specifies a summary test result.
The name of the executed project suite, project, project items or script routine.
The user account under which TestComplete was functioning when executing the test.
The total number of warning messages posted to the log.
Specifies whether TestComplete finished the test, or whether the test was aborted by the user.