Description
The test log has a tree-like structure in which nodes correspond to tests of different types executed during the test run. The NameOfRootLog
property specifies the name of the root node in the test log. For instance, if you run a project, NameOfRootLog
will return the <Project_Name> Log string. If you run a script routine, NameOfRootLog
will return Test Log [Unit Name\Routine Name].
Declaration
IntegrationResultDescriptionObj.NameOfRootLog
Read-Only Property | String |
IntegrationResultDescriptionObj | An expression, variable or parameter that specifies a reference to an IntegrationResultDescription object |
Applies To
The property is applied to the following object:
Property Value
String specifying the name of the root log node.
See Also
LogFileName Property
TestType Property
Working With TestComplete via COM - Overview