Execution.AddExtraResult
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Execution.AddExtraResult
Syntax
Execution.AddExtraResult( propertyName, resultPropertyName)
Purpose
Specifies a step property for TestStand to copy to the results list after the execution of each step.
Remarks
TestStand always copies each subproperty within the Result property of each step to the result list. If the step has a result property, you can use this function to specify an additional step property to include in the result list. If a step does not have the property you specify, TestStand does not add the property to the result list element for that step. You can add any number of extra results by calling this method repeatedly.
Parameters
propertyName As String
[In] Specifies the property name of the property to add to the results. For example, to add the upper limit of Numeric Limit Test steps, pass the name "Step.Limits.High" .
resultPropertyName As String
[In] Specifies the name with which to store the copy of the property in the results list entry for each step.