OpenTAP 9.24
API Reference
Static Public Attributes | List of all members
OpenTap.TestPlanRun.SpecialParameterNames Class Reference

Special Parameters refer to result parameters on a test plan run that describe relevant metadata about the run. They can be extracted with e.g. 'Run.Parameters.FirstOrDefault(p => p.Name == SpecialParameterNames.Property)' More...

Static Public Attributes

const string BreakIssuedFrom = "Break Issued From"
 The GUID of the test step run that triggered the break condition that terminated the test plan run. If the run was not terminated due to a break condition being satisfied, this parameter will not be present.
 
const string StepOverrideList = "Step Override List"
 A comma-separated list of GUIDs of the test steps that were specified in the Step Override set. If the Step Override feature was not used, this parameter will not be present.
 

Detailed Description

Special Parameters refer to result parameters on a test plan run that describe relevant metadata about the run. They can be extracted with e.g. 'Run.Parameters.FirstOrDefault(p => p.Name == SpecialParameterNames.Property)'

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42