MovieCaptureForTestResults Property

Description

The criteria for when to capture videos for the run results.

Property type

Read-write property

Syntax

Visual Basic
Public Property MovieCaptureForTestResults As String

Return values

  • Always--Captures a video of all steps in the run.
  • OnError--Captures videos only for failed steps.
  • OnWarning--Captures videos only for steps that return a failed or warning status.
  • Never--Never captures videos.

Example

Instruct the Test Run to Capture Video Segments of Each Error and Warning

See Also

RunOptions Object