The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestElement::ExecutionId Property
Gets or sets the current execution ID for this test element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::TestExecId^The current execution ID for this test element.
Several instances of the same test element may share the same test ID in an execution unit. Prior to execution, all tests in the unit are assigned a number that is unique for that execution.
Show: