CloneStatistics.ClonedSharedStepsCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of shared steps cloned so far.
[System.Runtime.Serialization.DataMember]
public int ClonedSharedStepsCount { get; set; }
member this.ClonedSharedStepsCount : int with get, set
Public Property ClonedSharedStepsCount As Integer
Property Value
- Attributes
Remarks
When a test case is cloned, any shared step referenced by the test case is also cloned.