MovieCaptureForTestResults Property
Description
The criteria for when to capture movies for the run results.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property MovieCaptureForTestResults As String |
Return values
- Always--Captures a movie of all steps in the run.
- OnError--Captures movies only for failed steps.
- OnWarning--Captures movies only for steps that return a failed or warning status.
- Never--Never captures movies.
Example
Instruct OpenText Functional Testing to Capture Movie Segments of Each Error and Warning
See Also