Enum CaptureLevel
The possible levels for capturing snapshots for the report.
Namespace: HP.LFT.Report
Assembly: HP.LFT.Report.dll
Syntax
public enum CaptureLevel
Fields
| Name | Description |
|---|---|
| All | Snapshots are captured for all test object operations. |
| Off | Snapshots are not captured for test object operations. |
| OnError | Snapshots are captured only for test object operations with errors. |