PictureLogData 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 PictureLogData object lets you work with a picture stored in the log. This can be, for example, the picture displayed in the Picture panel of the Test Log page.

To obtain a reference to the PictureLogData object from scripts, use the Data property of the LogItem object. At that, make sure that the LogItem.Data.Scheme.DataType property corresponds to the picture data type.

Members

Example

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

See Also

Scripting Access to the Test Log Contents

Highlight search results