IncludeInResults Property
Description
Indicates whether OpenText Functional Testing can receive log messages from the log framework used by your application and include these messages in the run results.
Property type
Read-write property
Syntax
Visual Basic
Public Property IncludeInResults As Boolean
Remarks

LogTracking properties can be set only before a run session begins. Therefore, if you use this automation property within a test or component, you can only retrieve the value.

Example
See Also