Result reporting data

When the result of an execution Autotest is reported to an extension, a summary data set is sent to the extension, consisting of the following fields.

OptionTypeDescription
IdintThe DB id of the reported item.
TypestringThe type of item being reported:
[Group | Report | DataProcessing | Regression | TrashCan | TestCase | |WebProcessing | TestCaseReference]
TestCaseReferenceintThe reference id by which the item was executed, or None if the item was executed directly.
NamestringThe name of the executed item.
PathstringThe full path of the item.
LastExecuteddateThe date and time of the execution.
SuccessRatedoubleThe rate of success of the execution (0<= n <= 1)
DurationdoubleThe duration of the execution in seconds.
ErrorstringAny error encountered during execution.
ExecutionIdintThe DB ID of the execution log.
ExecutedBystringThe user who triggered the execution.
ExcelLogFilestringThe path to the Excel output file of the execution. Note that this is None for items that are not tasks. Note that the path is relative to the client. If the extension is executed server side, the file will not be accessible.
DebugLogFilestringThe path to the debug log file (RTF).
Note that this is None for items that are not tasks. Note that the path is relative to the client. If the extension is executed server side, the file will not be accessible.
CommentstringThe comment of the executed item.