SaveMovieOfEntireRun Property
Description
Indicates whether the movie clip includes the entire test.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property SaveMovieOfEntireRun As Boolean |
Return values
TRUE--Saves the entire movie if one or more errors (or warnings) occur.
FALSE--Saves only movie segments according to the value set for the MovieSegmentSize.
Remarks
This property is used only when MovieCaptureForTestResults is set to OnError or On Warning.
Example
MovieCaptureForTestResults Property
See Also