TextLogData Object

Applies to TestComplete 12.60, last modified on September 17, 2018

Description

A test log can store three types of data: table, text and picture. The TextLogData object lets you work with the text stored in the log. This can be, for example, information displayed in the Additional Info panel of the Script log.

To obtain the TextLogData object from scripts, use the Data property of the LogItem object. Make sure that the LogItem.Data.Scheme.DataType property corresponds to the text data type.

Members

Example

You can see an example in the Scripting Access to the Test Log Contents topic.

See Also

Scripting Access to the Test Log Contents

Highlight search results