Table of Contents

Enum CaptureLevel

Namespace
HP.LFT.Report
Assembly
HP.LFT.Report.dll

The possible levels for capturing snapshots for the report.

public enum CaptureLevel

Fields

All = 0

Snapshots are captured for all test object operations.

Off = 2

Snapshots are not captured for test object operations.

OnError = 1

Snapshots are captured only for test object operations with errors.