Log Failures Only (AApp) |
Version 5 |
Returns or sets whether the test log displays only failed tests.
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. |
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. |
The following statement will display only failed tests in the Log:
App.LogFailuresOnly=True