Log Failures Only (AApp)

Version 5

Returns or sets whether the test log displays only failed tests.

Syntax

Object.LogFailuresOnly [ = bLogFailuresOnly ]

The LogFailuresOnly property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp object

bLogFailuresOnly

Bool

A boolean expression that specifies whether the test log displays only failed tests.

Where

bLogFailuresOnly can be one of the following:

 

Value

Description

True

The test log displays only failed tests.

False *

The test log displays all test results.

Comments

 

Example

The following statement will display only failed tests in the Log:

App.LogFailuresOnly=True

Applies to

 

AApp

See Also