RunResultsOptions Object
Description
A collection of properties that indicate preferences for the run results.
Remarks
After setting the property values for a RunResultsOptions object, you can use the object as an argument in a Test.Run or Test.UpdateRun statement.
Example
Public Properties
Public Property ResultsLocationThe path in which to store the run results.
Public Property TDRunNameThe ALM test run name.
Public Property TDTestInstanceThe ALM test instance.
Public Property TDTestSetThe ALM test set name.
See Also